| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the difference between ExecuteReader,ExecuteNonQuery
and ExecuteScalar. | | 3 |
| Which property on a Combo Box do you set with a column name,
prior to setting the DataSource, to display data in the
combo box? | | 1 |
| How many webforms are possible on a single webpage? | | 5 |
| what is the difference between console.writeline
&console.output.writeline? | | 2 |
| What is cookie less session? How it works? | | 1 |
| about view state and how validation controls will be
executed on client and server | Wipro | 2 |
| What is the difference between <%#%> and <%=%>? | IBS | 4 |
| What is the function of the CustomValidator?
a) It allows for custom C# client-side code to validate
entries in a control.
b) It allows for a custom mixture of validator controls to
use one central control for the display of messages.
c) It uses scripted client-side code to validate the entry
in a control.
d) It uses server-side code to validate the entry in a control.
| Syntax-Softtech | 2 |
| How to write unmanaged code and how to identify whether the
code is managed / unmanaged ? | Accenture | 1 |
| How do you perform validations? | Microsoft | 2 |
| How do you validate the controls in an ASP .NET page? | | 2 |
| In which interface the template of any control like
Gridview would Initiate? | | 2 |
| How to retrieve data row by row from a DataTable?
Thanks In advance
PriyaPP | | 3 |
| how to update data using store procedure | | 1 |
| what is the trace in ASP.NET | | 4 |
| hi
ans dis qstn.
"what is d max size of query string. If it exceeds does it
give error. if yes wt error it gvs, if no gv the reason"
thnx in advance
| | 3 |
| i want to develope a page for online test using asp.net
with c#.net. so, how to insert the questions in the
database sqlserver2000 and how to pick the questions
randomly when user login for test. plz send the code for
this.... | TCS | 3 |
| WHT IS DIFFERENCES BETWEEN HTML CONTROLS AND SERVER CONTROLS. | HCL | 9 |
| 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 |
| How can u handle Exceptions in Asp.Net? | | 4 |
| |
| For more ASP.NET Interview Questions Click Here |