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


Please Help Members By Posting Answers For Below Questions

How to implement form based authentication in asp.net application?

712


Is post back in asp.net?

628


What role “#&&” plays in a querysting?

687


Explain about solution explorer window?

738


To add a hyperlink column to the DataGrid which tag is used ?

695






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.

1560


Explain the overview of asp.net?

690


How would you create a permanent cookie?

700


Explain the boxing and unboxing concept in .net?

509


Where can I get the details on migration of existing projects using various technologies to asp.net?

671


what are the security certificates used in webservices?

1647


Difference between response.redirect and server.transfer?

668


How many types cache in asp net?

667


What is the difference between session object and application object?

709


How can we prevent browser from caching an aspx page?

637