Posted on: 1/22/2015 3:11:48 AM | Views : 586

Can't figure this out.  Here is my code: <%@ Page Language="vb" AutoEventWireup="false" CodeBehind="WebForm2.aspx.vb" Inherits="PDFRequesting.WebForm2" %>   <!DOCTYPE html>   <html xmlns="http://www.w3.org/1999/xhtml"> <head runat="server">     <title></title> </head> <body>     <form id="form1" runat="server">         <ajaxToolkit:ToolkitScriptManager ID="ToolkitScriptManager1" runat="server"></ajaxToolkit:ToolkitScriptManager>     <div>           <asp:Label ID="Label1" runat="server" Text="Label"></asp:Label>  
        <asp:TextBox ID=" ...

Go to the complete details ...