What command line used to generate Runtime callable wrapper.
Post New Answer View All Answers
Explain the server control events of asp.net ?
If you are using two select queries and retrieving data. how do you access second query's result set using data reader?
What is asp.net web application?
Am not able to move the controls on the form freely in asp.net 3.5 even though I selected the position as relative or absolute for those controls. What should I do to overcome this?
What is voluum?
Which method has beenintroduced in asp.net 4.0 to redirect a page permanently?
What is the exact purpose of http handlers?
Describe session handling in a webfarm?
What is the difference between debug and release?
What is owin authentication?
What is difference between datalist and gridview?
Where is http session stored?
if i want to give an alert message like "try after sometime" to a web page which is being seen by other person.if a web page is not seen by anyone then it should display otherwise it show a display a message stating that other person is viewing so try after some time........how can i implement this.
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?
What are the data controls available in asp.net?