| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How do you implement postback with a text box? What is
postback and usestate? | | 1 |
| write six HTTP request method? | IBM | 2 |
| What is view state and how this can be done and was this
there in asp? | Accenture | 10 |
| There is a login page that has two text boxes with required
field validators on it. The page has a login and cancel
button. How can we ensure that the click on the cancel
button doesnt fire a validation event. | Proteans | 2 |
| In your web.config file which attribute of <Globalization>
element identifies the default culture that will be used for
web request? | | 1 |
| About Usage of server variables ? | Cognizent | 2 |
| Types of optimization and name a few ? | Accenture | 3 |
| What is .Net3.0 and .Net3.5?
Describe something about that Features.. | | 1 |
| What is Assert Method ? | | 2 |
| what is the relation between delegates and events | IBM | 4 |
| 17. If I?m developing an application that must accommodate
multiple security levels though secure login and my ASP.NET
web application is spanned across three web-servers (using
round-robin load balancing) what would be the best approach
to maintain login-in state for the users? | | 1 |
| 1.What are the types of events in asp.net?
2.what is databind?
3.what is COM objects?
4.Difference between gridview and datalist?
5.what is SOAP?
6.what are contents are available in asp.net page?
7.what are types of error? | | 1 |
| diffrance between stored procedure & function in sql server? | | 2 |
| To display data in a Repeater control which templete is
provided ? | | 4 |
| How to handle error while project running on live
| | 2 |
| What definition correctly defines a label server control
with the name set to lblHoop?
a) <asp:Label name=?lblHoop? runat=?server? />
b) <Label id=?lblHoop? runat=?server? />
c) <asp:Label id=?lblHoop? runat=?server? />
d) <server label name=?lblHoop? runat=?asp? />
| Syntax-Softtech | 2 |
| How does Garbage collector(GC) works in .net | Accenture | 9 |
| 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 | 5 |
| What method must be overridden in a custom control?
a) The Paint() method
b) The Control_Build() method
c) The Render() method
d) The default constructor
| Syntax-Softtech | 1 |
| what are the server controls used in sitepath navigation? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |