Hi ca8msm, I guess you were right about me needing to add the correct path to the image folder, "images/". I would like to send parameters through NavigateUrl to other pages so I went back to using the asp:hyperLink and put the "img src ="
in the asp:HyperLink tag. It worked. Thanks for your...
Hi jshurst,
That piece of code totally worked!!!! I've searching forums and asking for help with this one for weeks and finally I found the person that knows how this stuff works. Thank you so much for your help!!
InsideEdge
Hi everyone,
I am retrieving images from a file and I’m using the database field that contains the image file’s name. The images are displayed in a DataGrid which has the image name bounded to the underlying database. The database finally gets the image from a folder called "images".
When I...
Hi, I have a DataGrid that displays images from a database. I have managed to put a hyperlink on the image column but any image I click on takes me to the same destination. What I would like to make each image navigate to a different destination. I’ve looked on the forum and couldn’t find...
Here’s my dilemma. I have a number of images in a DataList. What I would like to do is hyperlink to a different page for each image my user click on. The thing is I don’t know how to access each image as a single element in the DataList and associate a different hyperlink for each image. Is...
Hi, my program uses a DataList to show a list of images that are loaded from a database. I would like to be able to click on each image and have each image go to hyperlink to a larger version of the same image. I tried converting the image control to run at server thinking that I could put...
Hi, I’m teaching myself Visual Studio.NET and I came across an example in my book that looks like this:
<SelectedItemTemplate>
<asp:HyperLink id=HyperLink2 runat="server" CssClass="DepartmentSelected" Text='<%# DataBinder.Eval(Container.DataItem, "Name") %>'
NavigateUrl='<%#...
Hi, I am programming in Visual Basic.NET. Is there a key combination that I can use to step through my code like I can in Visual Basic 6?. I used to be able to press F8 and watch the execution of each line of code. Can anyone tell me how to do this in Visual Studio?
Thanks
Hi I'm trying to write a program that uses math characters like radical signs, expnents etc. Does anyone have any idea where I could find informaton on using such characters in my program?
Hi, I downloaded the FreeTextBox from freetextbox.com but I have one problem with it on my web form. It doesn’t have a style property that allows me to move the control to different locations on the web form. I tried putting a style property on the HTML page but I got an error saying that the...
Hi I'm using the RichTextBox form FreeTextBox.com. When I drag the control onto the form the default position is at the top left of the form and I can't drag it to another location on the form.
Does anyone know of a property that I have to minipulate to make it possible to move the control...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.