Sandeep
 Beginner Join Date: 11/10/2008 Posts: 26
|
|
|
Posted: 2/10/2009 3:52:31 AM
|
|
|
Hi Admin,
How would I change the code, so that once the user clicks on logout he should be able to redirected to the page which I have designed instead of going to the default.aspx of forums?
Thanks and Regards
Sandeep
|
|
grimmeissen
 Administrator
 Join Date: 8/30/2005 Posts: 656 Location: Cincinnati, Ohio
|
|
|
Posted: 2/10/2009 7:48:24 AM
|
|
|
You will need to make a slight modification to the code to do this. In Global.vb under the Login class you will see a subroutine called LogoutUser. The last line of this Sub reads:
Response.Redirect("default.aspx")
Change this to whatever page you want to jump to and run the compiler to generate new DLL's.
|
|