| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
| i want to develope a page for online test using asp.net
with c#.net. so, how to insert the questions in the
database sqlserver2000 and how to pick the questions
randomly when user login for test. plz send the code for
this.... | TCS | 3 |
| What is boxing? | Misys | 4 |
| In this case if exception occure in Database which catch
block will be exexcuted? | Microsoft | 1 |
| One of the properties of the Web Part has an incorrect
format. Windows SharePoint Services cannot deserialize the
Web Part. Check the format of the properties and try
again. - this error is occured in Sharepoint 2007 while
deploy the web part | WebInfo | 1 |
| which one is faster execute reader, scalar, execute non
query ? | Minecode | 16 |
| what is the difference between assemblyinfo and webconfig
files? | | 1 |
| How would you implement inheritance using VB.NET/C#?
| | 2 |
| You have two buttons in web form and i clicked on one of
the button, so how do i find which button i've clicked on
the form in my page load? | INDUS | 14 |
| What is the difference between <%#%> and <%=%>? | IBS | 4 |
| In a page u have Web user controls . So what is the order
in which the Page life Cycles takes place? | | 1 |
| Different type of validation controls in asp.net ? | Keane-India-Ltd | 1 |
| How to limit table cell size with long strings? | IBS | 1 |
| Which control would you use if you needed to make sure the
values in two different controls matched?
| | 1 |
| how to get the vb6.0 COM Component in to the .Net application? | iSoft | 3 |
| what is the use of untyped data set ? | TCS | 2 |
| How to convert a string into an Integer in ASP.net? | | 6 |
| how to create bin folder in asp.net2.0 | | 7 |
| In SP has contains 10 query,By Using Dataset Object I need
to fetch 8th query of records? How? | | 4 |
| when to use webservice and when to use remotong diff
between them | | 3 |
| |
| For more ASP.NET Interview Questions Click Here |