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 4359One 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 10088If 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 21356How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
2 13535I 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?
2085I 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 7425
What is meant by asp.net?
How many validators do ASP.NET have?
How do I know asp.net mvc version? : Asp.Net MVC
Can we store object in viewstate?
What are the differences between the response.write() and response.output.write()?
How could you modify xaml content from javascript?
Contrast OOP and SOA. What are tenets of each ?
What is sta?
Suppose You Want A Certain Asp.net Function Executed On Mouseover For A Certain Button. Where Do You Add An Event Handler?
How can you identify that the page is post back?
What is the difference between a default skin and a named skin?
How do you declare delegates and are delegates and events one and the same and explain how do you declare delegates and invoke them ?
Why do you use the app_code folder in asp.net?
What do you mean by View State and what is its role?
What is difference between mvc and asp.net? : Asp.Net MVC