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 strongm 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: Scally84
  • Content: Threads
  • Order by date
  1. Scally84

    use name of controls which were created in runtime

    Hello, I made a userform in Excel on which I will create a few images in runtime. I have the following code: For intCounter = 1 To 10 strName = "imgTest" & CStr(intCounter) Set ctl = frmUserForm.Controls.Add("Forms.Image.1", strName, True) frmUserForm!strName.Height...
  2. Scally84

    user control and page not responding to events

    Hi again, I'm currently (re)creating a "classic" ASP site into an ASP.net site. Off course I encountered some typical problems, and one of them was the "include" problem. The older ASP site uses A LOT of includes and so I tried to find a decent ASP.net solution. I read on this site that ASP.net...
  3. Scally84

    combining javascript and asp.net

    Hi, This is gonna be a long post but I hope you are so kind to read it. I've read a lot of threads and websites about this topic but I don't seem to find a decent solution for my problem. I have a webpage which uses a dropdownlist and some hidden fields to look up and sort data from a...
  4. Scally84

    Error: Operation must use an updateable query

    Hi, I'm using a Microsoft Access database to store some data. Now I'm trying to insert some new data into this database. This is how my source code looks like: InsertFormQuery = "INSERT INTO FILE_UPLOAD ( " & _ "FILE_ID, FILE_NAME, FILE_DESC, FILE_FLAG , " & _...
  5. Scally84

    displaying word documents in asp.net

    hi all, I've got an upload.aspx file where users can upload their content, in this case the content will mostly be saved as word (".doc") documents. Now I'm developing a page, let's say display.aspx, where these word documents should be directly displayed, without any interaction from any...

Part and Inventory Search

Back
Top