N
Nikhil Patel
Hi all,
I have written an ASP.Net form that displays a sortable grid. I works
fine in Internet Explorer. But it gives me an error when I try to display it
in 3rd party application. The error says something like "object expected" in
the following line:
<td nowrap="nowrap"><a
href="javascript:__doPostBack('dgProposals$_ctl1$_ctl0','')"
style="color:White;">ProposalID</a></td>
Please note that in the above line dgProposals is the grid's name and
ProposalID is the header text for a sortable column of the grid.
I think this line is the header of the sortable column. I know that the
third party application does sopport Javascript. So the question is that is
the above line actually Javascript. Is there any other way to sort the grid
so that it works in the 3rd party application that supports HTML and
Javascript?
Please help.
Thanks...
-Nikhil
I have written an ASP.Net form that displays a sortable grid. I works
fine in Internet Explorer. But it gives me an error when I try to display it
in 3rd party application. The error says something like "object expected" in
the following line:
<td nowrap="nowrap"><a
href="javascript:__doPostBack('dgProposals$_ctl1$_ctl0','')"
style="color:White;">ProposalID</a></td>
Please note that in the above line dgProposals is the grid's name and
ProposalID is the header text for a sortable column of the grid.
I think this line is the header of the sortable column. I know that the
third party application does sopport Javascript. So the question is that is
the above line actually Javascript. Is there any other way to sort the grid
so that it works in the 3rd party application that supports HTML and
Javascript?
Please help.
Thanks...
-Nikhil