My question is, "how do I correctly modify and install the control?" When installing the controls in the toolbox, a new project gets the binaries and not the source .js files. Is there a tutorial or resource of some sort to show how to take care of this?
Got it figured out. I was running VS 2005 and it couldn't open the solution to do the build. Installed VS 2008 and was able to build the solution which updated the dll.
Marked as answer by Vince Xu - MSFT on Oct 23, 2008 02:16 AM
mark_bert
Member
40 Points
16 Posts
Modifying toolkit controls / autocomplete extender bug
Oct 21, 2008 03:03 PM|LINK
Hi All,
I'm being affected by a bug in the autocomplete extender in which it does not function when the textbox it controls has focus on the page load. I found the fix at http://www.codeplex.com/AjaxControlToolkit/WorkItem/View.aspx?WorkItemId=14790 which shows the modification for the javascript file.
My question is, "how do I correctly modify and install the control?" When installing the controls in the toolbox, a new project gets the binaries and not the source .js files. Is there a tutorial or resource of some sort to show how to take care of this?
Thanks,
Mark B
mark_bert
Member
40 Points
16 Posts
Re: Modifying toolkit controls / autocomplete extender bug
Oct 21, 2008 04:26 PM|LINK
Got it figured out. I was running VS 2005 and it couldn't open the solution to do the build. Installed VS 2008 and was able to build the solution which updated the dll.