What are the new web part controls in asp.net 2.0 ?
What are the different ways of processing data in ASP page in the server side (like Forms, QueryStrings etc)?
how to create bin folder in asp.net2.0
What is the difference between application object and session object?
What is request and response in asp.net?
What are the different kinds of assemblies?
Can you change a Master Page dynamically at runtime?
can we store textbox and com components in viewstate?
What is bson in web api?
What does AspCompat="true" mean and when should I use it?
hi all; i need standard notes on .net(basics) for my seminar. im a starter in .net. plz suggest whr can i get satisfactory notes!!!
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.
Why do we need master page in asp.net?