Issues with opening a window using asp:Hyperlink

vcd

Joined
Apr 21, 2009
Messages
1
Reaction score
0
Hi,
I'm a bit of a newbie in this asp business, so forgive any inaccuracies.
I have a user control (contained in the main page, Default.aspx, of the application) which contains an asp:Hyperlink. The control file is called Login.ascx.
Its code-behind file is called Login.ascx.cs.
This hyperlink's NavigateURL leads to another page, opened as a frame, where the user logs in - Login.aspx.
The submit button in this page calls a function, Button_click, in the code behind, in Login.aspx.cs.
When Button_click is done, I want to call a function which is defined in the code behind of the user control, in Login.ascx.cs.
How do I do that? how do I access the code in the opening page, which is a user control? I've not been able to figure it out yet...

Thanks
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,787
Messages
2,569,629
Members
45,329
Latest member
InezZ76898

Latest Threads

Top