Custom Button In Datagrid

  • Thread starter Thread starter Colin Graham
  • Start date Start date
C

Colin Graham

Hi Folks,

Just wondering if anyone can help me. Im currently developing in
asp.net using visual studio.

I have created a datagrid and in the grid i have various information
and an image. Beside this image i want to create a custom button that
links me to a pagethat i pull from a database. i have the information
from the databse but i just dont know how to create the button
dynamically so that it links to the correct page. Do i need vbscript i
the html source ???

any help or examples greatly appreciated.

CG
 
You need to databind the button to a table field that holds the link.

Eliyahu
 
Back
Top