If you are using components in your application, how can you
handle exceptions raised in a component?
Where you store Connection string in "Web.Config" file in ASP.NET?
0 Answers Sans Pareil IT Services,
What property must you set, and what method must you call in your code, in order to bind the data from a data source to the Repeater control?
How to turn off cookies for a page?
What is advantage and disadvantage of viewstate
What are the different types of validation controls in asp.net?
Do ASP.NET forms authentication cookies provide any protection against replay attacks? Do they, for example, include the client's IP address or anything else that would distinguish the real client from an attacker?
Which object encapsulates state or data of a user?
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.
What is the significance of proxy user?
What is the purpose of the validation summary control? What do you need to do to prevent an error message from being displayed in a validator when a validation summary control is used? How can you display a message in both the validator and the validation summary control?
Which is better union or union all?
How do you register a .NET assembly?