I have a radgrid1 and inside radgrid Item template i have two asp.net imagebutton namely imagebutton1 and imagebutton2 ....
i want when i click on Selected radgrid Item whose id is id then after clicking on Image Button1 i redirect to ~/book.aspx?id=1
and if i click on imagebutton2 then i redirect to ~/details.aspx?id=1
Note : the id of the item will be changed dynamically according to the selected radgrid row .
I have already done it using simple Gridview but m unable to perform this action using radgrid.
Help me please guys...!