Hi
Does anyone know if its possible to limit the width of a table so that however long a string inside a cell is the table remains the same size. The width attribute doesn't seem to work, the table just seems to stretch anyway.
Any ideas?
Cheers,
Simon.
Hi
I am at a complete loss with this problem. We have a maintnance plan which backs up our database over the network at 21:00 every week night. Sometime it works and sometimes is doesn't. When it doesn't the log says this:
BackupDiskFile::CreateMedia: Backup device...
That might just work. I could individually write the request and each task to temporary tables, at different times, keeping the request ID in a global variable. Then use this to copy the request and tasks to the live tables all at the same time. Why didn't I think of that.
Cheers,
Simon.
That might just work. I could individually write the request and each task to temporary tables, at different times, keeping the request ID in a global variable. Then use this to copy the request and tasks to the live tables all at the same time. Why didn't I think of that.
Cheers for that.
Simon.
Hi,
I am creating a helpdesk system with a web front end and an SQL Server back end, and my current problem is this:
Each request made the the helpdesk can consist of more than one task. First you enter the request, and then it lets you add more tasks on a different page, then finally you go...
Unfortunatly that doesn't work. Now the buttons don't do anything. Do I have to put something in the form tags? If I change the type to "submit" the buttons take you to the desired page but the parameter line in the URL is like:
?edit2=edit
instead of
?edit=1 or ?edit=2 etc... depending on...
Hi, I have a form with a list, I want to put an "edit" box next to each item on the list so it can be edited.
How do I make it so that the visible name of the edit button is alwats "edit" but the value that is passed to the edit page is the id of the item on the list.
Its not the ASP side of...
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.