Linked image in DataGrid
-
Hi all I have a datagrid, which holds item name, item price, and its image(all from SQL Server database), what I need is when the user clicks on the image, I need the (id) for the item to be carried to the new page where I want to show more details about the item (expiry date, ...) thanks alot...
-
Hi all I have a datagrid, which holds item name, item price, and its image(all from SQL Server database), what I need is when the user clicks on the image, I need the (id) for the item to be carried to the new page where I want to show more details about the item (expiry date, ...) thanks alot...
-
-
Hi all I have a datagrid, which holds item name, item price, and its image(all from SQL Server database), what I need is when the user clicks on the image, I need the (id) for the item to be carried to the new page where I want to show more details about the item (expiry date, ...) thanks alot...
as said in the other reply you can use href and provide the link for the new page, at the same time append the url with the required data you want to send ex:webform1.aspx?id= value and to use this value you can use Request.QueryString["id"] in the other page.
Gautham
-
-
-
as said in the other reply you can use href and provide the link for the new page, at the same time append the url with the required data you want to send ex:webform1.aspx?id= value and to use this value you can use Request.QueryString["id"] in the other page.
Gautham
-
-
Hi dear an error occurs, it tells me that cannot be with columnt tag: here is my code (where to put a href?): thanks alot
-
Hi dear an error occurs, it tells me that cannot be with columnt tag: here is my code (where to put a href?): thanks alot
Hi, With in the href tag I have attached an Image control. Previously i attached the code. But I do not know why it does not visible. Here PM_Id and PM_Picture1 are field names in sql server database table. When you press the image you can go to next page carrying with the Id in through URL. -----Jegastar D.
-
Hi, With in the href tag I have attached an Image control. Previously i attached the code. But I do not know why it does not visible. Here PM_Id and PM_Picture1 are field names in sql server database table. When you press the image you can go to next page carrying with the Id in through URL. -----Jegastar D.
-
Still code is not visible. Give me your email Id. I shall send the code through it. Jegastar D.