Forums
This topic is locked
redirect /call a .C
01 Oct 2006 20:32:18 ebt af posted:
Hi,I'm new . I have an application will be running on the local host . It written using a dreamweaver on of the pages should call a C# program which alrady exist
I have this at the biging of my .aspx file
<%@ Page Language="C#" Codebehind="~/test.aspx.cs" ContentType="text/html" ResponseEncoding="iso-8859-1" %>
where test is C# program
I need when the user click button I need to redirecd to this test.aspx.cd program
how can I do that
Thanks