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 4360One 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 10089If 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 21360How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
2 13538I 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 difference between rest and soap?
what are the security certificates used in webservices?
What is sdlc process?
How asynchronous call can be implemented using delegates?
What is the sequence in which ASP.NET events are processed?
Define cookie.
Where you store Connection string in "Web.Config" file in ASP.NET?
How use Xml data in ASP.net?
What is the significance of attaching a profile while creating a user?
What is a session government?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
If you have an application with multiple security levels though secure login and my ASP.NET web appplication is spanned across three web-servers by using round-robbin load balancing. Explain which is the best approach to maintain login-in state for the users?
Can you set which type of comparison you want to perform by the comparevalidator control?
How would you implement inheritance using c#?
How can you access the properties and controls of master pages from content pages?