Textbox Binding
- From: "shariffshiraz@xxxxxxxxxxx" <shariffshiraz@xxxxxxxxxxx>
- Date: 6 Jul 2005 06:58:50 -0700
[I posted this previously as part of a thread to a related topic, but
did not receive a response so I thought of starting a new thread..]
I am using a FormView, Insert Template. I have 3 textboxes which are
bound. I would like to use a default (static) value in one of the
textboxes.
Here's the (relevant) sample code:
<InsertItemTemplate>
Stamp: <asp:TextBox ID="StampTextBox" runat="server"
Text='<%#Bind("fldStamp") %>'></asp:TextBox><br />
Again, what I would like to do is assign a default/static text "Canada"
to this textbox and bind it to fldStamp
I am fairly new at this and would appreciate your assistance and some
sample code.
Thanks
Shiraz
.
- Follow-Ups:
- Re: Textbox Binding
- From: Eliyahu Goldin
- Re: Textbox Binding
- Prev by Date: Re: trigger postback from popup window
- Next by Date: Re: HTML Paragraph question
- Previous by thread: Big Uploads with IIS 6.0
- Next by thread: Re: Textbox Binding
- Index(es):
Relevant Pages
|