Hi Will,

Without knowing all the details, I can only offer this advise: You can
likely do what you want using jQuery's ajax functionality.  On the
server side, I would suggest using a Generic Handler (.ashx) file to
process the ajax call.  This cuts out a lot of overhead on the
server.  IMHO, this would be the best way to attack your task.

Regards,

Dave

P.S.  Although your question is related to the UI Color Picker, it is
more generally about jQuery itself and you might have better response
from the main jQuery group: http://groups.google.com/group/jquery-en


On Dec 16, 1:29 pm, gantww <williamwg...@yahoo.com> wrote:
> Hello all,
> I'm working on an ASP.NET site where the user is allowed to pick
> colors for certain elements on the page. Essentially, what I want to
> do is have a button on the page that the user can click and bring up a
> popup (non-modal and non-moveable) that allows them to choose colors
> from a set of colors that I specify. Once the user selects a color, I
> want to call a method (the method will be passed in to the function
> that displays the color picker).
>
> Now, I currently have some server-side code that takes my list of
> allowed colors and writes out a nice table with the colors sorted by
> HSB. How difficult is it to call a method on my ASP.NET page (or
> elsewhere, if there is a better place I can put it) and have the
> results streamed back to the browser?
>
> I'm having a hard time finding good documentation on how to make
> ASP.NET play nice with JQuery.
>
> Thanks in advance,
> Will Gant
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery UI" group.
To post to this group, send email to jquery-ui@googlegroups.com
To unsubscribe from this group, send email to 
jquery-ui+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/jquery-ui?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to