Hi
I want pass multiple values javascript to asp.net(C#) server side...
how i do it using array ??
don't using hidden fields...

thanks

Hi
I want pass multiple values javascript to asp.net(C#) server side...
how i do it using array ??
don't using hidden fields...

thanks

I'm not exactly sure what you are trying to do.
But I would compile the information into an XML or JSON-string and pass that back to a [WebMethod] in the codebehind using Ajax.

If you are not developing in ASP.NET 3.5 then AjaxPro is an excellent Ajax toolkit.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.