Hi Everyone,
My scenario is as follows:
I have a hyperlink(1)
- When clicked this hyperlink(1), it opens a validatorcalloutextender
- validatorcalloutextender contains another hyperlink(2) and a div(1) containing some textboxes and a button with display:none property
- when hyperlink(2) is clicked then div(1) will be displayed
Is it possible to have this functionality on validatorcalloutextender?
Is there anyother control which will satisfy my requirement?
Thanks