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 4437One 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 10253If 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 21580How we can bind textbox,listbox and datagrid to sql server database in asp.net using visualstudio.net language (vb.net)?
2 13637I 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?
2140I 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 7499
What is the significance of proxy user?
What is a viewstate?
Differentiate between a page theme and a global theme?
Is asp.net and .net the same?
What is the difference between session and application?
How can exception be handled with out the use of try catch?
Explain how caching in asp.net 2.0 is different from caching in asp.net 1.1?
Explain the difference between inline and code behind - which is best in?
What is the difference between stored procedure vs function?
When using the Pager object, inorder to know which page to go, which property you have to set to grid?
What is the difference between “Web.config” and “Machine.Config”?
How may clustered index we can create in table?
How to disable disable browser's Back button in asp.net (JavaScript)?
Less than one page, how many windows will you be able to maintain?
What are the different types of sessions in asp.net?