-
When a session is expiring in ASP.NET page?
Please help me to answer when the session is expiring in a asp.net page?is it in page closing?
-
-
-
-
-
-
-
Why is Global.asax is used
Skill/Topic: BeginnerA) Implement application and session level eventsB) Declare Global variablesC) No use
-
Who can access Session state variables
Skill/Topic: IntermediateA) All Users of an applicationB) A Single sessionC) All users within a single tunnel
-
Whch of the following is not a member of Response Object?
Skill/Topic: AdvancedA) ClearB) WriteC) ExecuteD) Flush
-
How the server side identifies button click event
if i have placed the button control with the OnClick event like
vb
and some other controls(buttons, textboxes) in .aspx page. When i run the page, the button displays in the page source of the browser like
vb
here, it does not display the onclick event, then how the page calls the button click on the server side, how the server side identify... -
Asp.net+javascript
How do u get the file name from a particular path using Javascript?
-
Postback occurs in which of the following forms
Skill/Topic: BeginnerA) WinformsB) HTMLFormsC) Webforms
-
What is the main role of View State?
what is the main purpose of view Sate.. like we can maintain value by session and etc but still we used view state why..???
-
Dotnet framework on iis server
Is it require to install dotnet framework on iis server?
-
What is WebCombo Box in Asp.net2.0
Waiting 4 ans
-
Where is the default Session data is stored in ASP.Net
Skill/Topic: IntermediateA) InProcessB) StateServerC) SQL ServerD) All of the above
-
-
Retrieve Value from DataSet
How to retrieve the third table value from the data set?
Ans