what is the role of aspx file ?
Answers were Sorted based on User's Feedback
Answer / suman
aspx file contains the code that is written by user and is
responsible to give the application to ISAPI layer and get
the response from that layer. the aspx page when sended to
ISAPI layer it first performs Impersonation/Authentication
then the aspx page is given to asp_isapi.dll if it is valid
aspx page. then it farwards it to worker process. worker
process process that and gives result to the client
| Is This Answer Correct ? | 5 Yes | 1 No |
Answer / sneha
aspx file forms the GUI part of a web page. server side
code is written in code behind page (.cs or .vb) whereas
the client side code is written in aspx file.
| Is This Answer Correct ? | 2 Yes | 0 No |
What data types do the RangeValidator control support?
How many types of cache are there?
What is custom control. What is the difference between custom control and user control?
Explain login control and form authentication.
what is loosely coupled solution? How it can be used?
You are using the try? catch block seen in the following code segment, but no exceptions are ever caught by the catch block. What is the problem? SqlConnection cn =new sqlConnection(strSQL); SqlDataSet ds; try { cn.open(); //perform the data processing steps ??.. } catch (OleDbException e) { ?.. } a) The exception class is wrong; it should be sqlErrors. b) The exception class is wrong; it should be sqlSyntaxExceptios. c) The exception class is wrong; it should be sqlExceptions. d) The exception class is wrong; it should be sqlExcptions.
2 Answers Microsoft, Syntax Softtech,
How to kill session?
What is the use of web.config? Difference between machine.config and Web.config?
Difference between windows application and web application? Which is the best for updation purpose?
Is asp.net still used?
Name the namespace which is used by ado.net?
I have a DataGrid in which two of the columns are editable...i want to update the backend table with the newly edited data of the datagrid. How to do this please help me.
1 Answers MS Technosoft, Wipro,
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)