wiki
wiki

Reputation: 31

Popup form using asp.net and javascript

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

Answers (2)

Carls Jr.
Carls Jr.

Reputation: 3078

I suggest you try this...

JQueryUI Pop Dialog

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

Related Questions