Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Ajax ASP Server Side

1 view
Skip to first unread message

David Sampson

unread,
Jul 25, 2009, 2:52:19 AM7/25/09
to
I don't know if this is the best newsgroup for this question so let me
know which is better.

I am writing a webpage that, instead of using a Form to submit data to
the server, I want to use Ajax to send the data that I want saved to the
database.

The only way I know of to pickup the data that I want to save on the
server side is via the Request.BinaryRead method. The problem is this
returns a "SafeArray". I don't know how to convert this to a string so I
can parse the data to write to the database.

Any thoughts?

----------
David Sampson

*** Sent via Developersdex http://www.developersdex.com ***

Bob Barrows

unread,
Jul 25, 2009, 6:15:11 AM7/25/09
to
David Sampson wrote:
> I don't know if this is the best newsgroup for this question so let me
> know which is better.
>
> I am writing a webpage that, instead of using a Form to submit data to
> the server, I want to use Ajax to send the data that I want saved to
> the database.
>
> The only way I know of to pickup the data that I want to save on the
> server side is via the Request.BinaryRead method. The problem is this
> returns a "SafeArray". I don't know how to convert this to a string
> so I can parse the data to write to the database.
>
> Any thoughts?
>
Are you using "classic" (COM-based) ASp or .Net? For the latter, you should
post your question to a group where those dotnet-knowledgeable people hang
out. I suggest microsoft.public.dotnet.framework.aspnet or the forums at
www.asp.net.


--
Microsoft MVP - ASP/ASP.NET - 2004-2007
Please reply to the newsgroup. This email account is my spam trap so I
don't check it very often. If you must reply off-line, then remove the
"NO SPAM"


0 new messages