I am trying to populate a listbox control using data from a hiddenvariable. I just wanted to make sure if there is any limit to themaximum characters the variable can store, i.e., what ismax(HiddenVar.Value.Length) ?
Any help will be greatly appreciated. Thanks!
rrjammy
I believe it's only limited by the servers memory, try it out and see where it blows up.
Turn on tracing in your application, and watch the variables and memory usage in your trace.log
Thanks! My hidden variable currently uses about 70,000 characters, and it works fine so far. My calculations show that I need about 87,000 characters max, and I think (hopefully) it will be able to handle that.
0 comments:
Post a Comment