: : Wouldn't RSS, SQL, or similar make more sense?
: :
WHAT you;see_is_what=you.get;
: : -Russ aka DangeRuss
:
: I kind of new to ASP. So please pardon me since i didn't get your
: statement clearly.
: I am posting string,which is formatted using XML notation, using
: safearray of type VT_UI1. This is the only way I can
POST
: data to ASP from my ActiveX control. Other side I was trying to use
: BinaryRead and BinaryWrite to extract this POST string and assign it
: to client side variable, where the error is occuring.
:
Okay, missing the XML part, I would think that binarywrite would be too complicated to sort out without the standard character set.
link:
http://msdn.microsoft .com/en-us/library/bb720756.aspx
Perhaps, .NET, being such a coin phrase, would not be a best bet in your application. My philosophy is simple: as long as you know what to expect, it isn't a problem. The project that you propose, I ponder almost daily. given all the constents involved, this is literaly simple and conceptually difficult.
Good Luck