| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| How to refresh a page in asp.net | | 2 |
| if you disable view state of a textbox will it maintain
data during postbacks.if yes reason | FactorH | 6 |
| web farm .. how does session shuld be stored... if inproc
used? does the session
persists from one server to other.
| TCS | 2 |
| Differentiate between Server Transfer and Response
Redirect? | DELL | 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 |
| what are the types of ASP objects ? | Satyam | 4 |
| Explain the functionality of "EnableViewState" ? What
happens if you want it on or off? | | 1 |
| What is strong-typing versus weak-typing? Which is
preferred? Why? | | 1 |
| How do you add a javascript function for a link button in a
datagrid ? | Microsoft | 4 |
|
Could u send me the answer for this question as soon as
possible.
Im using 'System.net.mail.mailmessage' namespace for
sending a mail from my application. What should I mention
in 'system.net.mail.mailmessage.to' property and What
should I mention in 'system.net.mail.mailmessage.from'
property. | | 1 |
| Can you edit data in the Repeater control? | | 3 |
| What is the difference between Server.Transfer and
Response.Redirect? Why would I choose one over the other? | Satyam | 3 |
| For Web services where you can browse on the Internet? | | 1 |
| 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 |
| What is gacutil.exe? Where do we store assemblies, Should
sn.exe be used before gacutil.exe? | Accenture | 2 |
| What are the different types of Session state management
options available with ASP.NET? | | 1 |
| what is code access security,role based security explain
with example | Infosys | 1 |
| What is the need to give <compilation debug=true> command ? | Netsweeper | 3 |
| How many types of sessions are there? | | 2 |
| Can any one explain with the example how to capture the
application error in Aplication_Error() method? | Infosys | 1 |
| |
| For more ASP.NET Interview Questions Click Here |