Calling Javascript on SelectedIndexChanged from CodeBehind

T

TARUN

Hello All

I am stuck in a problem.
I want to call Javascript Function
function FillDataAjax()
{

alert("Inside FillDataAjax");
var id=document.getElementById("dgSpecials").value;
//**** Special.dgSpecailAjaxMethod(id).value;

return false;
}


Form Code Behind (C#.NET) on SelectedIndexChanged Event of the
Datagrid.
Please Suggest the code for that....
On more thing to ask....
In javascript Function which I mention above, I need to fetch the Label
of Link which is encapsulted in second colunm of datagrid(dgSpecials)
(Plz Look at the ****)
Specail is my PageName.

Please Suggest me the Code For that


with regards
Tarun Sinha
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top