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:650481
More Search Options
RSS Available
Matching Posts
Re: ASP.NET 2.0 : Asynchronly webservice method call ? Where is BeginMethod() ...
I found one solution : add manually in ws client proxy the BeginMethod() call. Public Function BeginMethod()(...) As System.IAsyncResult Return Me.BeginInvoke("Method", New Object() {...}, Nothing, Nothing) End Function
Posted to
XML Web Services
(Forum)
by
ClementM
on 9/25/2008
Re: ASP.NET 2.0 : Asynchronly webservice method call ? Where is BeginMethod() ...
Sorry but I do the wrong test. Older ASMX tech supports one-way calls : BeginMethod(). I do the following test : One web application One webservice in debug with breakpoint at first line in Method() In Page_Load of mypage.aspx, i call BeginMethod() When my the debugger reachs the breakpoint, mypage.aspx has been send to the client browser. So the page doesn't wait the end of the webservice method call = one-way call.
Posted to
XML Web Services
(Forum)
by
ClementM
on 9/25/2008
Re: ASP.NET 2.0 : Asynchronly webservice method call ? Where is BeginMethod() ...
Thanks for your response. i don't need to send more data to client browser after the webservice call. Just "fire and forget". You're right, after test older ASMX tech doesn't support one-way calls. Same behavior in .NET 2.0.
Posted to
XML Web Services
(Forum)
by
ClementM
on 9/25/2008
Re: ASP.NET 2.0 : Asynchronly webservice method call ? Where is BeginMethod() ...
Thanks. "this method call appears as a synchronous call in the client ASP.NET page, but it returns immediately. The client ASP.NET page i s not returned to the browser until the asynchronous call completes " How to return the ASP.NET page to the client without wait the end of the asynchronous call ? Thanks for your help.
Posted to
XML Web Services
(Forum)
by
ClementM
on 9/24/2008
ASP.NET 2.0 : Asynchronly webservice method call ? Where is BeginMethod() ...
Hello, I need to call a webservice method asynchronly : call method, ignore result and go to next page. In ASP.NET 1.1, I'm used to call BeginMethod() from proxy. In ASP.NET 2.0, BeginMethod() has been replaced by MethodAsync(). Fine, the process continue afer calling the new method but my page really ends only after webservice return and I can't do any Response.Redirect until it. I found some post about it in forum. But not response. Do you have any idea to have same behavior of old BeginMethod
Posted to
XML Web Services
(Forum)
by
ClementM
on 9/24/2008
Best way to show/Hide DomElement with Ajax Framework ?
Hi, To show or hide an element in my page using client script, i use the following code. Is there any best way to do that with the ajax framework ? I don't see any properties on DomElement class. popup.style.display = 'none'; popup.style.display = 'block'; Thanks by advance for your help. ClémentM
Posted to
ASP.NET AJAX UI
(Forum)
by
ClementM
on 8/12/2008
Re: RadioButtonList : blank character ( ) at end ?
The validator next to the control insert a blank by default. It works now. Thanks for your help.
Posted to
Web Forms
(Forum)
by
ClementM
on 8/12/2008
RadioButtonList : blank character ( ) at end ?
Blank character ( ) is added by the RadioButtonList at render. Do you any idea to remove it ? Thanks by advance for your help. This is the generated HTML : <table id="address_title_rbl" border="0"> <tr> <td><input id="address_title_rbl_0" type="radio" name="address$title$rbl" value="MONSIEUR" /><label for="address_title_rbl_0">Mlle</label></td><td><input id="address_title_rbl_1"
Posted to
Web Forms
(Forum)
by
ClementM
on 8/11/2008
Error in UserControl preview with a collection type property
Hi, I'm trying to develop a user control with a dropdown list. I want to keep standard dropdown list data initilization like : < asp:DropDownList ID= "ddl2" runat= "server" > < asp:ListItem Value= "1" Text= "Hello" ></ asp:ListItem > < asp:ListItem Value= "2" Text= "World" ></ asp:ListItem > </ asp:DropDownList > i succeed to by this way : Imports System.Text Imports System.Collections.Generic Imports
Posted to
Web Forms
(Forum)
by
ClementM
on 8/5/2008
Share source code in two projects (.NET 1.1 & 2.0)
Hi, I need to manage class libraries (C# and VB.NET) for framework 1.1 and 2.0. I want to share source code to avoid duplicate file. I try the following solutions : 1- Create a two project's files in same directory 2- Create projects files in separate directory (\V2 for example) Solution 1 : conflit between the obj and bin directory if the 1.1 and 2.0 visual studio solution have been opened. Even if I configured final dll path (\bin2 for example), obj directory has to be removed to compile code
Posted to
Configuration and Deployment
(Forum)
by
ClementM
on 7/21/2008
Page 1 of 5 (47 items) 1
2
3
4
5
Next >
Channel 10:
Faster Solid State Drives for Windows 7 Arrive
ASP.NET:
Death to confirmation dialogs with jquery.undoable
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
Microsoft Communities
ASP.NET
Channel 8
Channel 9
Channel 10
IIS.NET
Silverlight
TechNet Edge
WindowsClient
Mix Online