Where can we set the specific variables for a application
and Session objects ?
Answers were Sorted based on User's Feedback
Answer / psetty
We can set the specific variables for the Application and
Session objects in the application_Start and Session_start
subroutines.
Is This Answer Correct ? | 5 Yes | 0 No |
Answer / sathish
Application variable value is static value and not expired
the value.
ex:
application("vari name")=10
session vari., value have been expired 2 their duration of
session timing...
ex:
session("vari-name")=12
Is This Answer Correct ? | 1 Yes | 1 No |
How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
What is custom control. What is the difference between custom control and user control ?
After building the custom control, you test it by adding an ASP.Net web application to the solution. You add a correct <%@ Register %> directive and a proper declaration of the control in the <asp:Form> tag to the Web Form, but when you execute the application you get an error. What is the most likely reason for the problem? a) The custom control must be compiled first. b) The web application must have a reference to the control c) The custom control must be registered with windows first. d) The assembly from the custom control is not in the application?s bin directory.
What are the steps to follow to host a web application on a web server?
What is the flow of processing of the request? : asp.net mvc
What is the main function of url routing system in asp.net mvc? : asp.net mvc
What are the event handlers that we can have in global.asax file?
Types of session management in ASP.NET ?
Code for scolling in gridview
What is reflection and disadvantages of reflection?
I have one .Net application and i have two databases which is in SQL server2000 and one more database in ORACLE? how can i access the database from different Databases?