| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| You ve defined one page_load event in aspx page and same
page_load event in code behind how will prog run? | | 4 |
| How will u decide when to use caching and when to use
viewstate? | | 3 |
| What are session variables?
| Microsoft | 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 |
| what is soap? | Microsoft | 3 |
| Where would you use an iHTTPModule, and what are the
limitations of any approach you might take in implementing one? | | 1 |
| Explain the life cycle of an ASP .NET page.
| | 2 |
| What is a Windows Service and how does its life cycle differ
from a standard EXE? | | 2 |
| When a dropdownlist has been added by some records and it
has been binded why it is not executing i'm facing this
error pls help me ?
if (is!pageposback)
{
arraylist books = new arraylist;
books.add ("gone with the wind");
books.add ("rahulsriramprakash");
books.add ("vishal");
dropdowndisplay.datasource=books;
dropdowndisplay.databind();
}
The error is :
1) The dropdowndisplay does not exist.
| Netsweeper | 4 |
| What is web application virtual directory ? | Satyam | 1 |
| 7. Do you have reference list? | Swatz-Oils | 1 |
| What is early binding and Late binding. Difference which is
better ? | DELL | 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 |
| how many databases and tables are uses in one project? | | 2 |
| Difference between asp and asp.net? | Accenture | 3 |
| About writting a query and SP which is better ? | Satyam | 2 |
| What benefit does your code receive if you decorate it with
attributes demanding specific Security permissions? | | 2 |
| WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID | Seion-Infotech | 1 |
| Hi, I am working in a small software company in asp.net
platform. I need to know how and what are all the task in
asp.net will be assigned for the developers in mnc
companies. Thanks in advance. | | 1 |
| In a webpage if i want to give access to only half page
,then what should i do?
| | 3 |
| |
| For more ASP.NET Interview Questions Click Here |