Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
58% Quality Score
Upvotes Received
39
Posts with Upvotes
31
Upvoting Members
6
Downvotes Received
24
Posts with Downvotes
21
Downvoting Members
7
3 Endorsements
Ranked #485
Ranked #977
~23.6K People Reached
Favorite Forums
Favorite Tags
Member Avatar for george_82

Hello All, Can somebody tell me what is designer.cs file in C# and what is its use in programming. I'm new in C# and I also want to know more about this automatically created designer.cs file while programming. Thanks, George

Member Avatar for asdfiuo
0
7K
Member Avatar for babbu

hie m using visual studio 2005 and sql 2005 i want to export my sql database to excel..

Member Avatar for Cameronsmith63
0
183
Member Avatar for vinnijain

Hi! How can I insert commas in numbers. For example, number is 123456789 , now I want that after inserting commas it should become 12,34,56,789.... how can i do this.......

Member Avatar for Momerath
0
2K
Member Avatar for kool.net

hi, can any one tell me how to i convert amount(in digitts) to word. thanks in advance

Member Avatar for kumarvarshadr
0
473
Member Avatar for avirag

Hi! how can I convert words into numerals... for Example we enter "One crore twenty lakh thirty four thousand seven hundred eighty four" , then its corresponding numeral should be "12034784". What will be the C# code for finding corresponding numerals for range 0 to 999999999 .....

Member Avatar for Geekitygeek
-1
3K
Member Avatar for chetanbasuray

Ok...I have a very basic question...how do I attach my database when I'm turning my c#.net code into a setup file? I'm just learning and I'm sorry if you feel this a too basic question...:)

Member Avatar for chetanbasuray
0
153
Member Avatar for abinpeter

[b]Split from - [url]http://www.daniweb.com/forums/thread94883.html[/url] [/b] hi i have the button click event [code] protected void Button1_Click(object sender, EventArgs e) { SqlConnection myConn = new SqlConnection(); myConn.ConnectionString = "Data Source=.\SQLEXPRESS;AttachDbFilename=D:\Postmyadd\App_Data\postmyad.mdf;Integrated Security=True;Connect Timeout=30;User Instance=True"; myConn.Open(); string strqry = "Insert into advertisements values (" + TextBox1.Text +")"; SqlCommand myCom = new SqlCommand(strqry, myConn); …

Member Avatar for vinnijain
0
211
Member Avatar for ursdhivi
Member Avatar for vinnijain
-2
100
Member Avatar for carylle

hi everyone. can someone teach me how to validate the textbox in vb.net? that the textbox can only accept numeric only. and the other textbox can only accept alphanumeric only. much thanks.

Member Avatar for vinnijain
-1
86
Member Avatar for vinnijain

I want to make a database window application using Visual Studio 2008(with C#) which is basically a search engine for searching images(of size 25 KB to 95 KB) . I want to sell my application in CD\DVD in such a way that it should run directly from CD\DVD. As I …

Member Avatar for vinnijain
0
123
Member Avatar for vinnijain

Hi!! I am making an application for generating report containing marks of students in various subjects with percentage and corresponding grades. I have two forms one for "Entering marks" and other for "generating result" . For "Entering marks" ,there are 5 combos and a textbox. From combos we can select …

Member Avatar for avirag
0
134
Member Avatar for NargalaX

Hey, I am using a messenging system to do math, and I am in need of help for my string splitting. What I need it to do, is basically see if there is a '/' '*' '+' or '-' and split it from that charectar, and ALSO split it in …

Member Avatar for farooqaaa
0
165
Member Avatar for yup790

can someone suggest a good [B]free[/B] online tutorial for c# thx:)

Member Avatar for MxDev
0
101
Member Avatar for unseenedges

hi.... Iam new to programming in C#,have just started programming.Can anyone tell me how to write code to convert numbers in to words...for istance if you put 1500 as input,the output should be "Fifteen Hundred. Also i need a C# Code to check if an input string is an identifier …

Member Avatar for vinnijain
0
2K
Member Avatar for vinnijain

Hi!!!! how can I convert words into numerals...In first textbox i enter word and on button click equivalent numeral is displayed in another textbox for Example we enter "One crore twenty lakh thirty four thousand seven hundred eighty four" , then its corresponding numeral should be "12034784". What will be …

Member Avatar for vinnijain
0
132
Member Avatar for vinnijain

Hi,In my application ,there is a combobox in which classname appears . Now I want that for each selected classname from combobox,I want that user could add sections according to his wish . Like if user selects class12 and he wants to add 4 sections(A,B,C,D) .he should add "A" in …

Member Avatar for vinnijain
0
114
Member Avatar for xyz12

Hi!!!! Can anyone tell me how can I make a search similar to BING in a window application. I want to make a window application in which user would enter any name and he would get the related pictures displayed in the form. In this ,I want to give user …

Member Avatar for xyz12
0
119
Member Avatar for reyarita
Re: C#

Hey guys!! can you share some ideas about this program, i tried but its not working. 1. Write a program that inputs a five-digit integer, separates the integer into its individual digits and prints the digits separated from one another by three spaces each. For example, if the user types …

Member Avatar for reyarita
0
107
Member Avatar for tgsoon2002

I have know programming for 5 years. but not get any process yet. I want to ask what you do when you get a project and meet some problem? normally we must get the idea, pseudocode, get the flow of program. now i get the flow of program, idea. but …

Member Avatar for Geekitygeek
0
87
Member Avatar for LennieKuah

Hi there, Please help me. I am having problem trying to include Checkbox in 1st Column in DataGrid for all the Rows. Being a newbie and I am struggling doing it. I need your help.

Member Avatar for LennieKuah
0
190
Member Avatar for vinnijain

Hi!!!!!!! I have made a window application in which i am entering mathematical equations and side by side the corresponding math format is generated like we see in books. In this, I am using LATEX/MimeTEX for generating math format and it uses special symbols for generating math format. Like for …

Member Avatar for Geekitygeek
2
543
Member Avatar for vinnijain

I have made a project and now when it comes to designing I could not find any better way. I searched google and found certain applications which have already made user controls like silver panel,navigation bar etc........ Now can anyone tell me how can I use these user controls from …

Member Avatar for vinnijain
2
162
Member Avatar for sivak

can anyone explain tranaction in .net ..when we go for it ? explain locking in .net along with example plz?

Member Avatar for avirag
0
100
Member Avatar for sawiyan
Re: C#

Hay i am new to the developnment currently i am working on datagrid i just want to know how to select a row on a datagrid using check boxes

Member Avatar for babbu
0
102
Member Avatar for avirag

Hi ,I have made an application in which I am matching a string entered in textbox with the Text property of the forms.In that , I am matching 0.75% characters of strings and the text of the result forms are displayed in listview. But the problem is that the string …

Member Avatar for abc16
0
228
Member Avatar for vinnijain

Hi !!! My project runs fine but sometimes it gives some debug error when I click keyboard keys very fast(randomly),backspace key ,delete key etc..... But the error do not occur always but it occur all of a sudden anytime. I do not know why I am getting this error. The …

Member Avatar for sknake
0
89
Member Avatar for ayeshawzd
Member Avatar for vinnijain

Hi!!! I am using following code in which I am generating the latex format. Here I want to use the combination of characters[A-Za-z], numbers[0-9] ,special charactes(like π ,θ ,α ,β ,γ ,°,+, - ,×,÷,√ ,(,)etc) ,decimal numbers. For entering special characters I have used toolbar Can anyone tell me how …

Member Avatar for vinnijain
0
330
Member Avatar for prasobh.gv

How can we accommodate the requirements shown below in a project. 1.. We should be able to know what are the processes(programs) that are currently running on a client system... 2. If a particular process in a client system malfunctions (i.e; that process tries to delete files in the windows …

Member Avatar for vinnijain
0
110
Member Avatar for vinnijain

Can anyone tell me how can I enable one and only one whitespace to be entered in the textbox such that user can press spacebar only once while entering the string in the textbox and not more than once........... Kindly provide me some solution.............

Member Avatar for vinnijain
0
3K