| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| what is stateless ? | | 2 |
| Can private assembly be used for more than one application?
If so how? | Satyam | 6 |
| How do you manage session in ASP and ASP.NET ? | Microsoft | 1 |
| Tell About Global.asax ? | Keane-India-Ltd | 3 |
| Descrie about response.buffer and repsonse.flush ? | Cognizent | 1 |
| How do you create a permanent cookie? | | 4 |
| What is sequence of code in retrieving data from database? | Accenture | 3 |
| Difference between Htttppost and Httpget Methods? | Microsoft | 3 |
| What is gacutil.exe? Where do we store assemblies, Should
sn.exe be used before gacutil.exe? | Accenture | 2 |
| About delegates ? | TCS | 7 |
| In a webpage if i want to give access to only half page
,then what should i do?
| | 3 |
| What is the result when the Web Form containing the
following line is complied and executed?
<asp:Button id=?thebutton? onClick=?theEvent? />
a) The button control is created; theEvent is the click
event handler.
b) Compiler error; the control must be set to runat=?server?.
c) Compiler error; onClick is not a valid attribute.
d) Runtime Exception; the control must be set to runat=?server?.
| Syntax-Softtech | 2 |
| Is it possible to prevent a browser from caching an ASPX
page? | | 2 |
| ASP.NET uses event driven programming model.Justify. | | 1 |
| what is diffrent between asp & asp.net | | 2 |
| How many time you can fill dataset in asp.net? | Syntel | 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 methods are fired during the page load? | | 1 |
| Can you store dataset in viewstate? | Microsoft | 3 |
| How do you manage session in ASP and ASP.NET? | Microsoft | 1 |
| |
| For more ASP.NET Interview Questions Click Here |