How to prevent client side validation from the ASP.NET validation controls?
What are the main requirements for caching?
When a dropdownlist has been added by some records and it has been binded why it is not executing i'm facing this error pls help me ? if (is!pageposback) { arraylist books = new arraylist; books.add ("gone with the wind"); books.add ("rahulsriramprakash"); books.add ("vishal"); dropdowndisplay.datasource=books; dropdowndisplay.databind(); } The error is : 1) The dropdowndisplay does not exist.
Why web api is better than wcf?
What is a WebService and what is the underlying protocol used in it? Namespace?
IN an ASP.NET Web application if there is any error, how can you debug?
what is service contract,operation contract?
What are the different method of navigation in asp.net?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
Where is asp.net view state stored?
What was the difference between machine.config and web.config files
17 Answers Assurgent, NIIT, TCS,
Suppose i create one application in vs 2008 and it is running in the latest version of IE,will it run in netscape and other browsers with low version?
How we implement the multiple paypal value with gridview in my website and how we make a payment through Credit Card.