Jump to content
Xtreme .Net Talk

Recommended Posts

Posted
There are encoders/decoders and other programs/applets/Functions that can chunk the querystring into usable cryptic information. This may also enable one to get pst the default QuerString size. Although in my opinion, if your querystring is this long or you are worried about maximum length, then you are not doing something right. If you really need this many fields of data, consider a temporary db table for storage.
  • *Experts*
Posted

If you really need to pass that much data around to every page, something definitely needs to be reworked :)

 

If you're just passing data one time, you could use a hidden input field which has no real limit on the amount of data. There is an issue with requesting large amounts of data from a control. I can't remember the exact issue, but I know you had to do something special to pull more than 4k or so from a control (different from the querystring's maxlength). I think it had to do with treating the control like an array, but I just don't remember the details...

 

-nerseus

"I want to stand as close to the edge as I can without going over. Out on the edge you see all the kinds of things you can't see from the center." - Kurt Vonnegut

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...