Click here to Skip to main content
15,924,935 members
Home / Discussions / Visual Basic
   

Visual Basic

 
GeneralRe: _crtisvalidheappointer Pin
Dave Kreskowiak23-Mar-04 9:01
mveDave Kreskowiak23-Mar-04 9:01 
GeneralRe: _crtisvalidheappointer Pin
BlackDice23-Mar-04 9:18
BlackDice23-Mar-04 9:18 
GeneralRe: _crtisvalidheappointer Pin
Dave Kreskowiak23-Mar-04 9:28
mveDave Kreskowiak23-Mar-04 9:28 
GeneralRe: _crtisvalidheappointer Pin
BlackDice23-Mar-04 9:30
BlackDice23-Mar-04 9:30 
GeneralRe: _crtisvalidheappointer Pin
Dave Kreskowiak23-Mar-04 11:35
mveDave Kreskowiak23-Mar-04 11:35 
GeneralExcel VBA - Multi column search and compare, with Refresh Pin
luxcs23-Mar-04 3:48
luxcs23-Mar-04 3:48 
GeneralRequest (Reference to) other page Pin
Aizupis23-Mar-04 3:38
Aizupis23-Mar-04 3:38 
GeneralRe: Request (Reference to) other page Pin
Dave Kreskowiak23-Mar-04 4:20
mveDave Kreskowiak23-Mar-04 4:20 
Why not have them on the same page and skip the Agree/Disagree buttons. Put into your License Agreement that submitting a registration automatically agrees with license?

But, you could drop a small flag into the Session object, in the Agree button click event, that is read by the Reg.aspx Page_Load event. In there, if the flag is not set, redirect them back to the License page.

In your License page AgreeButton_Click handler:
Session("License") = "Accepted"

And in your Registration Page_Load event handler:
If Session("License") <> "Accepted" Then
    Response.Redirect("...URL to License Page...")
End If



RageInTheMachine9532
GeneralRe: Request (Reference to) other page Pin
Michael Flanakin23-Mar-04 12:22
Michael Flanakin23-Mar-04 12:22 
GeneralRe: Request (Reference to) other page Pin
Dave Kreskowiak23-Mar-04 14:14
mveDave Kreskowiak23-Mar-04 14:14 
GeneralRe: Request (Reference to) other page Pin
Michael Flanakin23-Mar-04 14:22
Michael Flanakin23-Mar-04 14:22 
GeneralHelp Needed Pin
hmssws23-Mar-04 2:37
hmssws23-Mar-04 2:37 
GeneralRe: Help Needed Pin
Dave Kreskowiak23-Mar-04 4:10
mveDave Kreskowiak23-Mar-04 4:10 
Generaldisplay checkbox in columns of datagrid Pin
Chrissy Callen23-Mar-04 0:30
Chrissy Callen23-Mar-04 0:30 
GeneralRe: display checkbox in columns of datagrid Pin
Syed Abdul Khader23-Mar-04 2:09
Syed Abdul Khader23-Mar-04 2:09 
GeneralRe: display checkbox in columns of datagrid Pin
Chrissy Callen23-Mar-04 2:13
Chrissy Callen23-Mar-04 2:13 
GeneralRe: display checkbox in columns of datagrid Pin
Syed Abdul Khader23-Mar-04 2:19
Syed Abdul Khader23-Mar-04 2:19 
GeneralRe: display checkbox in columns of datagrid Pin
Chrissy Callen23-Mar-04 2:57
Chrissy Callen23-Mar-04 2:57 
GeneralRe: display checkbox in columns of datagrid Pin
Syed Abdul Khader23-Mar-04 3:04
Syed Abdul Khader23-Mar-04 3:04 
GeneralRe: display checkbox in columns of datagrid Pin
Chrissy Callen23-Mar-04 3:29
Chrissy Callen23-Mar-04 3:29 
GeneralRe: display checkbox in columns of datagrid Pin
roshanak23-Mar-04 22:06
roshanak23-Mar-04 22:06 
GeneralRe: display checkbox in columns of datagrid Pin
Chrissy Callen23-Mar-04 23:23
Chrissy Callen23-Mar-04 23:23 
GeneralPlease help me! _event handeling Pin
xstoneheartx22-Mar-04 23:37
xstoneheartx22-Mar-04 23:37 
GeneralRe: Please help me! _event handeling Pin
Dave Kreskowiak23-Mar-04 1:02
mveDave Kreskowiak23-Mar-04 1:02 
GeneralRe: Please help me! _event handeling Pin
xstoneheartx23-Mar-04 1:55
xstoneheartx23-Mar-04 1:55 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.