hi

could somebody please tell me if it is possible to call a function defined in a codebehind vb file from client side script..? Alternatively, I have a datagrid to which I am adding 2 ButtonColumns at run time. I need to implement the click event of these ButtonColumns. Actually I am using the Datagrid's onItemCommand to fire a Sub that will then determine, according to the button's CommandName what procedure to call. Only that my procedures are on server side(i.e in the codebehind vb file) and I can't find a way to call them.

Any help would be much appreciated

thanx.