Happy Coding

VB Use C# method
1. RC VB Proj| Web > Add reference
2. Project>c# Namespace

C# use web service (calling WS via proxy)
1. RC C# Web1> Add Web Reference.
2. Browser for Webservice at localhost.
3. Select webservice you like to call, and test it.
4. Click ok. Studio will create proxy ( MyService.cs is created )

* all webmethod are trnasfered from MyService.asmx -> MyService.cs

Snippet
1. In aspx.cs>Type keywork > Presss Tab twice
eg. Foreach > Tab tab

Explore assembly detail
1. run >ILDASM >OPEN > exe & dll

 

 

 

@Copy right of Soon Lim 2006. All Right Reserved