<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server"> <asp:TextBox ID="txtBugwee" runat="server" Text="test"></asp:TextBox> </asp:Content>
<asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1" runat="Server"> <asp:TextBox ID="txtBugweed" runat="server"></asp:TextBox> </asp:Content>
txtBugweed.Text = Page.Request.Form("ctl00$ContentPlaceHolder1$txtBugwee")
txtBugweed.Text = Page.Request.Form("txtBugwee")
Mark this as answer, if it is..... With regards Nishithraj Narayanan
Login to post response