| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Define ViewState and how can it be used? | | 3 |
| How to Open any web page by clicking any Any ASPControl
like (Checkbox,radio button or Button) without calling its
event and without going to Siverside code?
| LG-Soft | 1 |
| What is deff. saop and disco? | | 1 |
| What methods are fired during the page load? | Visual-Soft | 6 |
| Explain what a diffgram is, and a good use for one? | FT | 1 |
| What is the relationship between IIS and ASP.NET in the
generation of dynamic Web sites?
| | 1 |
| Should sn.exe be used before gacutil.exe ?
| Accenture | 2 |
| I have been asked in an interview What is your LOC(Line of
Code)What will be the probable answer for that | HCL | 1 |
| What is the best way to search any exact information on
google? | Intellevate | 2 |
| What are the different methods that are used during the
page load? | | 1 |
| You are using the try? catch block seen in the following
code segment, but no exceptions are ever caught by the catch
block. What is the problem?
SqlConnection cn =new sqlConnection(strSQL);
SqlDataSet ds;
try
{
cn.open(); //perform the data processing steps
??..
} catch (OleDbException e) {
?..
}
a) The exception class is wrong; it should be sqlErrors.
b) The exception class is wrong; it should be
sqlSyntaxExceptios.
c) The exception class is wrong; it should be sqlExceptions.
d) The exception class is wrong; it should be sqlExcptions.
| Syntax-Softtech | 2 |
| Explain the scenario where we go for inpro and outpro session? | | 2 |
| True or False: To test a Web service you must create a
windows application or Web application to consume this service? | | 1 |
| If you want a certain ASP.NET function executed on
MouseOver for a certain button. Where do you add an event
handler?
| | 1 |
| What is the Global ASA(X) File? | | 2 |
| How we can bind textbox,listbox and datagrid to sql server
database in asp.net using visualstudio.net language (vb.net)? | rocsearch | 1 |
| What is the transport protocol you use to call a Web service? | | 2 |
| How do you bind array to gridview? Will it works? | HP | 4 |
| Can we use http handlers to upload a file in asp.net? | | 2 |
| what is differences between bind and eval? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |