| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| hi i have a problem regarding to datagrid in aspdotnet.i
have a datagrid in my application.i have to place
add,edit,delete buttons or links what ever it may be.
now the problem is if i click on add button then the page
has to redirected to another form called "xyz.aspx" and if
i click on edit button the page has to redirected to
another form called "abc.aspx".i am phasing the problem
that if where ever i click on the datagrid the cursor goes
to gv1_SelectedIndexChanged event.please tell me the
solution about the code. | Lambent | 4 |
| What is the maximum amount of memory any single process on
Windows can address? Is this different than the maximum
virtual memory for the system? How would this affect a
system design? | | 2 |
| Which control would you use if you needed to make sure the
values in two different controls matched? | | 3 |
| Can you explain what inheritance is and an example of when
you might use it?
| | 1 |
| What is web.config. How many web.config files can be allowed
to use in an application ? | Accenture | 8 |
| 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 | 3 |
| what is advantage of developing in asp.net.why the same
can't be developed in Java or other web developemnt
tool.what are advantages of developers. | IBM | 4 |
| What data type does the Range Validator control support? | | 4 |
| How to check the end of the record in Datareader? | Cognizent | 2 |
| what is usercontrol how we can use acess the controls that
are present in the usercontrol in the aspx page
suppose we have 2 text boxes in a user control how u can
acess the 2 textboxs in the aspx page | | 1 |
| How do you add a javascript function for a link button in a
datagrid ? | Microsoft | 4 |
| How to store a dataset in a viewstate? | Patni | 2 |
| What is Runtime callable wrapper? | | 2 |
| What is strong-typing versus weak-typing? Which is
preferred? Why? | | 1 |
| 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 |
| what is asp and asp.net ? | Inspira-Technologies | 2 |
| What are the types of assemblies and where can u store them
and how a private assembly is used only by a single
application, and is stored in that application's install
directory (or a subdirectory therein)? | Accenture | 3 |
| difference between <connectionstring> <Appsetting> | VebTel | 6 |
| what is the trace in ASP.NET | | 4 |
| What is the relationship between IIS and ASP.NET in the
generation of dynamic Web sites?
| | 1 |
| |
| For more ASP.NET Interview Questions Click Here |