@Frinavale
i m sorry for not being so clear actually my function is not being called from the grid view on the click event of that linkbutton.
i just want you all to tell me the procedure by which i can call a function on a click event from the gridview.
And i m using web application there is no problem with the msgbox the only thing is
"HOW TO CALL THAT FUNCTION FROM GRIDVIEW USING LINKBUTTON?"
i did the folowing last time but didnt succeed
-
<asp:LinkButton ID="LinkButton5" runat="server" Font-Underline="False" Text='<%# Eval("name") %>' OnClientClick='<%# folderidgenerator(Eval("f_id")) %>' >
-
</asp:LinkButton>
-
any help?