Velocity Reviews - Computer Hardware Reviews

Velocity Reviews > Newsgroups > Programming > ASP .Net > ASP .Net Web Controls > Multiline TextBox sometines not updated

Reply
Thread Tools

Multiline TextBox sometines not updated

 
 
Jean Jacques Serpoul
Guest
Posts: n/a
 
      06-18-2004
Hello,
I am using a multiline Textbox (Web server control - ASPNET 1.1)
I update text with a simple myTextBox.Text="bla, bla, ....".
With a long text, the Texbox is sometimes empty, and text appears only with
a new page reloading (by user)
I don't know if i can do something to force reloading for the web page using
this control.
Thanks in advance for your answer.

Jean Jacques Serpoul


 
Reply With Quote
 
 
 
 
Robert Koritnik
Guest
Posts: n/a
 
      06-18-2004
Where or better WHEN do you update your textbox? I mean which event handler
or stage of your page process?

How to solve this?
Put some trace.write/warn statements inside your code and check trace
information and see what's going on and in what order. This way you'll see
what exactly is happening and in what order. But if things are really simple
and so on, then please be so kind and provide an example. Especially the
term "long text" is relative to different people... For someone this
could be a paragraph for a developer this could be a 10MB of unicode text...
I don't know what you intend to load.

Maybe there is too much information in your POST... Could be anything... Are
you also transfering some files or thingslike that? As I say. Could be
anything. But probably its the execution order.

--
RobertK
{ Clever? No just smart. }


"Jean Jacques Serpoul" <> wrote in message
news:...
> Hello,
> I am using a multiline Textbox (Web server control - ASPNET 1.1)
> I update text with a simple myTextBox.Text="bla, bla, ....".
> With a long text, the Texbox is sometimes empty, and text appears only

with
> a new page reloading (by user)
> I don't know if i can do something to force reloading for the web page

using
> this control.
> Thanks in advance for your answer.
>
> Jean Jacques Serpoul
>
>



 
Reply With Quote
 
 
 
Reply

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
TextBox's MaxLength does not work when TextMode=MultiLine Nathan Sokalski ASP .Net 5 05-29-2009 03:46 PM
TextBox's MaxLength does not work when TextMode=MultiLine Nathan Sokalski ASP .Net Web Controls 1 09-04-2005 07:29 PM
how to define a variable to hold a multiline text input in perl from html multiline textbox dale zhang Perl Misc 8 11-30-2004 06:53 AM
Adding a carriage return to text in a multiline textbox in design view. Simon Middlemiss ASP .Net 2 11-10-2003 09:08 AM
Multiline TextBox CSS font not working. Ravikanth[MVP] ASP .Net Web Controls 1 07-22-2003 09:26 PM



Advertisments
 



1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57