Dear reader,
I try to convert my asp.net page to PDF i know there are a lot of tutorials and explanations but al this tuts, gives the same error when i try to make the .pdf
The error is : A page can
have only one Form-label
for the server
side.
Maybe one of u can tell me what i mis or not see
Here my asp page,
<%@ Page Language="C#" AutoEventWireup="true" EnableEventValidation = "false" CodeFile="Order.aspx.cs" Inherits="Order" %>
<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml">
<head runat="server">
<title>< ...
Go to the complete details ...