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
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top