Re: [ADVANCED-DOTNET] Creating a textbox from a string...

2007-04-19 Thread Brad Bode
ISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Creating a textbox from a string... Hit send before I finished... I didn't mention that the closest I can come to what I remember doing in the past is the following. The only problem here is that it just pulls in the string's name and not the

Re: [ADVANCED-DOTNET] Creating a textbox from a string...

2007-04-19 Thread Jon Rothlander
n of advanced .NET topics. [mailto:[EMAIL PROTECTED] On Behalf Of Phil Sayers Sent: Thursday, April 19, 2007 12:10 PM To: ADVANCED-DOTNET@DISCUSS.DEVELOP.COM Subject: Re: [ADVANCED-DOTNET] Creating a textbox from a string... would databinding help you here.. bind the .Text property of your textbox to

Re: [ADVANCED-DOTNET] Creating a textbox from a string...

2007-04-19 Thread Phil Sayers
CED-DOTNET@DISCUSS.DEVELOP.COM Subject: [ADVANCED-DOTNET] Creating a textbox from a string... Hit send before I finished... I didn't mention that the closest I can come to what I remember doing in the past is the following. The only problem here is that it just pulls in the string's na

[ADVANCED-DOTNET] Creating a textbox from a string...

2007-04-19 Thread Jon Rothlander
Hit send before I finished... I didn't mention that the closest I can come to what I remember doing in the past is the following. The only problem here is that it just pulls in the string's name and not the value of the string itself. So this doesn't work. There is a way to have it pull the actu