<asp:ImageButton ID="ImageButton1" runat="server" Width="100px" AlternateText='<%# Eval("Img_Id")%>'
Height="100px" Style="cursor: pointer" OnClientClick="viewsource('~/Handler.ashx?autoid=1')"/>
The above shown is the coding that i am using in my application for the image url to load the image in the image button.
In this in the On Client Click with the handler page i m passing the autoid =1 as a querystring. Here i am getting only one image displayed in all the rows of the grid where i kept the image button.
Can any one tell how to pass the other values from Db to the handler page to display the image in image button in grid? here the autoid is used to fetch the image from DB according to the IMage Id. can any explain.
Thanks and Regards,
GokulNath Nithy.