| Other ASP.NET Interview Questions |
| |
| Question | Asked @ | Answers |
| |
| Difference between Response.Expires and Expires.Absolute ? | Accenture | 1 |
| All kind of access specifiers for a class and for methods ? | MMTS | 1 |
| 17. If I?m developing an application that must accommodate
multiple security levels though secure login and my ASP.NET
web application is spanned across three web-servers (using
round-robin load balancing) what would be the best approach
to maintain login-in state for the users? | | 1 |
| Descrie about response.buffer and repsonse.flush ? | Cognizent | 1 |
| How can u handle Exceptions in Asp.Net? | | 4 |
| what to magage the state manament in asp.net with respect
to in_prock and out_prock | Aviva | 1 |
| Which control would you use if you needed to make sure the
values in two different controls matched?
| | 1 |
| Trigger syntax in sql2000 | Wipro | 1 |
| when the user control event occur in ASp page life cycle? | | 3 |
| I need to download file from web server, without using save
as dialogue box. Can anyone help, thanks In advance. | | 1 |
| How many types are there session | TCS | 5 |
| what is NET Framework ? | TCS | 4 |
| You are creating a Web site for Your company. You receive
product lists in the form of XML documents. You are creating
a procedure to extract information from these XML documents
according to criteria that your users will select.
When a user makes a request, you want the results of these
requests to be returned as quickly as possible.
What should you do?
A . Create an XmlDataDocument object and load it with the
XML dat Use the DataSet property of the object to create a
DataSet object. Use a SQL SELECT statement to extract the
requested dat
B . Create an XmlDataDocument object and load it with the
XML data. Use the SelectNodes method of the object to
extract the requested data.
C . Create an XPathDocument object and load it with the XML
data. Call the CreateNavigator method to create an
XPathNavigator object. Call the Select method of the
XPathNavigator object to run an XPath query that extracts
the requested data.
D . Create an XmlReader object. Use the Read method of the
object to stream through the XML data and to apply an XPath
expression to extract the requested data.
| Syntax-Softtech | 1 |
| What are the Application_Start and Session_Start
subroutines used for? | | 5 |
| What?s a bubbled event? | | 1 |
| What is the Difference between Web.config and global.asax?
Can we write connection String code in global.asax? | Microsystems | 4 |
| How to handle error while project running on live
| | 2 |
| Have u used webcontrols?Tell me something about these? | Microsoft | 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 |
| if u r projet consist of 4 people means how can u manage
the file | Mind-Tree | 8 |
| |
| For more ASP.NET Interview Questions Click Here |