Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Query To HTML In Web Browser Control
Message
From
06/02/2009 14:24:06
Timothy Bryan
Sharpline Consultants
Conroe, Texas, United States
 
General information
Forum:
ASP.NET
Category:
Coding, syntax and commands
Miscellaneous
Thread ID:
01379853
Message ID:
01379891
Views:
22
>>>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?

Are you passing this in the query string? how come you couldn't pass in "PROD: " + productNum or "PART: " + partNum in the query string? Is this displayed in a grid of some kind?
Tim
Timothy Bryan
Previous
Reply
Map
View

Click here to load this message in the networking platform