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 4280One 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 9949If 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 21146How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
2 13424I 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?
2043I 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 7353
What does asp.net stand for?
What are the different types of sessions in asp.net?
What is the difference between system.stringbuilder and system.string
What is an asp.net validator? And, mention its types.
Explain automatic memory management in .net.
What is the base class from which web forms are inherited?
Which is the parent class of the web server control?
How can u deifne the benefits and limitation of using Viewstate for state management?
Which tool you have done?
What is asp.net globalization?
Explain different authentication modes in asp.net?
What is gridview in asp.net?
What is the most appropriate lifetime for a database connection/orm context in an asp.net mvc application? : Asp.Net MVC
i want to implement grid view value in paypal site. so how to create this code in asp.net with C#
Why mvc is faster than asp.net? : Asp.Net MVC