Elyiyahu,
Thank you for your feedback regarding this issue.
I am using the Ajax.dll reference within my project to post a request from
the client to the server (obtaining the dataset) and again returning it back
to the client. Using javascript, I am then setting the datagrid.datasource
to my dataset (that works fine, no errors), if I can do that from the client
then I should be able to bind the datasource ?
Here is my javascript which sets the datasource of the datagrid from the
client:
'parent.document.stsFrme.document.all.DataGrid1.Da taSource=response.value'
Kind Regards...
Brian
"Eliyahu Goldin" <> wrote in message
news:...
> Brian,
>
> Client has no idea about what DataSource is. It doesn't know anything
about
> server side. All data source setting and databinding must be on server
side.
> What client can do is to pass to the server a parameter that the server
will
> take into account in its data setup operations.
>
> Eliyahu
>
> "Brian Potroz" <> wrote in message
> news:%...
> > Hi Experts,
> >
> >
> > Can you please inform me how to bind() a dataset to a datagrid using
> > javascript from the client in ASP.NET ?
> >
> > I have successfully returned / tested the dataset from the server (VB
> > codebehind) and have applied it to the datagrid.datasource as follows
with
> > no errors.
> >
> >
>
'parent.document.stsFrme.document.all.DataGrid1.Da taSource=response.value;'
> > (also using frames)
> >
> > Can you please let me know how to bind this dataset to the datagrid. 
> >
> >
> > Kind Regards...
> >
> > Brian Potroz
> >
> >
>
>