Hi,
I am trying to send attachment using email and getting this error while clicking on submit button.
Here is my aspx code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head id="Head1" runat="server"> <title>Untitled Page</title> </head> <body> <form id="form1" runat="server"> <div> <asp:Label ID="Label2" runat="server" Text="To : "></asp:Label> <asp:TextBox ID="to_txt" runat="server" Width="200px"></asp:TextBox> <br /><br /> <asp:Label ID="Label3" runat="server" Te ...
Go to the complete details ...