Define xmlreader class.


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

Post New Answer

More ASP.NET Interview Questions

How is session id generated?

0 Answers  


What is difference between session and cookies?

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  


what is .net

15 Answers   Net Solution,


In Code-Behind class which kind of code (server or client) is found ?

0 Answers   Siebel,






By default, Web API sends HTTP response with which of the following status code for all uncaught exception?

0 Answers  


What are the contents of cookie?

0 Answers  


What is the use of The Page.Master Property?

1 Answers  


1. What is the difference between Cache and Session? 2. I cache limited to page like viewstate or it's accessible through out the application like session? 3. Which one is better when I've some data that is to be used across the application? Why is to better than the other?

2 Answers   247Customer,


What is a master page and what does it do?

0 Answers  


How you can access the properties and controls of master pages from content pages?

0 Answers  


How does u get record no from 5 to 15 from a dataset of 100 records?

0 Answers  


Categories