G Guest Apr 20, 2005 #1 hi to all how can I call and send parameter a aspx page with a c sharp class?
M Matt Berther Apr 20, 2005 #2 Hello Jason, You might take a look at the WebClient [1] class. If the page is part of your project, you could also look at PageParser.GetCompiledInstance and then call its RenderControl method. [1] http://msdn.microsoft.com/library/d...ef/html/frlrfsystemnetwebclientclasstopic.asp
Hello Jason, You might take a look at the WebClient [1] class. If the page is part of your project, you could also look at PageParser.GetCompiledInstance and then call its RenderControl method. [1] http://msdn.microsoft.com/library/d...ef/html/frlrfsystemnetwebclientclasstopic.asp