| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What does this do? sn -t foo.dll | | 2 |
| Describe the difference between inline and code behind -
which is best in a loosely coupled solution Tightly coupled
- INLINE
| | 1 |
| How .net CLR works with n-tier application | HCL | 2 |
| can I use session variable in App_code Class page?? | Wipro | 2 |
| What is the main difference between grid layout and flow
layout? | | 1 |
| What line in the following XML document will generate an error?
<?xml version=?1.0?>
<employees>
<employee>
<name>Bob Andcarrol</name>
</employee>
<employee>
<name>Robert Burns</name>
</employee>
</employees>
a) 6
b) 4
c) 1
d) There is no error
| Syntax-Softtech | 2 |
| Hi,
I am a fresher. i have a problem related to DataGrid .
i have a data grid and i have to place a dropdown in the
datagrid.and i have to retrieve the values from the database
(sqlserver).please tell me any idea about the code. | Lambent | 1 |
| How many types of sessions are there? | | 2 |
| What base class do all Web Forms inherit from? | | 4 |
| Which @page directive should you create an asynchronous page? | | 1 |
| what is NET Framework ? | TCS | 4 |
| Should validation (did the user enter a real date) occur
server-side or client-side? Why? | | 2 |
| What is wrong with a line like this? DateTime.Parse(myString) | Metasys | 4 |
| Is It Possible For Whole Page is Saved In View State?
What Is View State? | Phoenix-Technologies | 2 |
| Which is the namespace used to write error message in event
Log File? | | 1 |
| what is generics? | Microsoft | 2 |
| How do we make a poperty read only? | Microsoft | 1 |
| what is stateless ? | | 2 |
| How Many types of Page Load functions in asp.net | | 2 |
| 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 |
| |
| For more ASP.NET Interview Questions Click Here |