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 3964One 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 9426If 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 20317How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
2 13036I 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?
1899I 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 7110
Can you set which type of comparison you want to perform by the comparevalidator control?
Explain MVC model binders?
Explain the differences between managed and unmanaged code?
What is the difference between sealed vs static class?
What is the difference between union and structure?
Why mvc is faster than asp.net? : Asp.Net MVC
What is the use of session state and application state and difference between them?
How you can access the properties and controls of master pages from content pages?
What is the difference between page directive include and action tag include?
Where is session cookies stored?
What is session handling in a webfarm, how it can work with its limits?
How does output caching work in ASP.NET?
Why is xap important?
Differentiate the session object and application object?
Explain the difference between asp.net mvc and asp.net webforms