Gridview Inside LightBox without Postback

Posted by Alok under ASP.NET on 8/22/2013 | Points: 10 | Views : 1849 | Status : [Member] | Replies : 1
HI,
Can Anyone provide me Code to open a lightbox
.This Lightbox should contain a Gridview.
Inside that Gridview there should be two dropdownlist one for country another for State.
On change of country all states should be Filled.
Please note that there sholud be no postback on change of dropdownlist of Country.
Please Provide suitable Code only.
it is urgent.

Thanks & Regards,
Alokssm



Responses

Posted by: Nitesh.Luharuka on: 8/28/2013 [Member] Starter | Points: 25

Up
0
Down
Please note that populating states based on country selection can be done via postbacks using AJAX. You can wrap the gridview in a div and then let the lightbox display your grid.

Nitesh Luharuka
http://www.niteshluharuka.com

Alok, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response