Reputation: 31
Hi I am new for web development. I have an application which consists of a button. On clicking the button a popup window should appear which consists of 2 fields and a button. On clicking button in Popup window 2 fields in popup has to be saved in to database. How to implement this using ASP.NET and javascript ?
Upvotes: 0
Views: 2147
Reputation: 11
Try even this one...
http://www.scriptiny.com/2009/05/javascript-popup-box/
Upvotes: 1
Reputation: 3078
I suggest you try this...
First you need to add jquery library in your page then on the next line add the library for the jqueryui
It's very easy...
Upvotes: 0