I am using jquerymobile popup like this <div id="dialogs" data-role="popup">......</div >
calling this from an anger tag it works fine..
how can i show this popup from (ASP.net) server side?
I am using jquerymobile popup like this <div id=dialogs data-role=popup>……</div > calling this from
Share
You can send JavaScript code from within ASP.NET like this:
Having
MyButton_Clickrun when a server side button is clicked, it should cause your popup to appear automatically.Edit: in your specific case, this is the working code: