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:664319
More Search Options
RSS Available
Matching Posts
Re: Cannot call multiple web service methods using ASP.NET AJAX at the same time
Y'know, it figures that the moment I actually start asking people for help, I figure it out myself X_x. The problem was that I was using HttpContext.Current.Session, which apparently is sequential-access only. The solution is instead to use HttpContext.Current.Cache. One "gotcha" is that you cannot set Cache objects equal to null; instead you have to call the Remove method. We'll see if there are any unfortunate repercussions from using the Cache object; it sure doesn't seem
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
DomenicDenicola
on 7/9/2008
Re: Sessions in webmethod
[quote user="vgiambattista"]Then set the EnableSession property of your web method to true: http://msdn.microsoft.com/en-us/library/byxd99hx(VS.71).aspx [/quote] If I recall correctly, this will not work since the webHttpBinding does not allow sessions. The workaround I have used is to enable ASP.NET compatability and then use HttpContext.Current.Session.
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
DomenicDenicola
on 7/9/2008
Cannot call multiple web service methods using ASP.NET AJAX at the same time
I really can't figure this one out... I've combed through a lot of documentation and Google results, too. I have a pretty-standard WCF service, with a contract something like this: [ServiceContract(Namespace="http://www.domenicdenicola.com/")] public interface IMyService { [OperationContract] [WebInvoke] void PerformBigOperation(); [OperationContract] [WebInvoke] int GetProgress(); } I generate the ASP.NET AJAX proxy class in the usual way: <asp:ScriptManager ID="ScriptManager"
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
DomenicDenicola
on 7/9/2008
Re: Atlas and XHTML compliant?
How about the July CTP?
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
DomenicDenicola
on 8/7/2006
Re: Unofficial bug/issue list for the Atlas CTP
XHTML validation bug with repro
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
DomenicDenicola
on 7/10/2006
Re: How do I make atlas pages pass W3C Validator?
I'm not an expert, but I think that if you were to convert all XML script tags inside the (XHTML) <script> tag to be prefixed with script:, it would work. E.g.: <script:page xmlns:script="http://schemas.microsoft.com/xml-script/2005"...> <script:otherTag> </script:otherTag> </script:page> How do do this, though, is anyone's guess :(.
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
DomenicDenicola
on 7/4/2006
Re: Atlas and XHTML compliant?
Is this fixed in the June CTP?
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
DomenicDenicola
on 7/3/2006
Re: XHTML 1.1 validation and Atlas
No ideas?
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
DomenicDenicola
on 6/29/2006
XHTML 1.1 validation and Atlas
Hello all, Previously, I tried Atlas but abandoned it when it failed to produce valid XHTML 1.1 according to the W3C validator. The problem was that it did not recognize the tags inside the <script type="text/xml-script"> blocks, or the xmlns:script attribute. Now, after surveying many other frameworks and finding them either lacking for my purposes or unable to run in a partial-trust environment, I'm turning back to see if Atlas can be made to work. Two questions: Has anyone come up with a
Posted to
ASP.NET AJAX Discussion and Suggestions
(Forum)
by
DomenicDenicola
on 6/28/2006
Web services now give security exceptions with Atlas's HTTP handler
Hello all, I apparently have a very rare problem in that Google can't help me find anyone else with it :(. The problem can be seen here: http://www.domenicdenicola.com/Infrastructure/WebServices/WebService.asmx This is the default VS 2005 web service with a HelloWorld() method and nothing else. The stack trace reveals a lot, but doesn't tell me what to do :(. If I remove the two lines: < remove verb= "*" path= "*.asmx" /> < add verb= "*" path= "*.asmx" type= "Microsoft.Web.Services.ScriptHandlerFactory
Posted to
ASP.NET AJAX Networking and Web Services
(Forum)
by
DomenicDenicola
on 6/20/2006
Page 1 of 1 (10 items)
WindowsClient:
Snoop with 64 bit support
ASP.NET:
jQuery Hide/Close Link
ASP.NET:
Merry Christmas
TechNet Edge:
FPE Customer Story
Silverlight:
Being a writer, and having an editor. A Short Rant.
Channel 9:
Channel 9 Live at PDC09: Dr Brian Brooks (3M)
Channel 9:
C9 Lectures: Dr. Erik Meijer - Functional Programming Fundamentals Chapter 13 of 13
Silverlight:
Information for Silverlight HVP Developers…
WindowsClient:
Custom Content Loaders in Silverlight 4.0
WindowsClient:
MVVM Links\Info
TechNet Edge:
Check out how Dolly Parton uses IE8 and Web slices!!!
Silverlight:
A Silverlight HVP Update
Channel 9:
Channel 9 Live at PDC09: This Week on Channel 9 - PDC09 Daily Show Edition Day 1
Channel 9:
Maria Klawe: Scholar, Scientist and Microsoft Board Member
Channel 10:
Play the Bing Sherlock Holmes Game
Channel 9:
Channel 9 Live at PDC09: Loic Le Meur
Channel 10:
How to Delete Jump List Items
Channel 10:
Roll Back to Classic Network Indicator in Win7
Channel 9:
Jafar Husain: Silverlight Toolkit and Rx, Part 2
Channel 9:
Ping 42: Is Microsoft cool? Photo DNA, Win7 tool, 10k MIX contest
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online