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 3970One 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 9449If 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 20365How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
2 13043I 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?
1904I 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 7124
What are the Types of chaching. How to implement caching
How to change Master page in ASP.Net using code?
How does asp page work?
What does passport and windows authentication mean in ASP.NET?
What is Difference between Production Serves and Development Servers? And Suppose, m adding/deleting C# file in a project based on the Specific Requirement. These Files are Automatically updated in Production Servers? So Which tool is needed to do This One?
Which is better union or union all?
Is there any alternative to avoid name collisions other then Namespaces?
What is the used of "ispostback" property?
Explain weak typing and strong typing.
Where sessions are stored?
What is data cache in sql server?
How can you ensure a permanent cookie?
What is the appSettings Section in the web.config file?
What is asp.net futures?
1.can we add connection string in global.asax?????????? 2.what are the default files included when we create new web application????