Search

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

Matching Posts

  • traceDebug error in IE7

    While debugging the application I'm working on, I ran into a problem calling Sys.Debug.traceDump(). Here's a repro using the RTM version: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> < !DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd"> < html xmlns= "http://www.w3.org/1999/xhtml" > < head runat= "server" > < title >Untitled Page</ title > </ head > < body >
    Posted to ASP.NET AJAX UI (Forum) by Knox on 4/23/2007
  • Re: Application Load Event

    Knox: What I'd really like to be able to do is something like: Sys.Application.load = myLoadHandler; to add one or more functions to be called once Atlas has initialised. P.S. Is declaring a "pageLoad" function going to continue to work in future releases? I missed it in the docs first time around, but the correct syntax is: Sys.Application.load.add(eventHandler);
  • Re: Creating a custom extender -> properties not showing up

    usergroup: Can you please explain how to add a simple extender properties entry for the relevant control manually? Thanks. For the "Creating a new extender" walkthrough, modify the code for your extender in Default.aspx so that it looks like this: < cc1:DisableButtonExtender ID= "DisableButtonExtender1" runat= "server" > < cc1:DisableButtonProperties MyProperty= "property" TargetControlID= "TextBox1" /> </ cc1:DisableButtonExtender >
    Posted to ASP.NET AJAX Control Toolkit (Forum) by Knox on 8/6/2006
  • Re: Application Load Event

    What I'd really like to be able to do is something like: Sys.Application.load = myLoadHandler; to add one or more functions to be called once Atlas has initialised. P.S. Is declaring a "pageLoad" function going to continue to work in future releases?
  • Application Load Event

    Can anyone tell me if it's possible to attach function(s) to the application load event programmatically, or can it only be done declaratively in script?
  • Re: Access SiteMap via Web Service

    Ok, so I don't know what I was doing wrong, but I was under the impression that I couldn't get to the SiteMap from the context of a web service. I was wrong.
  • Access SiteMap via Web Service

    This is not strictly an Atlas question, but it seems that someone here is most likely to be able to help. To build an Atlas enabled menu control, I'd like to be able to get access to my sites SiteMap data via a web service. And ideally, I'd like to be able to access data from custom SiteMapProviders in this way. Is this possible? Thanks
  • Re: Help With Bridge Transform

    I came a cross utility called ComXT that does just that. I've played around with it a bit and I think the query would need to be "rp:ResponsePacket/rp:Response/rp:Range/rp:Results/sd:Document/rd:Properties/rd:Property". The only difference to the query you suggested being that each node has the appropriate namespace prefix. (I guess this is something to do with default namespaces?) Thanks again, Knox.
  • Re: Help With Bridge Transform

    Hi Hao, thanks for that. That's pretty much as I thought it should be, but it's still not quite right. It's really tough trying to debug these, are there any decent tools around to help build these transforms?
  • Help With Bridge Transform

    I'm struggling to get the correct transform for the XML returned from a SharePoint search web service. Could someone more familiar with this than myself point me in the right direction? < ResponsePacket xmlns= "urn:Microsoft.Search.Response" > < Response domain= "QDomain" > < Copyright >Microsoft (c) Office SharePoint (tm) Portal Server 2003</ Copyright > < Range > < StartAt >1</ StartAt > < Count >10</ Count > < TotalAvailable >12</
Page 1 of 2 (12 items) 1 2 Next >
Microsoft Communities