What are the different authentication modes in asp.net?
No Answer is Posted For this Question
Be the First to Post Answer
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?
What are the events in a page life cycle?
Explain the difference between response.redirect vs server.transfer
What is the difference between an htmlinputcheckbox control and an htmlinputradiobutton control?
What is redirecting behavior?
About dataset and data mining ?
Explain the functionality of "EnableViewState" ? What happens if you want it on or off?
Will the asp.net validators run in server side or client side? How do you do client-side validation in .net?
How will you load dynamic assembly? How will create assesblies at run time?
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 .
What is event bubbling?
How do you do client-side validation in .net? How to disable validator control by client side javascript?