| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| About SOAP ? | Cognizent | 2 |
| What are the 4 tenants of SOA/D. | | 1 |
| How does the browser enable AutoPostBack functionality?
| | 1 |
| How do you a replicate a set of controls across a number of
ASP Pages | | 2 |
| For a server control, you need to have same properties like
color maxlength, size, and allowed character throughout the
application. How do you handle this? | Microsoft | 2 |
| If i have a page where i create an instance of a dll and
without invoking any method can I send values to next page ? | Satyam | 1 |
| How do you create a permanent cookie? | | 2 |
| Have you used microsoft dataaccess blocks and Exception blocks? | Microsoft | 1 |
| what if we delete web.config or machine.config?
will a website work if we delete webconfig....or if we
delete machine config? | TCS | 2 |
| accessing a textbox that was created dynamically?
for (int i = 0; i < t1; i++)
{
TextBox t2 = new TextBox();
t2.ID = "adf" + i;
PlaceHolder1.Controls.Add(t2);
}
accessing data entered in the above created controls.
| | 1 |
| I am having four text boxes in my web application. I am
setting Required Field validator to each Text box. And I am
having two buttons in my application. If i clicked the
first button only first two text box validation will get
fire. Dont show error message for remaining two text box.
If i clicked second button last two text box validation
will get fired. It will not consider the first two
validation controls. That is how to enable and disable the
validation controls. | | 4 |
| How do you turn off cookies for one page in your site? | IBS | 2 |
| Which template must you provide, in order to display data
in a Repeater control? | | 1 |
| How can we read a columnised text data in ASP.Net C#?
Columnised means my data is stored in a text file and I
have numeric data or string data in this file. For ex. If I
am searching for the data of gender and I know that gender
data is stored at column 32 in text file. How can I get
this data in ASP.Net page. Thanks for help in advance. | | 2 |
| what is CLR? | PrimeLine | 3 |
| Can private assembly be used for more than one application?
If so how? | Satyam | 6 |
| What property must you set, and what method must you call in
your code, in order to bind the data from some data source
to the Repeater control? | | 3 |
| What is an Interface and What is an Abstract Class? | | 3 |
| Where on the Internet would you look for Web services? | IBM | 2 |
| Suppose you want a certain ASP.NET function executed on
MouseOver overa certain button. Where do you add an event
handler? | Visual-Soft | 3 |
| |
| For more ASP.NET Interview Questions Click Here |