This code won't find the textbox that I have entered a
value into:
Dim d3 as TextBox=FindControl("txtDefaultEmail3")
? d3.Text returns ""
But it will return the value of a text box that is
filled from the database:
? txtDefaultEmail1.Text returns
"[EMAIL PROTECTED]"


Here is the relevant html code for the table:
                                <asp:table id="Table2" runat="server"
Width="533px" Height="143px" BorderStyle="NotSet"
CellPadding="0"
                                CellSpacing="0" Font-Names="Verdana"
Font-Size="XX-Small" Visible="true">
                                <asp:TableRow BorderStyle="Solid"
BorderColor=#ff6699>
                                        <asp:TableCell>Email1<br><asp:TextBox
ID="txtDefaultEmail1" runat="server"
></asp:TextBox></asp:TableCell>
                                        <asp:TableCell>Email2<br><asp:TextBox
ID="txtDefaultEmail2" runat="server"
></asp:TextBox></asp:TableCell>
                                        <asp:TableCell>Email3<br><asp:TextBox
ID="txtDefaultEmail3"
runat="server"></asp:TextBox></asp:TableCell>
                                        <asp:TableCell>Email4<br><asp:TextBox
ID="txtDefaultEmail4"
runat="server"></asp:TextBox></asp:TableCell>
                                        <asp:TableCell>Email5<br><asp:TextBox
ID="txtDefaultEmail5"
runat="server"></asp:TextBox></asp:TableCell>
                                </asp:TableRow>


                
__________________________________ 
Do you Yahoo!? 
All your favorites on one personal page � Try My Yahoo!
http://my.yahoo.com 


 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 



Reply via email to