If you look in the code comments in SmartCombo.cs there is example usage. Also it is used in mojoPortal web on the /Admin/ModuleSettings.aspx to enable giving a single user edit access to a module without populating the dropdown with all users.
You do have to make a page to return data to it but a sample is in the comments along with sample sql Hope it helps, Joe --- Oleg Deribas <[EMAIL PROTECTED]> wrote: > Joe Audette wrote: > > > I would look into implementing an ajax type > solution > > that populates the dropdown with just a few items > at a > > time based on what the user keys. > > > > I have implemented a solution like this in my > > mojoportal project. I recently split that out of > the > > main project into mojoPortal.Web.Controls.dll and > the > > control is called SmartCombo or SmartDropDown I > can't > > remember off hand. > > Could you please provide simple example of > SmartCombo usage? > Or there is some documentation and I've missed it? > > -- > Oleg > > _______________________________________________ > Mono-list maillist - [email protected] > http://lists.ximian.com/mailman/listinfo/mono-list > joe_audette [at] yahoo dotcom http://www.joeaudette.com http://www.mojoportal.com _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
