Home
Get Started
Learn
Downloads
AJAX
MVC
Community
Wiki
Forums
Sign in
|
Join
Home
›
ASP.NET Forums
›
Search
Search
You searched for the word(s): userid:651357
More Search Options
RSS Available
Matching Posts
MOSS and AJAX (Atlas)
Has any one in this community tried to make AJAX(atlas) works in MOSS environment, particularly web service setup?
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Xiyuan Shen
on 11/9/2006
Re: how can i save panal places after drag and drop
http://forums.asp.net/thread/1286119.aspx
Posted to
ASP.NET AJAX UI
(Forum)
by
Xiyuan Shen
on 6/20/2006
Re: AtlasControlToolkit and SSL problem - Page contains secure and nonsecure items
I once had same problem with Iframe over SSL.(not with Atlas). Since the client i work for only support IE users. I am not sure my solution will work in browser other that IE. you can try to modify the Show method of the Sys.UI.PopupBehavior. as follow, replace the original two lines (blue) with three new lines (red) Sys.UI.PopupBehavior = function(){ ..... this.show = function() { ... childFrame = document.createElement("iframe"); childFrame.src = "about:blank"; childFrame = document.createElement
Posted to
ASP.NET AJAX Control Toolkit
(Forum)
by
Xiyuan Shen
on 6/17/2006
Re: converting web service
i think all you need to do is add following to your web.config <httpHandlers> <remove verb="*" path="*.asmx"/> <add verb="*" path="*.asmx" type="Microsoft.Web.Services.ScriptHandlerFactory" validate="false"/> </httpHandlers>
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
Xiyuan Shen
on 5/26/2006
Re: HOWTO: Maintain clickability of a Hyperlink that has FloatingBehavior
function CreateFloatableHyperlink (id) { // NOTE: 'id' is the id of the hyperlink var panelId = "dragPanel_" + id; var handlerId = "dragHandler_" + id; var handler = $(handlerId); //getObj(handlerId); var control = new Sys.UI.Control($(panelId)); var DraggableBehavior = new Sys.UI.FloatingBehavior(); DraggableBehavior.set_handle(handler); control.get_behaviors().add(DraggableBehavior); DraggableBehavior.initialize(); control.initialize(); }
Posted to
ASP.NET AJAX UI
(Forum)
by
Xiyuan Shen
on 5/22/2006
Re: HOWTO: Maintain clickability of a Hyperlink that has FloatingBehavior
it seems work for me. could u try following <div id="linkPanel" style="background-color:Lime "> <div id="dragHandler"><a href="/Link360/Album/Photo.aspx?id=7">picture</a></div> </div> <script type="text/xml-script"> <page xmlns:script=" http://schemas.microsoft.com/xml-script/2005 "> <components> <control id="linkPanel"> <behaviors> <floatingBehavior handle="dragHandler"/> </behaviors> </control> </components>
Posted to
ASP.NET AJAX UI
(Forum)
by
Xiyuan Shen
on 5/19/2006
Re: Use Atlas profile service to persist layout between sessions
oh... Sys.Profile.loaded.add(onProfileLoadComplete); Sys.Profile.saved.add(onProfileSaveComplete); is correct. this is demo, ignore the javascript error and the second try will let you go i think.
Posted to
ASP.NET AJAX UI
(Forum)
by
Xiyuan Shen
on 5/18/2006
Re: Atlas Drag n Drop: How to persisit Layout
i posted a sample @ http://forums.asp.net/thread/1289692.aspx
Posted to
ASP.NET AJAX UI
(Forum)
by
Xiyuan Shen
on 5/18/2006
Use Atlas profile service to persist layout between sessions
This sample use Atlas profile service to persist the position of a drag and drop panel between browse sessions. Send me a private message if you like to have a zip file includes everything for this sample. <html xmlns=" http://www.w3.org/1999/xhtml " > <head runat="server"> <title>Untitled Page</title> <atlas:ScriptManager runat="server" ID="ScriptManager1"> <Scripts> <atlas:ScriptReference ScriptName="AtlasUIDragDrop" /> </Scripts> </atlas:ScriptManager>
Posted to
ASP.NET AJAX UI
(Forum)
by
Xiyuan Shen
on 5/18/2006
Re: Help! Where can I find AtlasAppServicesQuickstart.mdf?
i had the same problem you have, no where to find that mdf file for appservices. however it is pretty much easy to create one by yourself using "aspnet_regsql.exe". this exe typically can be found underC:\WINDOWS\Microsoft.NET\Framework\v2.0.50727
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
Xiyuan Shen
on 5/16/2006
Page 1 of 4 (40 items) 1
2
3
4
Next >
Channel 9:
E2E: Brian Beckman and Erik Meijer - Co/Contravariance in Physics and Programming, 1 of 2
TechNet Edge:
Windows Server 2008 R2 Quick Look #3 - PowerShell V2
ASP.NET:
2009 Blogged - Greatest Hits
WindowsClient:
2009 Blogged - Greatest Hits
Channel 9:
Nikolaj Bjørner and Leonardo de Moura: The Z3 Constraint Solver
Channel 9:
MEF & Silverlight 4 Beta - Part 2, Imports & Exports
Channel 9:
MEF & Silverlight 4 Beta - Part 1, Introduction
WindowsClient:
The (Near) Final Word on Multi-Monitor Taskbars for Windows 7 - Ultramon vs. DisplayFusion
WindowsClient:
Looking back at 2009, and forward to 2010
Silverlight:
Polling Video – A Viable sub-second alternative?
TechNet Edge:
Windows Server 2008 R2 Quick Look #2 - Active Directory Recycle Bin
Channel 10:
I'm a Windows 7 PC Themes
Channel 10:
24 Years of Windows Box Art
WindowsClient:
Silverlight tutorial: HOW TO build CommandLink Control in Silverlight with Expression Blend 3 and Behaviors
ASP.NET:
Converting an RGB Color To Hex With JavaScript
Silverlight:
Silverlight HVP Design – Configuration & Scenarios
Channel 9:
Channel 9 Live at PDC09: Day 3 Welcome
Channel 9:
Channel 9 Live at PDC09: TWoC9 Day 3
Channel 10:
Microsoft's Mobicast: Stiched Cell Streams
Channel 10:
Festive Bing
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online