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!

Search results for query: *

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

    INSERT new values from a recent INSERT

    I hope the subject was somewhat descriptive. I'm trying to INSERT records into a table, easy... My insert statement is as follows: INSERT INTO user_tbl SELECT * FROM user_tbl WHERE user_id IN (SELECT user_id FROM list_user_index_tbl WHERE list_id = 11) This is simple. I'm inserting the...
  2. cossiboon

    Multiple controls with the same ID

    Hello, On a web form, I dynamically create some panels at run-time which all have unique ids. The first time the page is loaded, it works great. If I refresh or navigate out and come back I get the following error. Multiple controls with the same ID 'pnlQuestionHeader12968' were found...
  3. cossiboon

    ASP.NET & VSS project file is checked out!

    Greetings! Recently, our company decided to migrate our website into ASP.NET. In addition to that, we are starting to use Visual SourceSafe 6.0. I have the database setup and all the users added and linked into the VSS database. A problem arises when someone makes a change to a project .aspx...
  4. cossiboon

    DataGrid/DataView missing first record

    I'm fairly new to the .Net world, but have plenty of experience in ADO, VB 6, ASP and SQL. I'm creating a page that lists user in an email list. In asp.net using ADO.NET, I've created the SQL statement, SQLDataAdapter, dataset and created a dataview of the list. Then bound the columns...
  5. cossiboon

    Select/Join query execution time too long

    Okay, I hope you guys can keep up with this... Here's my dilema: I have a user table, a list table and a list/user index table. Our interface allows people to create lists and I need to do a check to verify if there are duplicate email addresses in the same list. So I wrote the query below...
  6. cossiboon

    Insert multiple records w/o select subquery

    Hello. Hopefully somebody has an answer to this. My website imports a list of contacts from a tab delimited file and sets all the data into an array. I then loop through that array and insert each contact using a stored procedure. I'm curious if there is a way to insert the whole array with...
  7. cossiboon

    searching an ntext field in a table.

    I have a table that contains an ntext data type field. I need to do a search on that field to see if a record exists in that table. I'm running a stored procedure, but the data may have a single quote in it. I've tried two ways to try to run the query/stored procedure within vbscript/ASP. 1...
  8. cossiboon

    List delimiter problem.

    This is probably an easy question. I am populating a list from an array using the arraytolist function. Then I go ahead and display the list using the cfloop tag. My delimiter is ~N~. When the items are displayed, I lose the first character if the first character of the item is in the...
  9. cossiboon

    devldr end task on win 2000 after using CF

    At the end of the day when I need to shutdown, my system hangs then an end task dialog box appears for devldr. I click the end task button and my system does one of two things: -Hangs for about five+ minutes then shuts down. -Never shutsdown. Has anyone encountered this before. I am using...
  10. cossiboon

    Calender control

    Has anybody used the MSCTLCOM2.DTPicker.2 control? I can't get it to work! This is my CFObject code : <CFOBJECT action=&quot;CREATE&quot; class=&quot;MSComCtl2.DTPicker.2&quot; name=&quot;dtp&quot; type=&quot;COM&quot;> HELP!!! s-)

Part and Inventory Search

Back
Top