Editing records in Datagrid with customized button.
From: rh (anonymous_at_discussions.microsoft.com)
Date: 02/19/04
- Next message: anonymous_at_discussions.microsoft.com: "question in select case"
- Previous message: rh: "projects"
- In reply to: Amol: "Editing records in Datagrid with customized button."
- Messages sorted by: [ date ] [ thread ]
Date: Thu, 19 Feb 2004 02:59:46 -0800
Hi,
You are in the wrong place. You should post this
message in www.asp.net forum. This newsgroups for only
certification.
Here is the answers for you.
UpdateText ="<img src='../Revise.gif' border='0'
alt='Revise'>"
Instead of your's UpdateText="Revise"
Regards,
>-----Original Message-----
>Dear friends,
>
>I have following problem.
>
>I am using datagrid to edit records in it. I am using
<asp:editcommandcokumn> to edit a particular record.
>
>code is as follows.
>
><asp:EditCommandColumn ButtonType="LinkButton"
UpdateText="Revise" CancelText="Cancel" EditText="Edit"
ItemStyle-width="131" ItemStyle-VerticalAlign="Top">
>
>This Edit command column has buttontype property which
has linkbutton or pushbutton as values. Linkbutton will
have a link and pushbutton will have a normal button.
>
>Now the problem is I want to use other button(.gif image)
other than linkbutton and pushbutton for editing records.
How to do this?
>
>Please help.
>
>Regards
>Amol
>
>
>.
>
- Next message: anonymous_at_discussions.microsoft.com: "question in select case"
- Previous message: rh: "projects"
- In reply to: Amol: "Editing records in Datagrid with customized button."
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|