Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by InsideEdge

  1. InsideEdge

    How do I get my image to work with my asp:hyperlink?

    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...
  2. InsideEdge

    How do I get my image to work with my asp:hyperlink?

    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
  3. InsideEdge

    How do I get my image to work with my asp:hyperlink?

    No, this isn't the problem. I've tried adding "images/" before the path.
  4. InsideEdge

    How do I get my image to work with my asp:hyperlink?

    Here's a portion of the code. I hope this helps. <TABLE cellPadding="0" align="left"> <TR> <TD align="center" width="110"><IMG src='images/48.jpg' vspace=10 border=0></A> </TD> <TD vAlign="top" width="200" height="200"><FONT class="ProductName">Pelican Bay</FONT><BR> <BR>...
  5. InsideEdge

    How do I get my image to work with my asp:hyperlink?

    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...
  6. InsideEdge

    How do I convert each element of a DataGrid to a hyperlinks

    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...
  7. InsideEdge

    How do I communicate with one element of a DataList

    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...
  8. InsideEdge

    How can I access an image in a DataList control?

    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...
  9. InsideEdge

    Please explain the parts of a DataBinder.Eval() for me

    Hi, I’m teaching myself Visual Studio.NET and I came across an example in my book that looks like this: <SelectedItemTemplate> &nbsp; <asp:HyperLink id=HyperLink2 runat="server" CssClass="DepartmentSelected" Text='<%# DataBinder.Eval(Container.DataItem, "Name") %>' NavigateUrl='<%#...
  10. InsideEdge

    Stepping through code in ASP.NET

    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
  11. InsideEdge

    Using Math Characters?

    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?
  12. InsideEdge

    Big problem with FreeTextBox control

    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...
  13. InsideEdge

    How do I move FreeTextBox around on a web form

    Thanks, I will try minipulating the HTML code.
  14. InsideEdge

    How do I move FreeTextBox around on a web form

    I'm using GridLayout but I tried FlowLayout and got the same result.
  15. InsideEdge

    How do I move FreeTextBox around on a web form

    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...

Part and Inventory Search

Back
Top