When working with dynamically generated controls, you are responsible for recreating the controls in each post-back, this includes wiring up your events. Make sure you are re-subscribing to the event on each post-back.
From MSDN..... (Although text is reads VS 2005, applies to 2003 too) full article available at http://support.microsoft.com/kb/318041 .....
Set up remote debugging
To use remote debugging, you must add the appropriate user to the Debugger Users group on the remote computer. To do this, follow...
Ok... I just double-checked... You should have a Reference.vb file... this is your proxy... you can either view this file in Windows explorer or you can use the show all files option in solution explorer.
To view through Windows Explorer:
Navigate to your website folder & open the Web...
wsdl.exe is used to generate a proxy for the web service outside of Visual Studio... I was just curious if you used it or just added the web-reference in the VS IDE. It's been a while since I've written a web-service in VB, I thought there was still a reference.vb file but maybe its named...
There is a reference.cs file... Either click the "Show All" button in your solution explorer or navigate to it on your file system.... it will be in your web-reference folder.
k... open the proxy (reference.cs) and make sure that it is retrieving the dynamic URL from the config file. Also, make sure the value (url) in the config file is correct and does in fact point to your deployed instance.
If all else fails, delete the web reference and create a new one, this...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.