M
Mr. SweatyFinger
why why why why why why why why why why why
Can't i get
dim PlaceHolderPrice as placeholder =
formview1.findcontrol("PlaceHolderPrice")
<asp:FormView ID="FormView1" runat="server" DataKeyNames="AdNum"
DefaultMode="Edit" DataSourceID="SqlDataSource1">
<EmptyDataTemplate>
</EmptyDataTemplate>
<EditItemTemplate>
<table border="0" cellspacing="0" cellpadding="0" width="550" >
<asp
laceHolder ID="PlaceHolderPrice" runat="server" Visible="false">
<tr>
<td style="width: 3px;" valign="top">
</td>
<td valign="top">
Price:
</td>
<td valign="top" width="10">
$</td>
<td valign="top">
<asp:TextBox ID="PriceTextBox" runat="server" Text='<%# Bind("Price")
%>'></asp:TextBox>
td>
<td width="10">
</td>
</tr>
</asp
laceHolder>
</table>
</editItemTemplate>
</formview>
Can't i get
dim PlaceHolderPrice as placeholder =
formview1.findcontrol("PlaceHolderPrice")
<asp:FormView ID="FormView1" runat="server" DataKeyNames="AdNum"
DefaultMode="Edit" DataSourceID="SqlDataSource1">
<EmptyDataTemplate>
</EmptyDataTemplate>
<EditItemTemplate>
<table border="0" cellspacing="0" cellpadding="0" width="550" >
<asp
![Stick Out Tongue :P :P](/styles/default/custom/smilies/tongue.gif)
<tr>
<td style="width: 3px;" valign="top">
</td>
<td valign="top">
Price:
</td>
<td valign="top" width="10">
$</td>
<td valign="top">
<asp:TextBox ID="PriceTextBox" runat="server" Text='<%# Bind("Price")
%>'></asp:TextBox>
td>
<td width="10">
</td>
</tr>
</asp
![Stick Out Tongue :P :P](/styles/default/custom/smilies/tongue.gif)
</table>
</editItemTemplate>
</formview>