How to check if a asp text box is empty or not
Possible Duplicate:
textbox empty check using javascript
Possible Duplicate:
textbox empty check using javascript
If I have about 2000 record and I make a multiple insert. Which method has better performance than the other?
I am using Login Control available in ASP.NET 2.0 in the login page. Once the user is authenticated successfully against database, I am redirecting the user to home.aspx. Here, I want to pass on the User’s name too to the home.aspx so that the user will be greeted with his/her name in the home.aspx. Ex: Welcome Smith
Hello I have a DataList that has four lables and they all end with a number 1-4. In my code behind I have a for loop and an array that I want to set the labels of the Datalist with.
I have a text file that I want to read in and put each line from the file into its own string.
So the file will have 4 lines:
I have a masterpage with a language selector dropdownlist
I am having an issue but I am not getting any errors thrown. What’s happening is that I have a stored procedure that is driving my update but I am unable to get the gridview to update.
This is my repeater:
Is there a way to control how .Net sets the Name and ID property of my controls? I have some radio buttons for which I need the name to be the same. However if I set the ID property of the radio button control it sets the Name and the ID. I see no way to treat the ID and Name separately. So now all button’s ids are the same as well.