Code:
<asp:TextBox ID="PoemText" TextMode="Multiline" Columns="90" Rows="25" runat="server"
<asp:TextBox ID="PoemText" TextMode="Multiline" Columns="90" Rows="25" runat="server"
<%=(recordsetname.Fields.Item("databasefield").Value)%>
<asp:sqldatasource runat="server" ID="DS_CheckUserName" ConnectionString="<%$ ConnectionStrings:SQL2005_355184_ConnectionString %>" SelectCommand="SELECT [UserName] FROM [TBL_Poets] WHERE ([UserName] = @UserName)"> <SelectParameters> <asp:FormParameter FormField="UserName"
Leave a comment: