Re: Textbox - additional features?
From: Marina (someone_at_nospam.com)
Date: 01/03/05
- Next message: Scott Allen: "Re: Do programming jobs exist that are purely online?"
- Previous message: masoud bayan: "using a shared session"
- In reply to: Rob T: "Textbox - additional features?"
- Next in thread: Rob T: "Re: Textbox - additional features?"
- Messages sorted by: [ date ] [ thread ]
Date: Mon, 3 Jan 2005 10:33:21 -0500
txtTextBox.Attributes.Add("onfocus","DoMyFunc();")
"Rob T" <RTorcellini@DONTwalchemSPAM.com> wrote in message
news:uzbLDha8EHA.1408@TK2MSFTNGP10.phx.gbl...
> I'm dynamically creating some textboxes but also need to add some
javascript
> into them. What properties do I use to do this?
>
> txtTextBox = New TextBox
> txtTextBox.ID = "CAS" & dv(cnt)("InvID")
> txtTextBox.Text = dv(cnt)("Cash")
> txtTextBox.Columns = 9
> plhResults.Controls.Add(txtTextBox)
>
> I need to add: onfocus="DoMyFunc();"
>
> Thanks.
>
>
- Next message: Scott Allen: "Re: Do programming jobs exist that are purely online?"
- Previous message: masoud bayan: "using a shared session"
- In reply to: Rob T: "Textbox - additional features?"
- Next in thread: Rob T: "Re: Textbox - additional features?"
- Messages sorted by: [ date ] [ thread ]