| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what are the new server controls added in Asp.net 2.0? | DOSPL | 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 |
| I am using ASP.Net 2.0. I added the following code in
button_Click page. but 'PreviousPage' is not taking as a
keyword. It throughs an error.
Page Poster = this.PreviousPage;
TextBox txtNewTest = (TextBox)Poster.FindControl("txtTest");
sDisplay = txtNewTest.Text;
Response.Write(sDisplay);
The following is the Error Message:
'controls_LoginMain' does not contain a definition
for 'PreviousPage' | | 2 |
| How many types of validation controls are provided by
ASP.NET? | | 4 |
| How to check null values in dataset ? | Digital-GlobalSoft | 4 |
| Can two different programming languages be mixed in a
single ASMX file? | Patni | 1 |
| what is DLL Hell and how it is solved in .NET? | icegen | 9 |
| In a webpage if i want to give access to only half page
,then what should i do?
| | 3 |
| what is pagination in asp.net ? | Netsweeper | 1 |
| To display data in a Repeater control which templete is
provided ? | | 4 |
| What is difference between machine.config and Web.Config? | Accenture | 3 |
| About CLS and CTS? | Microsoft | 6 |
| With out Web.config can we executes the application? | Valtech | 6 |
| Have you used microsoft dataaccess blocks and Exception blocks? | Microsoft | 1 |
| what is code access security,role based security explain
with example | Infosys | 1 |
| Can we throw exception from catch block ? | Accenture | 3 |
| Explain current thinking around IClonable. | | 1 |
| what is caching? | Microsoft | 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 |
| How to convert a string into an Integer in ASP.net? | | 6 |
| |
| For more ASP.NET Interview Questions Click Here |