H
HankC
I'd like to pass a variable to my webform1.aspx, place it in a textbox
on the page and push a button to execute code when the variable is
present...
e.g.
www.server.com/MailboxSize/WebForm1.aspx?username=John.Doe
or
www.server.com/MailboxSize/WebForm1.aspx
the app checks for the presence of username variable,
if username present
textbox1.text = username
button1.click
fi
Thanks,
HankC
on the page and push a button to execute code when the variable is
present...
e.g.
www.server.com/MailboxSize/WebForm1.aspx?username=John.Doe
or
www.server.com/MailboxSize/WebForm1.aspx
the app checks for the presence of username variable,
if username present
textbox1.text = username
button1.click
fi
Thanks,
HankC