开发者

c# hyperlink pulling page data

开发者 https://www.devze.com 2023-03-14 07:28 出处:网络
I\'m not really sure how best to dull this down so that you under开发者_C百科stand what I am asking but I will give this a shot!!!

I'm not really sure how best to dull this down so that you under开发者_C百科stand what I am asking but I will give this a shot!!!

Basically I have designed a set of .NET charts that show my users important information. The design requires that the charts be of a set size with a 'view larger' hyperlink that then pulls up a large copy of the chart in a lightbox.

Where I have come stuck is actually displaying these charts in the light box through the hyperlink.

I'm wanting to know how I would write a query string that would link the chart data do the hyperlink??? Any help would be great!

Code I have tried

HL_chart1.NavigateUrl = CH_BrandVisits.ToString();


Theres your problem, right there; its not going to work I can tell you that much

0

精彩评论

暂无评论...
验证码 换一张
取 消