Search

You searched for the word(s): userid:674828

Matching Posts

  • Re: ReorderList - ObjectDataSource

    Does anyone have any idea on why this does not work?
  • ReorderList - ObjectDataSource

    Hello All, I've been "toying" with the ReorderList control and trying very hard to get it work properly for my situation. I built the needed class/objects for updating/selecting/deleting. While this is still a rough implementation, everything "almost" works. The issue I am having is with removing/deleting an item from the control. I basically have two lists (only one is a ReorderList) that a user can select items from list1 that will populate list2. I can rank and move things
    Posted to ASP.NET AJAX Control Toolkit (Forum) by doWhileSomething on 5/2/2008
    Filed under: Reorder List
  • Re: Any OutputCache on page or control will cause ajaxToolkit:TabContainer bug on client browser

    I have a control with an accordian control on it, once I added the cache rules, I too get an error "AjaxToolKit" is undefined. I'm guessing it is the cache method, as it works the very first time its loaded, but not thereafter. Is it really needed to add those two files "ToolkitScriptManager.skin" and "CombineScriptsHandler.ashx" to my site root? I am not using the sample site at all, but can obviously add these files if need be. If it is a "must do", could
  • Re: AutoCompleteExtender does not work in a web user control

    I Just thought I would add the exact markup for those still in need. It was my first time using the AC extender and ran into the same problem. C# [ WebService (Namespace = "http://tempuri.org/" )] [ WebServiceBinding (ConformsTo = WsiProfiles .BasicProfile1_1)] [System.Web.Script.Services. ScriptService ] public class AutoComplete : System.Web.Services. WebService { public AutoComplete () { [System.Web.Services. WebMethod ] public string [] GetCompletionList( string prefixText, int count
    Posted to ASP.NET AJAX Control Toolkit (Forum) by doWhileSomething on 11/30/2007
    Filed under: autocompleteextender ajaxtoolkit
  • DragPanelExtender - Snaps back to position in FireFox 2++

    I am having issues with the DragPanelExtender in FireFox 2++. In IE6-7 it works as intended, in FireFox 2++ (maybe previous versions as well), the dragging of the panel works, but it snaps back to the original location after release. Is there a known issue and workaround for this issue?
    Posted to ASP.NET AJAX UI (Forum) by doWhileSomething on 7/9/2007
    Filed under: DragPanelExtender
  • "How to" assign generic event handler for multiple radio buttons to trigger "x" update panel

    I have a tabbed panel, each panel has "X" rows of data in it (html table). Each row has a RadioList with two radio buttons that are created on the fly and assigned to a generic event handler. This is working. Now, I would like to make this generic event trigger a given update panel. I've done this with a single and multiple controls, but I need to add a seperate trigger for each control. Since the tabbed panels will have combined 100-1000 radio buttons, I don't want to add a trigger
    Posted to ASP.NET AJAX UI (Forum) by doWhileSomething on 7/7/2007
    Filed under: single trigger for multiple controls
  • .Net 1.1 with .Net 2.0 virtual directory using AJAX "Sys undefined"

    I'm having an issue running an AJAX app I built, I think I might know what the problem might be, but if so, I am not sure how to fix it. The main site is built with 1.1 and new application is 2.0. I have the new application configured properly (as far as I can tell) in its own app pool, etc.. The app runs just fine (I have other 2.0 apps that run along side the main 1.1), but I am getting an error: "Sys undefined...." I've checked to enusre the mappings for the .axd extension for
    Posted to ASP.NET AJAX Discussion and Suggestions (Forum) by doWhileSomething on 6/5/2007
    Filed under: ajax
  • Re: The name xxx Does Not Exist in the Current Context

    I guess you can say this post has helped one more person. I was baffled why I could not figure out what happened. I even went through all of the temporary asp.net files looking for a reason. I sincerly appreciate you sharing this information - cheers!
  • Re: HttpModule 1.1 (not seen from 2.0) {resolved}

    Thanks for the responses and feedback, I appreciate it very much. The site is very large in size that is why we needed to rebuild it in sections so that each section can be deployed and tested in a dev environment, then each section deployed to all production servers. There is some older legacy code in the 1.1 so instead of re-writing all of the code pieces in each file, I made an http module and handlers to manage the site while I finish up the rest of the site. This saved me a considerable amount
  • Re: HttpModule 1.1 (not seen from 2.0)

    Thanks for the reply, I thought I understood the way the web.config hiearchy worked, but I was a little off with my conception. I thought that each application would only inherit the parent directories config file if one was not found in the child/sub directory. So, anything defined in the root web.config is inherited by all other directories regardless if there is a web.config file found in the given directory? As I said, the entire site is being reconstructed, and for the most part, once done
Page 1 of 2 (15 items) 1 2 Next >