PopupControlContainer question

Hi,
I am hoping that someone can give me some guidance in using the popupcontrolcontainer. I'm working in VS2005 ASP.NET 2.0, using C#. Here is the scenario:
I have a table in SQL server loaded with the names of a bunch of cities. I want to put 3 textboxes on an aspx page. In the first textbox, the user can either type in the name of a city, or they can invoke a popup (via a small image next to the textbox). The popup displays the cities from the table in SQL server. When they select a city, the popup closes and the name of the city is put into the first textbox. The contents of the other two textbox are also updated based on the city they selected.
I can achieve this somewhat by using AJAX and a dropdownlist control (placed next to the City textbox) that uses SQL Server as a datasource. After the city is selected, I use the SelectedIndexChanged calback to update all of the fields (without an obvious postback, thanks to AJAX). But I'd like to use a popupcontrolcontainer and get rid of the dropdownlist, since it seems like a more intuitive and elegent solution. I looked at the sample code projects you provide, but I didn't see anything that I could readily adapt to what I am trying to do. Any advice or coding samples you can provide would be appreciated.
Thanks,
Ted

2 Replies

SD Sarathi D Syncfusion Team September 8, 2007 01:54 AM UTC

Hi Ted,

We are currently looking into this issue. I will update you the status of the issue within two business days.

Sorry for the inconvenience caused.

Regards,
Sarathi


SD Sarathi D Syncfusion Team September 11, 2007 11:45 PM UTC

Hi Ted,

Thank you for posting your query to us.

Please refer the browser sample which is in the following location.

Syncfusion\EssentialStudio\5.1.0.51\Web\tools.web\Samples\2.0\NotificationPackage\PopupContainer\PopupControlContainer- Basic Features\Events

Please try this sample and let me know if you have any difficulties.

Regards,
Sarathi

Loader.
Up arrow icon