| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| What is the name of the base class that all web forms will
be inherited? | | 7 |
| 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 mean by framework? | | 2 |
| Differences between session state and Application state? | | 2 |
| Where is ViewState information stored? | HCL | 6 |
| How do you retrieve information from web.config ? | MMTS | 4 |
| Difference between ByVal and ByRef? | Microsoft | 2 |
| Name two properties common in every validation control? | | 6 |
| What is a bubbled event?
| | 2 |
| in database table is thier . in that table fields are
photoid , photoname,photo... i want display image in the
gridview | TCS | 4 |
| What benefit does your code receive if you decorate it with
attributes demanding specific Security permissions? | | 2 |
| what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example? | Satyam | 1 |
| Descrie about response.buffer and repsonse.flush ? | Cognizent | 1 |
| What is interval time of GC in .net | | 2 |
| Various types of Page Load functions | Net-Solution | 3 |
| Is There any Third party tools are using in .Net
Technologies? Can u Explain? | HCL | 2 |
| What are validator? Name the Validation controls in asp.net?
How do u disable them? | | 2 |
| You are planning the deployment of an ASP.NET application.
The application uses a Visual Studio .NET component named
DataAccess that will be shared with other applications on
your Web server.
You are using Visual Studio .NET to create a Windows
Installer package. You need to deploy DataAccess and the
ASP.NET application so that they can be uninstalled later of
necessary.
What should you do?
A . Create a setup project for DataAccess. Add the ASP.NET
application in a custom action.
B . Create a setup project for the ASP.NET application.
Create another setup project for DataAccess.
C . Create a Web setup project for the ASP.NET application.
Add a project output for DataAccess.
D . Create a Web setup project for the ASP.NET application.
Add a merge module for DataAccess.
| Syntax-Softtech | 3 |
| 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 |
| how to use html code in asp source code? | | 1 |
| |
| For more ASP.NET Interview Questions Click Here |