Hi,
It seems easy but I can't work out how to do this...
I am putting binding a TextBox in a Gridview:
<asp:TextBox ID="TextBoxZorgeenheidNieuw" runat="server" style="display:none" Text='<%# Bind("zorgeenheid_naam") %>'></asp:TextBox>What I want:
- In Edit Mode: the textbox is always empty, even if a value is available
- If the textbox is filled in, the value is passed trough.
- Using the Bind() function
What I tried
Bind("module_naam", "")
Then the value was still visible
Please help me out!