Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > knowing which hyperlink was clicked

Reply
Thread Tools

knowing which hyperlink was clicked

 
 
=?Utf-8?B?YmJkb2J1ZGR5?=
Guest
Posts: n/a
 
      07-21-2005
Hi,

Is there a way to know if a specific hyperlink is clicked?

I have two hyperlinks in the same form, Add Mode and Update Mode, that both
Navigate URL properties go to the same site but I would like to disable some
controls if the Update mode is clicked vs Add Mode being clicked.

Regards
Brian
 
Reply With Quote
 
 
 
 
Curt_C [MVP]
Guest
Posts: n/a
 
      07-21-2005
bbdobuddy wrote:
> Hi,
>
> Is there a way to know if a specific hyperlink is clicked?
>
> I have two hyperlinks in the same form, Add Mode and Update Mode, that both
> Navigate URL properties go to the same site but I would like to disable some
> controls if the Update mode is clicked vs Add Mode being clicked.
>
> Regards
> Brian


1)pass an extra value in the URL to indicate the source.
2)are these asp: controls or simple href tags?

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

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
Knowing if a button has been clicked in Page_Load Mike Gleason jr Couturier ASP .Net 2 07-31-2008 05:40 PM
Which button was clicked and on which row? Yossi ASP .Net Datagrid Control 1 11-17-2006 04:46 PM
Knowing which link was clicked mrhaydel@hotmail.com Javascript 2 12-28-2005 07:36 PM
UserControl Looses ViewState when a hyperlink inside the control is clicked udit_handa@hotmail.com ASP .Net 0 05-16-2005 04:30 PM
CheckBox loses state with when HyperLink clicked mschoup@excite.com ASP .Net 1 03-15-2005 03:18 PM



Advertisments
 



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