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