No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
6 Posted Topics
Hii all!! Well i want to know about how to check for the password entered by the user in a textbox?? When a user enters some characters in textbox, i want to show a label which will tell about the strength of password, that is it strong, weak , poor... … | |
hello..! well i am new to .net & c#. I want to create an application in C# for voice & video chat.. Need assistance about the topics & concepts which i need to go through..for developing. [COLOR="red"] Tutorials & references links, if provided are welcome. [/COLOR] | |
[CODE]I am having two tables in MS SQL SERVER 2005 in master database. 1st table is Country & 2nd is City. [COLOR="Red"][B][U]I want to know the command for Copying a Column(with values) for eg say Name from City Table to Country Table. Column is not empty, its having values(data entries). … | |
Re: firstly i hope you need to fill the dataset. if you have done that.. then i guess this should work.. [CODE]textbox.text = ds.tables[].rows[][].toString();[/CODE] tables[]- signifies with which table the dataset has been filled.. integer value, take 0 if single table is used. rows[][] 1st bracket is for row, 2 nd … | |
Hey! Well I am naive to C# Programming. I had tried a Chat Server in C# comprising of three applications.. [COLOR="Green"]1 Server- TCP Server with port no. 8085 2 Service Class- Providing the services 3 Client- accessing Services [/COLOR] [COLOR="Red"]The error is that in Client Application whenever i run it, … | |
[CODE]hey i am designing a Registration Page. In that i am having 3 comboboxes, one for country,one for state & last one for city. I am able to display all countries, states & cities entries from database. Here is my code. SqlDataAdapter da = new SqlDataAdapter("select * from Country","Data Source=.;Initial … |
The End.