Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
Andrew Chalk #1
Picture on a button
I have created a datagrid in which I place a asp:PushButton in one column.
This button displays text while I would rather it display a graphic. I don't
think I can use the asp:ImageButton instead as its evntargs do not pass the
information that I need on the datagrid row on which the button has been
pressed. Is there any way to display a graphic rather than text? Some kind
of trick?
Specifically: When the button is pressed I need to read datagrid values that
are valid in the button's column. Currently I use:
string sProdName = ((System.Web.UI.WebControls.TableCell)
e.Item.Cells[2]).Text.Trim();
I can do this with a PushButton but not an ImageButton.
Many thanks.
Andrew Chalk Guest
-
Dynamically adding Dropdown, Text Box, Add Button and Remove Button
Hi Everyone, I am facing a poblem in creating a row which contains following scenario in ASP.NET |DROP_DOWN_LIST | |TEXT_BOX| ... -
change the picture of a button-symbol in run time, possible ???
Hi all, I'm kinda "semi new" to flash and I was wondering if it is possible to change the look (picture) of a button dynamically, using Action... -
Picture Button
Hi I know this is probably simple, but i am running around stuck. All i want is a picture as a button in one of my columns on the datagrid... -
JavaScript Access to Button in form tags (webcontrol or html button)
Hello, I have a button called LoadBtn, which exists in <form name="Form1" runat=server></form> tags. I then have javascript loaded outside of... -
/ always in front of my picture and button links! Help...
When ever I put a picture into my webpage it always puts a / in front of think. The picture still shows up in Dreamweaver but not on the actual...



Reply With Quote

