why should i use FormsAuthentication.RedirectFromLoginPage
(); Method in Form Authentication?Without using this method
also it's good??
Answer Posted / irfanpathan
to get the login page directly into our page we use this FormsAuthentication.RedirectfromLoginPage(). with out using this mehod also we can get the login page through WWT through drag and drop
| Is This Answer Correct ? | 2 Yes | 7 No |
Post New Answer View All Answers
What is viewstate? What does the "enableviewstate” property do? Whay would I want it on or off?
What are validator? How do you disable them?
What are the different kinds of assemblies?
How will create assesblies at run time?
What is difference between cookies and cache?
How many ways are there to maintain a state in .net? What is view state?
When cookie will expire?
Whats the difference between abstract factory pattern and factory pattern?
1.What r collections? 2.What is .pdb file? 3.Is it possible to provide access to users in master page? 4.What is dirty n Phantom Read(SQL)? 5.What r different isolation levels(SQL)? 6.How to set authentication mode in web.config file?
Explain how do you validate the controls in an asp .net page?
Explain what are webservices?
How can you handle unmanaged code exceptions in asp.net?
To redirect the user to another page which method do we use without performing a round trip to the client?
Describe the diffeerence between inline and code behind?
How can you implement encapsulation in asp.net?