This problem has me baffled.
I have a form which outputs the lines of a txt file into a table creating links. for each link there is a radio button which sends exact line form the txt file to the action page when the button is pressed.
In the action page all I want to do is put all of the lines...
Thanks Chip H. That code was very helpful. I found it hard to find the right code and put it in the right order and I wasn't sure how to call the store procedure.
Many thanks everyone
aspro
I have a little task that I have been set which requires me to retrieve data from a database via a store procedure and display the result in the grid.
my first problem is that i have never used store procedures before so maybe someone could point me in the direction of some good tuts because...
hey
I am making a calculator program that will take the input from 2 textboxes and then times them together. it works fine if I use system.convert.toint32 but once i enter in a number like 45.25 it has trouble because of the decimal point. does anyone know of a better way to calculate the...
Obviously I am missing something quite simple but I just cant see it. I want convert a number entered into a text box into words. eg. $12.10 to be twelve dollars and ten cents. Im putting the number into an array but for some reason when the loop gets to the decimal point it does not skip it...
Obviously I am missing something quite simple but I just cant see it. I want convert a number entered into a text box into words. eg. $12.10 to be twelve dollars and ten cents. Im putting the number into an array but for some reason when the loop gets to the decimal point it does not skip it...
Hey,
I want to make a datagrid or listview like the one in microsoft outlook 2003 which has the little flags on the right hand side of the mail list. I want to be able to have a little flag icon which can be toggled on and off. Does any one know how this can be done??
Any help will be greatly...
If there is no way to add a picture then I suppose a flag from wingdings will do. But how do I make one column's font wingding without changing the font of the entire listview?
Hey
I have my listview at the moment with the columns- Name Date and Status. I would like my 4th column "Flag" to have a little flag image in the row but i am not sure how to add images to the listview.
Any help in this area would be great.
Thanks in advance,
aspro
Hi
I wanted to be able to download a file from a web server using the downloadfile method. I have successfully managed to download the file (which is a small text file), however the text file is empty when it should have text in it. My download code is as follows
Private Sub...
I know you can delete files and folders using the directory class but is there a way to delete a file that is located on a web server, using the Webclient?
Many thanks,
aspro
I have a template which has a repeating table in it where all of the columns are editable but I want to be able to edit the colour of the cells however the template will not allow it.
Any help with this one would be great,
aspro
i was wondering about the jave script? I will change
if (BMS.RG[0].checked == true)
{
action.value="add";
}
to
if (BMS.action[0].checked == true)
{
action.value="add";
}
Will that still work?
Hi,
I am setting up a mailing list and it all very new to me. I was given some code for adding people to the list however no removing. what i have is 2 radio buttons (subsribe and unsubscribe) which u choose before submitting the email address. when the unsubscribe button is chosen i wanted the...
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.