Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query To HTML In Web Browser Control
Message
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01379853
Message ID:
01379873
Views:
28
>>I was thinking of display query results in a web browser. The data will a categorized list of part numbers and other data. The part numbers will be links.
>>
>>I know I can used the Navigating event to trap when a link is clicked. The question is, how can I detect when a part hyperlink is clicked as opposed to some other link? Can I 'attach' anything to the link that I can test for?
>
>You can tell just by looking at the URL passed in the events of the Navigating event (as long as you make them unique in some way).


That's exactly the problem. There's nothing unique about the data. For example, a product number might be "A6153AR" and a part number might be "A4926A" or "A6153-10005". How would you know that the first is a product and the other two are parts?
Everything makes sense in someone's mind
public class SystemCrasher :ICrashable
In addition, an integer field is not for irrational people
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform