Click here to Skip to main content
15,897,371 members

Comments by reid0588 (Top 20 by date)

reid0588 24-Dec-12 7:02am View    
what software are you using? are you trying to create tab control for a web site or for a mobile device?
reid0588 14-Nov-11 5:16am View    
i apologise for not being clar enough. I have a list that displays all sites that are set to active(1)(in the database this is a binary coloumn) which means that the site can be seen in the list (which is displayed in an html table) when the user ticks the checkbox that is next to the site name, and then hit the "save" button at the bottom, it would change the active (binary column) in the databse to 0 so that it will then not be displayed in the list.
all this is in classic asp
reid0588 7-Oct-11 6:08am View    
hi many thanks for this but i cannot use this as the companies that are entered into the list box may change. the list box is connected to a sql table on a database so when a company is added onto the table it will automatically be added to the listbox, if i was to enter the list manually i would have to enter the company into the list each time a new one was added and this cannot be the case

however...many thanks for your suggestion
reid0588 12-Aug-11 4:29am View    
when im doin PDA stuff, i have to create it as a smartdevice application. I tend to use VS2008 as its better i feel and then you need to create and Install file and a CAB file which will allow you to put this onto a mobile/PDA. hope this helps
reid0588 11-Aug-11 9:17am View    
can you not put a label onto your page. the "pseudo" code would be something like

on button.click

label.text=textbox.text