Can we override the enablepartialrendering property of the scriptmanager class?
What is Boxing and Unboxing?
7 Answers Accenture, IBM, Tech Mahindra,
Give 2 examples for scenarios when routing is not applied?
User contro having 4 text boxes given validation controls. i want to execute validations after the button click event how it is?
Contrast OOP and SOA. What are tenets of each ?
List of words of preprocessor in .net?
what is the difference between assemblyinfo and webconfig files?
Why do we use sessions?
What is asp net theme?
What is ispostback method in asp.net? Why do we use that?
Is post back in asp.net?
i develop a web application and i gave security setting i.e autherization and athentication now it work properly on my local system , now question is ,is this security setting ie autherization and athentication which i gave in web.config will it be enough strong to secure my application on internet or i have to use some 3rd party tool or software to get security .if yes --how ? if no--what is the alternate?
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 .