Gil Fink on .Net

Fink about IT

News

Microsoft MVP

MCPD Enterprise Applications Developer

Gil Fink

My Linkedin profile

Locations of visitors to this page

Creative Commons License

Blog Roll

Hebrew MSDN Articles

Index Pages

My OSS Projects

Browse by Tags

All Tags » AJAX Control Toolkit (RSS)
Populating a ModalPopupExtender Dynamically
Populating a ModalPopupExtender Dynamically In the following week I was asked to dynamically populate a popup that is created by a ModalPopupExtender . The answer is simple. There are two ways to that and in this post I’ll show them both. Building the Script Service The first thing I did was to create a ScriptService .   The service will create dynamically the controls I want to populate the popup of the ModalPopupExtender with. The following ScriptService will write a div and a bold text to...
Creating AutoCompleteExtender Trigger Button
Creating AutoCompleteExtender Trigger Button Yesterday I’ve been consulting at a client. During the day, I got a question regarding ASP.NET AJAX Control Toolkit ’s AutoCompleteExtender . The question was how to create a trigger button to the AutoCompleteExtender in order to go to the server and fetch the results. This post will describe how to do that. Creating an Autocomplete Web Service The first thing to do when you want to use the AutoCompleteExtender is to create the web service that you’ll...