| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Have u used webcontrols?Tell me something about these? | Microsoft | 1 |
| To call a Web service which transport protocol you can use? | | 3 |
| Can you explain the difference between an ADO.NET Dataset
and an ADO Recordset? | | 1 |
| what is new debug tools in asp.net ? | | 1 |
| what is the dllhell? why we use the dllhell?
| | 4 |
| can u create two Primary key for a table?
--Sivaa | BirlaSoft | 8 |
| What property must you set, and what method must you call in
your code, in order to bind the data from some data source
to the Repeater control? | | 3 |
| What is the use of sessionstate tag in the web.config file? | | 2 |
| What is session tracking & methods? | C-Squared-Systems | 3 |
| To display data in a Repeater control which templete is
provided ? | | 4 |
| what is strong name? | Microsoft | 2 |
| How you will handle session when deploying application in
more than a server? Describe session handling in a webfarm,
how does it work and what are the limits? | CoreObjects | 2 |
| If 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 |
| difference between Trace and Debug ? | Accenture | 2 |
| what is managed and unmanaged code? | Microsoft | 3 |
| When maintaining session through Sql server, what is the
impact of Read and Write operation on Session objects? will
performance degrade.. | | 2 |
| Difference between datagrid and datareader? | | 1 |
| with which controls you worked in Asp.net 2.0?
| HP | 2 |
| 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 |
| Suppose i create one application in vs 2008 and it is
running in the latest version of IE,will it run in netscape
and other browsers with low version? | Wipro | 2 |
| |
| For more ASP.NET Interview Questions Click Here |