Posted on: 12/2/2013 4:30:12 PM | Views : 870

Hi
The following complete aspx page code consists of a blank aspx page with special code, generated by the CleverReach.com code form-generator to manage an E-Mail subscription process. The code works fine in an html page.
But here in this aspx page, the submit button does not submit the form content properly. Since neither I had an issue with java script code within an aspx page nor the CleverReach – Support team could help me (they don’t have a .NET developer), I simply post the entire page here . . . which code part must be adapted when placing the form code in a aspx page?
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> <!DOCTYPE html> <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server"> <title></title> </head> <body> <form id="form1" ...

Go to the complete details ...