Ask a Question related to ASP.NET General, Design and Development.
-
Javier Ros #1
DataGrid Button Column
hi guys,
Iīm working with datagrids and use the button columns, but I donīt like
the buttons prefers the imagebutton, how to put a image in the place of
button?
without change the HTML code, using C# Codebehind.
(I want a ImageButton column :-) )
..Javier Ros Moreno.
Javier Ros Guest
-
Opening a new window with a link button button column on a datagrid
Hi all, I have a datagrid with a button column set as a link button. When clicked I want it to open a new window in which to display the results... -
Need help with Datagrid column button
Hi I have a web form with a Datagrid. Within the data grid I have a Column button. If the button is of type "Linkbutton" my VB code-behind will... -
Datagrid Button Column not Firing in Panel Control
Hi, In order to have a scrollable datagrid that can be programmatically hidden from view I placed a dg in a label control, which provides the... -
Datagrid (Button Column) - Client Side Execution
Hi Anyone know how to execute a client side script (With a parameter relating to the curent record) when a button is pressed on my databound... -
Nested Datagrid Inner Grid adding button column
I'm creating a hierarchical, editable ASP.NET datagrid with drilldown using two SQL tables. The "child" rows sit inside a cell of its "parent". ... -
Ravikanth[MVP] #2
DataGrid Button Column
Hi
For DataGrid Button Column, Assing Text Propery value as
like this
Text = <img src =<<img.gif>>>
HTH
Ravikanth
but I donīt like>-----Original Message-----
>hi guys,
> Iīm working with datagrids and use the button columns,in the place of>the buttons prefers the imagebutton, how to put a image>button?
>without change the HTML code, using C# Codebehind.
>
>
>(I want a ImageButton column :-) )
>
>..Javier Ros Moreno.
>
>
>.
>Ravikanth[MVP] Guest



Reply With Quote

