RE: pop-up browser persist data back to parent page code-behind
- From: stcheng@xxxxxxxxxxxxxxxxxxxx (Steven Cheng[MSFT])
- Date: Wed, 29 Mar 2006 09:54:23 GMT
Thanks for the reply Dave,
As for the file content, if they're binary file, you can just read out the
binary content out of the stream and store into a byte[] array, then, we
can directly put the byte array into Session through
byte[] myfilebytes = xxxx;
......
Session["file_bytes"] = myfilebytes;
Regards,
Steven Cheng
Microsoft Online Community Support
==================================================
When responding to posts, please "Reply to Group" via your newsreader so
that others may learn and benefit from your issue.
==================================================
This posting is provided "AS IS" with no warranties, and confers no rights.
.
- References:
- RE: pop-up browser persist data back to parent page code-behind
- From: Steven Cheng[MSFT]
- RE: pop-up browser persist data back to parent page code-behind
- From: David Thielen
- RE: pop-up browser persist data back to parent page code-behind
- From: Steven Cheng[MSFT]
- RE: pop-up browser persist data back to parent page code-behind
- From: Steven Cheng[MSFT]
- RE: pop-up browser persist data back to parent page code-behind
- Prev by Date: ValidateEvent bug with table and radio button
- Next by Date: Re: ValidateEvent bug with table and radio button
- Previous by thread: RE: pop-up browser persist data back to parent page code-behind
- Next by thread: Asp.Net 2.0 Bug
- Index(es):
Relevant Pages
|