Go Back   Velocity Reviews > Newsgroups > ASP Net
User Name
Password
Register FAQ Members List Calendar Search Today's Posts Mark Forums Read

Reply

ASP Net - Pack QueryString

 
Thread Tools Search this Thread
Old 06-29-2003, 01:38 AM   #1
Default Pack QueryString


I've got a (probably) long list of data which I want to send to an ASPX page by query string. To keep the URL short and compact I want to compress the data before I put it into the query string. The target page is supposed to unpack the data again.

I'm thinking about a technique similar to the one ViewState uses, only for query strings.

Is there any class available in the .NET framework compressing and unpacking string data?

TIA,
Axel Dahmen



Axel Dahmen
  Reply With Quote
Old 06-29-2003, 04:18 AM   #2
Natty Gur
 
Posts: n/a
Default Re: Pack QueryString
Axel Hi,

1) You can always send the data via Post. The data will be embedded in
the request and you will be free from the query string limitation.

2) .Net don’t have any compressing and unpacking string utility but A)
LosFormatter is the class that responsible of compressing and unpacking
view state. B) Check out #ZipLib[1]. This is an open source that does
that job. I’m using it without any problems.

[1]http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx

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 http://www.developersdex.com ***
Don't just participate in USENET...get rewarded for it!


Natty Gur
  Reply With Quote
Old 06-29-2003, 02:46 PM   #3
Axel Dahmen
 
Posts: n/a
Default Re: Pack QueryString
Thanks, Natty, I'll check out your sources! Regarding your suggestion to post: I can't use post because I want to provide my parameters in hyperlinks.

Best wishes,
Axel Dahmen

---------------------
"Natty Gur" <> schrieb im Newsbeitrag news:...
> Axel Hi,
>
> 1) You can always send the data via Post. The data will be embedded in
> the request and you will be free from the query string limitation.
>
> 2) .Net don't have any compressing and unpacking string utility but A)
> LosFormatter is the class that responsible of compressing and unpacking
> view state. B) Check out #ZipLib[1]. This is an open source that does
> that job. I'm using it without any problems.
>
> [1]http://www.icsharpcode.net/OpenSource/SharpZipLib/Default.aspx
>
> Natty Gur, CTO





Axel Dahmen
  Reply With Quote
Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

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

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

Similar Threads
Thread Thread Starter Forum Replies Last Post
DVD Verdict reviews: FRIGHT PACK: MAN'S WORST FRIENDS and more! DVD Verdict DVD Video 0 10-21-2005 09:19 AM
Re: Microsoft Action Pack Adam Leinss A+ Certification 0 02-16-2005 01:17 AM
New Releases: Spider-Man 2, Fox 3 Packs: Updated complete downloadable R1 DVD DB & info lists Doug MacLean DVD Video 5 08-28-2004 02:55 AM
New Releases: More Universal 2 pack, 21 Grams, Honey: Updated complete downloadable R1 DVD DB & info lists Doug MacLean DVD Video 1 01-22-2004 08:35 PM
New releases: Fox two pack blitz, WB 3 packs: Updated complete downloadable R1 DVD DB & info lists Doug MacLean DVD Video 0 08-19-2003 05:39 AM




SEO by vBSEO 3.3.2 ©2009, Crawlability, Inc.

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