Search Results

Showing results 1 to 8 of 8
Search took 0.01 seconds.
Search: Posts Made By: dadelsen
Forum: VB.NET Jun 23rd, 2008
Replies: 7
Views: 6,476
Posted By dadelsen
litMsg is a "literal", a Server Control from the toolbox/Web Forms Tab.

When you first posted the thread you wrote

"And in Page_Load.." and "Response.Write"

so I thought your application...
Forum: VB.NET Jun 18th, 2008
Replies: 4
Solved: Syntax Error
Views: 1,130
Posted By dadelsen
Sorry, I do not understand what you mean with "Importing some API"

The RT must be able to instantiate a class named "CrystalReport1", else the line
Dim objRpt As New CrystalReport1
cannot...
Forum: VB.NET Jun 18th, 2008
Replies: 4
Solved: Syntax Error
Views: 1,130
Posted By dadelsen
Maybe it is because there is no report (=class) "CrystalReport1" in your project.
Forum: VB.NET Jun 14th, 2008
Replies: 7
Views: 6,476
Posted By dadelsen
In most cases you would use a dataset object to keep a copy of database data inside your program, then insert, change and delete the rows in the dataset and, when done, you would use dataadapters to...
Forum: VB.NET Jun 12th, 2008
Replies: 2
Views: 1,406
Posted By dadelsen
one problem is the comma before the WHERE.

Replace

& "CS = @NewCS, " _
& "WHERE fldUser = @OldfldUser " _

by

& "CS = @NewCS " _
Forum: VB.NET Jun 10th, 2008
Replies: 7
Views: 6,476
Posted By dadelsen
Think it is an ASP.NET application. I made some changes, marked with XXX. On my system it works. Maybe the changes help you to get your program to work. Databaseprogramming is a wide area.
...
Forum: VB.NET Jun 9th, 2008
Replies: 1
Views: 2,418
Posted By dadelsen
The following code replaces the CR+LF that separates the lines in a multiline textbox by a text that will hopefully never be entered by any user.
I tested this with german culture settings.


...
Forum: VB.NET Jun 3rd, 2008
Replies: 2
Views: 2,182
Posted By dadelsen
Do you want to
1) step throgh all rows of Table1, and show the row when there is no row with the same path AND filename in Table 2
2) and then do the same vice versa?

If yes, and DBMS is MS...
Showing results 1 to 8 of 8

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC