Ask a Question related to ASP.NET Security, Design and Development.
-
Ankur Goyal #1
Form's Authentication
Hi !
I am using Forms authentication in my web application , but after
authenticating used it is again redirecting to Login page.....
How to resolve that issue.
Thanks
Ankur
Ankur Goyal Guest
-
Help Making a form's Submit button into a Hyperlink,Please
On my real estate website, I would like to require visitors to sign a guest book before being able to link to the county MLS system to search for... -
Access child form's data
This can be handled with JAVA Script, here is an outline: (1) in the parent create property functions that will set the values you want updated... -
Clearing form's data
I have a rather large unbound form with many combo boxes and text boxes for data entry and then a command button to execute validation and entry... -
Set form's RecordSource to Btrieve without ODBC
I have a form where I would like to set the recordsource to a Btrieve 6.15 table. The company that designed this table for our database did some... -
Detecting a form's POST
Say I've got a page - myPage.asp - that expects to see the results of a form's POST operation. If it comes from the form, all is fine. However,... -
WJ #2
Re: Form's Authentication
This c# instruction may help:
FormsAuthentication.SetAuthCookie(txtLogonUserName .Text,false);
The above instruction tells the system that your login page accepts your
user as a valid user. You then redirect your user to wherever location s/he
wishes to arrive.
John
"Ankur Goyal" <ankur@proteans.com> wrote in message
news:%23KJ$g650EHA.1296@TK2MSFTNGP10.phx.gbl...> Hi !
>
> I am using Forms authentication in my web application , but after
> authenticating used it is again redirecting to Login page.....
>
> How to resolve that issue.
>
> Thanks
> Ankur
>
>
>
WJ Guest



Reply With Quote

