Click here to Skip to main content
15,881,248 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi Experts,

I have some anchor tags, on click of anchor tag, it supposed to open a pop up window, where i need to insert some data in database , then it should open another page in another tab.

Please suggest me in this regard as it is very urgent for me.

Thanks in Advance.
Ram
Posted

1 solution

User ajax modal pop up extender control


href="javascript:void(0)" onclick="Showpopup()"



; function Showpopup(){$find('ModalPopupExtender1').show();}>

where ModalPopupExtender1 is the id of Modal Pop Up Extender control
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900