CodeVerge.Net Beta


   Explore    Item Entry   Register  Login  
Microsoft News
Asp.Net Forums
IBM Software
Borland Forums
Adobe Forums
Novell Forums

ASP.NET Web Hosting – 3 Months Free!



Zone: > NEWSGROUP > Asp.Net Forum > visual_studio.visual_studio_2005 Tags:
Item Type: NewsGroup Date Entered: 8/21/2007 1:33:39 PM Date Modified: Subscribers: 0 Subscribe Alert
Rate It:
(NR, 0)
XPoints: N/A Replies: 2 Views: 22 Favorited: 0 Favorite
Can Reply:  No Members Can Edit: No Online: Yes
3 Items, 1 Pages 1 |< << Go >> >|
s179999
Asp.Net User
How do I run a ASPX Sub after a web service completes?8/21/2007 1:33:39 PM

0/0

PopUpCalendar.ascx.vb

 Public Sub Calendar1_SelectionChanged(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Calendar1.SelectionChanged
        Dim txtDate As TextBox
        txtDate = Page.FindControl(Calendar1.Attributes.Item("SelectedField"))
        txtDate.Text = Calendar1.SelectedDate

Run aspx Sub?
    End Sub

The Web Service runs as expected and inserts the date into the required field but upon completion I need a sub to run on the aspx.vb page

johram
Asp.Net User
Re: How do I run a ASPX Sub after a web service completes?8/21/2007 2:04:19 PM

0/0

I don't think this is possible in a web app. But what you can do is to have an update panel (Ajax) or an Iframe (old school) that periodically polls the web service to check if it is completed. So you have a method on your webservice that is called IsRunning or similar that you can use to check if it is currently executing.


If this post was useful to you, please mark it as answer. Thank you!
s179999
Asp.Net User
Re: How do I run a ASPX Sub after a web service completes?8/22/2007 1:17:41 PM

0/0

 Since there is no good solution to this issue I have have removed the web service and made the calendar popup an aspx page.  This allows me to make calls to where ever I want.

3 Items, 1 Pages 1 |< << Go >> >|


Free Download:

Books:
Beginning ASP.NET 1.1 with VB.NET 2003 Authors: Chris Ullman, John Kauffman, Chris Hart, David Sussman, Pages: 888, Published: 2003
Programming ASP.NET: Building Web Applications and Services Using C and VB.NET. Authors: Jesse Liberty, Dan Hurwitz, Pages: 988, Published: 2003
ASP.NET 3.5 For Dummies Authors: Ken Cox, Pages: 404, Published: 2008
Learning ASP.NET 3.5 Authors: Jesse Liberty, Dan Hurwitz, Brian MacDonald, Pages: 576, Published: 2008
Programming ASP.NET AJAX Authors: Christian Wenz, Pages: 454, Published: 2007
Pro ASP.NET 2.0 in VB 2005: From Professional to Expert Authors: Laurence Moroney, Matthew MacDonald, Pages: 1253, Published: 2006
Beginning Visual Web Programming in VB .NET: From Novice to Professional Authors: Daniel Cazzulino, Craig Bowes, Victor Garcia Aprea, Mike Clark, James Greenwood, Chris Hart, Pages: 648, Published: 2005
Creating and Consuming Web Services in Visual Basic Authors: Scott Seely, Eric A. Smith, Deon Schaffer, Pages: 408, Published: 2001
Professional ASP.NET 2.0 Authors: Bill Evjen, Scott Hanselman, Farhan Muhammad, Srinivasa Sivakumar, Devin Rader, Pages: 1253, Published: 2005
Beginning ASP.NET 2.0 Databases: Beta Preview Authors: John Kauffman, Thiru Thangarathinam, Pages: 427, Published: 2005

Web:
Performance Considerations for Making Web Service Calls from ASPX ... Web.UI.WebControls.Label Private Sub Page_Load(ByVal sender As System. ... That is why we must block for the Web service calls to complete. ...
CodeProject: Sending Files in Chunks with MTOM Web Services and ... How to send large files across web services in small chunks using MTOM (WSE 3); ... after all the operataion of upload and progressbar is complete. ...
Web services B2B implementation demonstration: Tom's ASPX GUI layer The series takes you through the development of a complete B2B Web services application. During the course of the series we encourage Builder.com members to ...
.NET Web Services II :: DotNetJohn After reviewing the basics of Web Services including creating and consuming .... The second step, calling the End method, completes the Web Service call and ...
ASP.NET.4GuysFromRolla.com: Searching Google Using the Google Web ... Did you know that Google provides a Web service for searching through Google's database, ... To complete the process, click the Add Reference button. ...
Creating and consuming a Web Service using Visual Studio .NET ... This article will go through the complete process of how to create a Web Service and then how to consume it in any ASPX page. We'll do this entirely within ...
Make your .Net application support scripting - a practical ... Run("OnWsEndHelloWorld", ar). End Sub. It just invokes a script that does processing when the webservice finishes its work. I wish this implementation would ...
Calling web services with Silverlight 2 After move service to the same web site problem disapeared O_o ..... I run the web app using https://localhost/ and I get an exception (below). ...
AddressOf.com : Web Service Woes (Plea For Help!!!!) After a web service call completes and no further call occurs... sometime ... Run(New Form1) End Sub. Private Shared Sub MyHandler(Byval sender As Object, ...
DiscountASP.NET Community Forum These instructions will help you create an IIS-hosted WCF web service. See the attachment for the complete source code of this sample WCF ...

Videos:
(888)MOAX.ORG Microsoft Offfice Accounting Xchange 4_IT_JOURNAL.wmv (888)MOAX.ORG Microsoft Offfice Accounting Xchange 4_IT_JOURNAL.wmv - 31 min - Apr 23, 2008 USStudios - http://www.onafree.com (1 Rating) Rate: (...




Search This Site:










import

how do you place a newly-added web part at the bottom of the selected zone?

decrease the size of textbox

web part category in sharepoint 3.0

the profile provider appears useless for me...=(

contentplaceholder inside a webpartzone

how to clear the webpartmanager?

thead in web part

beta 2 cpt profiles problem

creating an interactive visio document as a web part in sharepoint.

partial rendering of webpart pages

assigning edit & view roles to webparts

editor part and async postbacks

deleting personalization properties

membership login destinationpageurl - error: 26 - error locating server/instance

webpart in a assmybly / deployment problem

localization appearancewebpart

optimizing custom profileprovider

cannot deserialize the blob of personalization data associated with the current page

add web part link

programmatically adding webparts to the webpart manager

how scalable are webparts?

webparts not showing close link

user controls

can a dataview be added to a profile?

get error when trying to hide webpartzone

connect web parts to my own created database

creating a "subverb" for web part?

question about web part class hierarchy

performance between an individual aspx webpart page or dotnetnuke portal

  Privacy | Contact Us
All Times Are GMT