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