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 bkrike on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by weblead

  1. weblead

    DataGrid Edit rows textboxes

    Wow! you are absolutely right. Thanks
  2. weblead

    DataGrid Edit rows textboxes

    Hi all, I am just starting to convert to .net. Things have been heavy going but I am now getting some of what I want to work. I have a datagrid with edit/update and delete columns which work, however the text boxes that spring out to update the records are large and extend the width of the grid...
  3. weblead

    Newbie needs help with Date view

    Fabulous! Thanks all.
  4. weblead

    Newbie needs help with Date view

    Hi, I am new to SQL 2000 other than writing simple statements for asp page recordsets, delete, update etc. I have just ventured into my first view to solve a problem.... need some help please. I have inherited a DB where the date info for meetings have been entered in 3 seperate fields...
  5. weblead

    Password protect a file/download using ASP?

    I suggest you do a search of this forum's threads, there have been many discussions about this topic.
  6. weblead

    Like ASP, idiot with sql

    FABULOUS. It works, and no starting from scratch! A star for simplicity. Many many thanks.
  7. weblead

    Like ASP, idiot with sql

    Hi, I hope onprint isn't going to give me a link to a SQL forum for this..... and I did check the faqs, honest.[blush] I have a database of details about training courses. I wish to return results to a recordset from my sql database filtered by year, division, region, and language. However...
  8. weblead

    asp on windows server 2003

    Should that not be http://drag/localstart.asp. The \ sign is for file access, not for a browser.
  9. weblead

    Uploading Multiple Files via single input?

    Take a trip to http://www.aspsmart.com/
  10. weblead

    Multiple File Upload in ASP

    Aspsmart uploads all file types as far as I know. Be careful to set the file extensions control to limit what types are allowed to be uploaded. You dont want people uploading malicious files....
  11. weblead

    Multiple File Upload in ASP

    Hi, I don't like to advertise peoples products in general but the upload component at http://www.aspsmart.com/ could be what you are looking for. However it needs a component installed on your ISP's webserver, which you would have to check with them about. I have used it on our webserver where...
  12. weblead

    Index server not filtering HTML files

    Sorry I can't help with your question. A dumb question....how do you tell the pages are saved in unicode?
  13. weblead

    form buttons

    Well you could submit (post) the form info to another asp page (no html) where a script inserts the form data into the DB, then below that runs another script that downloads the file, then redirects to your chosen page. The scripts are here in this forum I expect.
  14. weblead

    Link to FTP?

    Hi all, There is a space problem on the IIS4 server I use, which means that I can't share all the files I want to. Our FTP server has loads of room but the files I want to share need to have some protection so would need to go into a password protected FTP folder. Hyperlinking to an FTP...
  15. weblead

    Tidy up code please

    Hey thanks LV! Will make me look like I know what I am doing ;-)

Part and Inventory Search

Back
Top