What is asp.net architecture?
Differentiate the session object and application object?
What is a master page and what does it do?
How can we register exception filter from the action?
Explain the Order of events in an asp.net page?
What is boxing?
8 Answers IBM, Misys, Siebel Systems,
What is the use of dispose method?
Have you used microsoft dataaccess blocks and Exception blocks?
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,
Where are session variables stored?
When maintaining session through Sql server, what is the impact of Read and Write operation on Session objects? will performance degrade..
3 Answers Allsec Technologies,
hai to all. what is the procedure for " web hosting ".If you know please message me at "yoursguna@gmail.com". Thank u...
what is the differance between native code & managed code?