J
Jeffrey
hi
how can i process the OnSelectedIndexChanged for a DDL in a datagrid???... i
added the
OnSelectedIndexChanged = "MyFunction"
in the asp tag and it doesnot seem to call MyFunction
And I cannot add the
handles ddl.OnSelectedIndexChanged
in the function declaration
how can i process the OnSelectedIndexChanged for a DDL in a datagrid???... i
added the
OnSelectedIndexChanged = "MyFunction"
in the asp tag and it doesnot seem to call MyFunction
And I cannot add the
handles ddl.OnSelectedIndexChanged
in the function declaration