If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
1 5589
What is a form tag?
What is asp.net and its advantages?
How can we create custom controls in asp net?
I have an external link in my application say www.xyztest.com. Today this site works on http protocal. Tommorow it may run on https. So i cant hardcore the protocal in the site. When a user clicks on the link how can i know if the external site works on http or https and takes him to that place?
I am trying to implement sorting facility from client side code in GridView Control. So how can I fill up an Array inside client side code (using JavaScript), i want to assign my DataSet object declared and filled up on Server side(in code behind) to the array (on client side)
What is query string with example?
To display data in a Repeater control which template you provide?
Is asp.net a language?
What is the Intermittent crashing of application in production?
What is difference between web config and global asax?
Explain login control and form authentication.
How does asp page work?
How asynchronous call can be implemented using delegates?
What is the difference between application state and caching?
What is state management techniques in asp.net?