How do u declare static variable and how it is declared and what is its lifetime?
How can we do the client side validation and Server side validations? But i told that At client side by with the help of validations control or by javascript? But I dont know about the Server side controls Explain?
What is the file extension of web service?
What are the advantages of asp.net?
What is SilverLight in ASP.NET ?
What are assemblies and namespaces and explain the difference between them ?
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.
Types of state management techniques ?
About SOAP ?
what are the events in ASP.net page life cycle?
How does viewstate work?
What is latest version of asp.net mvc? : Asp.Net MVC
Hey I am using asp.net mvc architecture. I creating one dropdownlist using <select id="State" name="State"></select> this is dynamic list.Its displaying properly. But in time of Edit.If i load a page dropdownlist is not displaying the item which is stored in table.