Ask a Question related to ASP.NET General, Design and Development.
-
Jim Owen #1
Display text in text box - should be simple, doesn't work
This is probably dumb, but why doesn't this work? The control doesn't get
filled with the text, though I debug and vControl.Text does indeed show as
having the right text in it. It's being called from a SelectionChanged event
in a calendar.
System.Web.UI.WebControls.TextBox vControl =
(System.Web.UI.WebControls.TextBox)Session["TheControl"];
vControl.Text = Calendar1.SelectedDate.ToShortDateString();
--
- Jim Owen
206-501-6936
Jim Owen Guest
-
Display XML as text
Hi, I'm loading XML data into Flash via the XMLConnector data component. I can display the XML content in a data grid just fine, but all I want to... -
text display
May be a dream weaver question but I got no response from that forum. I have a test box that I have dropped a dynamic field into. Normally the box... -
Text preview in text display...
Just updated my mac to OS X... When I scroll through the text in the text panel, it can show you a preview of the font. It should show the... -
How do you get 'Text to display' (hover text) in Publisher?
I cannot get to add any text to display when the cursor hovers over any hyperlink. The URL or page link details show, but I want to add my own text... -
Text in the work area vs. text in the Flash movie
Even when I use any font even the default _sans serif font, the size, scale and location of the letters are not the same in the published movie (or... -
Natty Gur #2
Re: Display text in text box - should be simple, doesn't work
Hi,
Probably something related to the session?
Can you send more code?
By the way can you tell me why you save webcontrols in the session?
Natty Gur, CTO
Dao2Com Ltd.
28th Baruch Hirsch st. Bnei-Brak
Israel , 51114
Phone Numbers:
Office: +972-(0)3-5786668
Fax: +972-(0)3-5703475
Mobile: +972-(0)58-888377
Know the overall picture
*** Sent via Developersdex [url]http://www.developersdex.com[/url] ***
Don't just participate in USENET...get rewarded for it!
Natty Gur Guest



Reply With Quote

