R
Ritu Kachroo
I need to implement a Dialog box in my Web application.
The dialog box pops up with "OK", "Show Details", "Show Image" buttons
when the user clicks a marked point on a chart. I need to pass the
numeric value of the point into the Dialog Box.
And after the user selects "Show Details" or "Show Image" buttons, I
need to pass that value into another web form to display the required
details.
How can I implement this? Can someone give me some sample code for the
javascript functions I need to incorporate in my C# code.
The dialog box pops up with "OK", "Show Details", "Show Image" buttons
when the user clicks a marked point on a chart. I need to pass the
numeric value of the point into the Dialog Box.
And after the user selects "Show Details" or "Show Image" buttons, I
need to pass that value into another web form to display the required
details.
How can I implement this? Can someone give me some sample code for the
javascript functions I need to incorporate in my C# code.