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!

Search results for query: *

  • Users: InsideEdge
  • Content: Threads
  • Order by date
  1. 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...
  2. 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...
  3. 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...
  4. 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...
  5. 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='<%#...
  6. 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
  7. 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?
  8. 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...
  9. 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...
  10. InsideEdge

    Graphics in a web form control-how do I do it?

    Hi is there a control for the web form that would allow me to enter text as well as graphics into it? I know that with a Windows form it is possible but I can't seem to find a web form control that gives me the same functionality as a richtextbox control. Please help.
  11. InsideEdge

    Graphics in a web form control-how do I do it?

    Hi is there a control for the web form that would allow me to enter text as well as graphics into it? I know that with a Windows form it is possible but I can't seem to find a web form control that gives me the same functionality as a richtextbox control. Please help.
  12. InsideEdge

    How can I put a RichTextbox on a web form?

    HI I would like to put a RichTextbox on my Webform but I don’t see it in my component list. I right-click in the components area and selected the Add/Remove item option. The dialog box comes up and I notice that RichTextbox is selected. However, it doesn’t seem to be available for a web form...
  13. InsideEdge

    CommandButton problem after converting to VB.net

    Hi, I converted my Visual Basic 6 to Visual Basic.net and got some errors. The one that I can’t seem to fix is the one below: Before the upgrade the code looked like this: If Form1.cmdEnglish(0).Value = True Then Code to be executed After the upgrade the line was changed to: If...
  14. InsideEdge

    ridding a RichTextBox of unwanted space

    Hi everyone, I have a little dilemma that I hope you can help me with. I’m trying to create a program that collects data from a RichTextBox and store it into a variable. At this point I would like to use a Variant type because I am going to store a mixture of text and graphic in the...
  15. InsideEdge

    Problem with ASCII code

    Hi, I’m trying to use the ASCII code in Visual Basic 6. I have a list of the codes and I am trying to get a smile face to appear in my RichTextBox. The ACII code is 001 and it corresponds to the character of the smile face so I use Chr(001). Visual basic changes the Chr(001) to Chr(1) and I...
  16. InsideEdge

    How do I programaticaslly create a RichTextBox

    Hi, I'm using VB6 and I'm trying to place RichTextBoxs on a container control like a PictureBox control. I've looked everywhere and can't find a way of making this happen. Please help if you can.
  17. InsideEdge

    How do I scramble different ranges of numbers?

    Hi, I’m trying to produce random numbers. Not just random numbers, I would like to produce a group of 4 random number numbers each in a different range. Like 1 to 4, 5 to 8, 9 to 12. I’d like for each range to be scrambled in a random order. I’ve looked all over the internet for samples but...
  18. InsideEdge

    Flash movie in a .NET Web Form?

    Is it possible to put a flash movie in a .NET Web Form? If anyone know how to do this please let me know. thanks
  19. InsideEdge

    How do I put a flash movie on a web form?

    Hi how do I put a flash movie on a web form?
  20. InsideEdge

    How do I put a flash movie on a web form?

    Hi. I would like to put a flash movie on a web form. Can anyone help me to do this? Thanks, AlexanderBlade

Part and Inventory Search

Back
Top