G
Guest
I am writing code for web parts, but seeing as they are just glorified web controls & VB.NET is slightly older, I'm hoping that my query can be answered in this group. (Although I am posting this to the Sharepoint Developers group as well. Hope I'm not violating protocol.
I would like to have a link on my control that will popup a modeless dialog, but unlike the standard functions I will need to 'create' the HTML code for the dialog on-the-fly. Basically, I want to show information that will be in a property of my control, and this information could be changed for any implementation of the control. So I won't be able to reference a static URL, nor do I know how to have a HTML page refence a property of the current instance of the control
Has anyone tried this before? Is it actually possible, or am I trying to stretch things too far? Thanx in advance.
I would like to have a link on my control that will popup a modeless dialog, but unlike the standard functions I will need to 'create' the HTML code for the dialog on-the-fly. Basically, I want to show information that will be in a property of my control, and this information could be changed for any implementation of the control. So I won't be able to reference a static URL, nor do I know how to have a HTML page refence a property of the current instance of the control
Has anyone tried this before? Is it actually possible, or am I trying to stretch things too far? Thanx in advance.