What is asp.net localization?
what is webservices. howit is use in our project .
Can we set which type of comparison we want to perform by the CompareValidator control?
How to consume a webservice in a windows application without adding through the web reference?
When maintaining session through sql server, what is the impact of read and write operation on session objects?
Difference between ADO.net Dataset , ADO Record Set & ADO Data Reader?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net? How to disable validator control by client side javascript?
Which object encapsulates state or data of a user?
One application have three forms for registration .submit button is at third form.after filling three forms only u have to click submit button.After clicking the submit button all the values in first,second& third form saved on sql server.how to handle this situation .
Is web config mandatory?
Whats MSIL, and why should my developers need an appreciation of it if at all?
how to pass session value one url to another url.my code if session("user")="abc" then response.redirect("www.abc.com\client\home.aspx") end if. so how to pass value of session in browser url
How does session id work?