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

Search results for query: *

  • Users: BlackRed
  • Content: Threads
  • Order by date
  1. BlackRed

    How to resize image from memorystream to file?

    Hello, I have some images stored in a database, but they are all rather large in dimensions (some are 3000px wide!), and I want to resize them and save them to disk the first time they are requested so my website is not pulling out these massive images every time. I can pull out the images...
  2. BlackRed

    Firing events from nested gridview within repeater?

    Hi, I've done this before and for the life of me I can't remember how! Basically I have a Gridview inside a repeater, and I want to handle the events from the gridview (Edit, Delete etc.) in the codebehind but I can't remember how! Here is my repeater... <asp:Repeater ID="rptrSections"...
  3. BlackRed

    Uploading Binary Data to Database (mySql or SQL Server)

    Hi, I'm trying to upload a PDF and store it in a database. At the moment we're using mySql but we have plans to change to SQL in the future. I've currently got a function that takes the Binary data as a Byte array, but at the moment when it inserts it it inserts the string "System.Byte[]" in...

Part and Inventory Search

Back
Top