| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| 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 are the Application_Start and Session_Start
subroutines used for? | | 5 |
| What is State Management in .Net and how many ways are there
to maintain a state in .Net? | | 5 |
| Describe the role of inetinfo.exe, aspnet_isapi.dll and
aspnet_wp.exe in the page loading process | Visual-Soft | 1 |
| Why does a user need nothing more than a Web browser to view
ASP.NET pages?
| | 1 |
| What are the difference between ASP and ASP.Net? | Accenture | 1 |
| What is viewstate? | Microsoft | 4 |
| what is the difference between assemblyinfo and webconfig
files? | | 1 |
| WHAT ARE DEFFERENCE BETWEEN DATALIST AND DATAGRID | Seion-Infotech | 1 |
| In what order do the events of an ASPX page execute, As a
developer is it important to understand these events?
| | 2 |
| Below is a code extract from an ASP.Net application.
The code basically reads data from the “name” field in
the “members” table and prints them onto the webpage.
Using the assumptions provided, fill in the 4 blanks below
so that the code will run correctly.
‘Assumptions:
‘conn_str is a variable that holds the connection string to
the database
‘Objects dbcomm and dbread are already declared earlier
dbcomm = New OleDbCommand("SELECT name FROM members",
conn_str)
dbread = dbcomm._______________
_____________________
response.write(_______________)
_____________________
dbread.Close() | Techno-Solutions | 3 |
| what is client back feauture ? | | 1 |
| In a webpage if i want to give access to only half page
,then what should i do?
| | 3 |
| Tell something about state management in asp.net? | Accenture | 2 |
| Create the Output by mearging 2 tables and taking common
column sid from both you should not use database create
table and data in it Randomly
table 1
sid sname saddress
1 sa ampt
2 na hyd
3 ha hyd
table 2
sid dno dname
1 12 stats
2 23 phy
3 12 stats
OutPUt
sid sname saddress did dname
1 sa ampt 12 stats
2 na hyd 23 phy
3 ha hyd 12 stats
| | 1 |
| Suppose you display a data having 200 records in a
datagrid. Then you edit 100 records of them. Now when you
will press update button,all 100 records should be updated
in single shot rather than reading every record and
updating. How to do it? | Wipro | 2 |
| What is shared and private assembly? | Accenture | 1 |
| what are the types of ASP objects ? | Satyam | 4 |
| Explain what a diffgram is, and a good use for one?
| | 2 |
| When does the application ONEND event handler fire? | C-Squared-Systems | 1 |
| |
| For more ASP.NET Interview Questions Click Here |