Button Columns in Datagrid on webforms

  • Thread starter Thread starter Peter Walburn
  • Start date Start date
P

Peter Walburn

Hello,

I am writing a web based application using VB .Net and
one of my screens has a datagrid on it.

One of the columns in the datagrid is the be a Delete
button. I have followed through all of the articles on
MSDN on how to do this, but it only works if I set the
ButtonType to be LinkButton, it does not work if I set it
to be PushButton.

I would like to be able to have a PushButton for the
Delete, but have got to have a LinkButton for it to work.

Has anyone got any ideas?

Pete
 
Hello,

Peter Walburn said:
I am writing a web based application using VB .Net and
one of my screens has a datagrid on it.

Maybe you will get help there:

news://msnews.microsoft.com/microsoft.public.dotnet.framework.aspnet.datagridcontrol

HTH,
Herfried K. Wagner
 
Back
Top