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
How to implement form based authentication in asp.net application?
Is post back in asp.net?
What role “#&&” plays in a querysting?
Explain about solution explorer window?
To add a hyperlink column to the DataGrid which tag is used ?
a web application needs to be created to accept the product name and quantity of a toy from a customer. After the customer has entered the product name the application needs to display the discounted price of the product to the customer (company is offering 35% discount on all products). The application should allow the customer to select the product name from a list box. and also while i'm data binding to a label with custom data binding with some declarations : "The Discounted Price is "+((System.Convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)) - ((System.convert.todouble(lblprodprice.text)*(system.convert.todouble(txtqty.text)*0.35)). Where i need to give this declaration in asp.net 2.0.
Explain the overview of asp.net?
How would you create a permanent cookie?
Explain the boxing and unboxing concept in .net?
Where can I get the details on migration of existing projects using various technologies to asp.net?
what are the security certificates used in webservices?
Difference between response.redirect and server.transfer?
How many types cache in asp net?
What is the difference between session object and application object?
How can we prevent browser from caching an aspx page?