B
Brian Adkins
It appears that FormsAuthentication.GetRedirectUrl() only returns the first
parameter for the original target URL. For example, if the original target
URL is:
/MyPage.aspx?a=b&c=d
and the user is redirected to the login page, a call to
FormsAuthentication.GetRedirectUrl() in the login page returns:
/MyPage.aspx?a=b
Any ideas as to why this may be?
Thanks,
Brian Adkins
http://www.MLSClassified.com
parameter for the original target URL. For example, if the original target
URL is:
/MyPage.aspx?a=b&c=d
and the user is redirected to the login page, a call to
FormsAuthentication.GetRedirectUrl() in the login page returns:
/MyPage.aspx?a=b
Any ideas as to why this may be?
Thanks,
Brian Adkins
http://www.MLSClassified.com