graviton747
New Member
How can i use a webservice (asmx) from my aspx page without compiling it in VS.NET or WSDL.exe? I know i read somewhere that you can get them to compile on-the-fly.Sure. IIS has mappings to the .net dll for asmx pages, so it'll compile it when called.<BR><BR>To see it in action, write an asmx, then call it in the browser. It'll compile, and run, with no worries.Could you show an example of how to call it? prefferrably from VB, but C# if neccessary. Say you're trying to access the CheckName(Last,First) Function from the EmployeeData Class located in Validation.asmx<BR><BR>thanks for the help