accessing a textbox that was created dynamically? for (int i = 0; i < t1; i++) { TextBox t2 = new TextBox(); t2.ID = "adf" + i; PlaceHolder1.Controls.Add(t2); } accessing data entered in the above created controls.
1 3372One Listbox showing all cities. If you select one city in list box the information related to that particular city should be displayed in Datagrid . How do you do that?
HCL,
3 8365If we add a textbox and give the required field validator,and i add two radio buttons 1 is yes another one is No.And i add another one server control button ,if i click the button ,if the radio button Yes is checked the validation control is fired ,if no the validation control is not fired.So what you used to solve this problem.
CTS,
6 18559How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
2 12203I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?
1516I have a method written in WebForm (means .aspx page) & now I want to call this method in WebUserControl (means .ascx page) what should I have to do?
1 6499
Define session in asp.net.
Difference between response.redirect and server.transfer?
Why is it preferred to not use finalize for clean up?
What is a 307 redirect?
What is the difference between cache and cookies?
Is a dll file an executable?
What is the difference between Hash table and Array list?
Is react a template engine?
Explain about consistent programming model in the .NET framework?
Why asp.net is better than php?
A web service can only be written in .net? State whether true or false.
What is the difference between CC and BCC?
What is mta?
What is new asp.net core?
Why do we need asp.net?