| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 |
| How to find the client browser type ? | Cognizent | 4 |
| What tags do you need to add within the asp:datagrid tags to
bind columns manually | | 2 |
| What are skins? | | 1 |
| What is MSIL?
| | 2 |
| .net allows which inheritence | AG-Technologies | 5 |
| Derive WSDL? | | 6 |
| what is the use of untyped data set ? | TCS | 2 |
| Caching techniques in .NET ? | Microsoft | 1 |
| Life cycle of ASP.NET page when a request is made ? | MMTS | 3 |
| 1. What is the difference between Cache and Session?
2. I cache limited to page like viewstate or it's accessible
through out the application like session?
3. Which one is better when I've some data that is to be
used across the application? Why is to better than the other? | 247Customer | 1 |
| What is CTS, CLS and CLR ? | TCS | 4 |
| I M working in 1.1 .net framework.
In a page I have 5 text box & 2 data grid.
In PageLoad()
All text box will populate with blank value & 1st dataGrid
with some value.
When I click on EDIT button Of the 1st dataGrid,The Relevent
data Of the particular row will populate in first 3 textboxs
& corresponding relevent data Will populate in the 2nd DataGrid.
Now when I click 2nd datagrid's EDIT button of a perticular
Row,relevent data will populate on last 2 textboxs &
1st 3 textbox's value will be same as per as it was........
........My Problem Is ...........
When I click on edit button Of 2nd DataGrid, 1st 3 text
boxes values goes Off & 2nd DataGrid Is goes off Due to
Postback.but The relevent value is populated In last 2
textboxes.So How I stoped this postback??So that all the
data in 1st 3 textboxes will be same.So that I can edit the
values of 2nd Grid with 1st 3 textBoxes value..
plz dirctly mail me 1 copy of post to...
maloy.adhikari@in.com | | 2 |
| is it possible to use web site without web server from
remote place? | ABC | 1 |
| What is .Net3.0 and .Net3.5?
Describe something about that Features.. | | 1 |
| Caching techniques in .NET? | Microsoft | 2 |
| What object is used to encapsulate a rowset?
a) DataSet
b) DataAdapter
c) DataRowSet
d) DataTable
| Syntax-Softtech | 2 |
| 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 role-based security? | | 1 |
| Explain Factory pattern? | Microsoft | 1 |
| |
| For more ASP.NET Interview Questions Click Here |