Velocity Reviews

Velocity Reviews (http://www.velocityreviews.com/forums/index.php)
-   ASP .Net (http://www.velocityreviews.com/forums/f29-asp-net.html)
-   -   Close Form/Webpage and hyperlink back to Original Page (http://www.velocityreviews.com/forums/t107549-close-form-webpage-and-hyperlink-back-to-original-page.html)

=?Utf-8?B?THluZXJz?= 08-04-2005 03:45 PM

Close Form/Webpage and hyperlink back to Original Page
 
I am trying to figure out how to do this.

I have created a form on a webpage that shows users that you can edit or
delete. I have a hyperlink to another webpage that adds users. The "Add
Users" webpage has 2 buttons for it, one for canceling, the other for
updating. I want to be able on both buttons, that when they are clicked, the
webpage is closed and the original page comes up with the new information in
it. I figure it is just hyperlinks within the behind the scenes code, but I
am unsure how to do it. I am using VS 2003, ASP.NET, with VB.NET. Any
examples or guidance is appreciated.

Curt_C [MVP] 08-04-2005 03:50 PM

Re: Close Form/Webpage and hyperlink back to Original Page
 
Lyners wrote:
> I am trying to figure out how to do this.
>
> I have created a form on a webpage that shows users that you can edit or
> delete. I have a hyperlink to another webpage that adds users. The "Add
> Users" webpage has 2 buttons for it, one for canceling, the other for
> updating. I want to be able on both buttons, that when they are clicked, the
> webpage is closed and the original page comes up with the new information in
> it. I figure it is just hyperlinks within the behind the scenes code, but I
> am unsure how to do it. I am using VS 2003, ASP.NET, with VB.NET. Any
> examples or guidance is appreciated.


Look at a Modal form and catch the return, causing your page to refresh.
This is mostly a clientside/javascript issue then though.

--
Curt Christianson
site: http://www.darkfalz.com
blog: http://blog.darkfalz.com


All times are GMT. The time now is 06:16 PM.

Powered by vBulletin®. Copyright ©2000 - 2013, vBulletin Solutions, Inc.
SEO by vBSEO ©2010, Crawlability, Inc.


1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57