Passing long text from Client to Server

  • Thread starter Thread starter Sunil Menon
  • Start date Start date
S

Sunil Menon

Dear All,
I have a Web application that has a long Text field. User can put
in any amount of data in this field. Is there a way to compress the
value of the field from client side and send it to the WebServer and
back?
Is there any efficient method of using long fields in Web Pages?

Please help

TALIA
Many Regards
Sunil
 
Dear All,
I found a solution that makes it faster...if we set the TextBox's
EnableViewState as False, the rendering and saving becomes faster...
But I would like MS to come-up with an idea of compressing longText so
that they are rendered fast on the client and then decompressed...I
guess it is not a bad idea...any comments?

TALIA
Many Regards
Sunil

Happy New Year to everyone
 
Back
Top