When we use cookie less session? Explain its working?


No Answer is Posted For this Question
Be the First to Post Answer

Post New Answer

More ASP.NET Interview Questions

What is cache in asp net?

0 Answers  


When do you set "<IDENTITY impersonate="true" />" ?

1 Answers  


What are runtime hosts?

2 Answers   Microsoft,


In a Code-Behind class generally which type of code is found ?

3 Answers   Siebel,


What are the server control tags in asp.net.?

0 Answers   MCN Solutions,






How do you define authentication in Web.Config?

2 Answers   Patni,


How many types of validators are there in asp net?

0 Answers  


what do machine key element in configuration file specify?

1 Answers   TCS,


Does google crawl redirects?

0 Answers  


What base class do all Web Forms inherit from?

2 Answers   Siebel Systems,


Explain the components of web form in asp.net

0 Answers  


if i have placed the button control with the OnClick event like <asp:Button ID="mybutton" runat="server" Text="Insert" onclick="mybutton_Click" /> 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 <input type="submit" name="mybutton" value="Insert" id="mybutton" /> 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 which button cause the submit, and how this page moves to the server side.

1 Answers  


Categories