Neil
|
| Posted: 09/13/2002, 7:55 PM |
|
After setting up a call to CCDLookUp as described in the CCS tutorial, I get a compiler error as follows:
"
tasks_maint.aspx.cs(135,31): error CS0103: The name 'CCDLookUp' does not exist in the class or namespace 'NewProject1.tasks_maint.tasks_maint'
"
I've looked for the "CCDLookUp" function declaration, but can only find it in Common.asp. Is this file also used in .ASPX pages, and if so how? Otherwise perhaps someone would be kind enough to tune me in 
Thanks in advance.
~Neil
|
|
|
 |
Sanddy
|
| Posted: 09/13/2002, 11:39 PM |
|
Which tutorial are you looking at ? ASP and ASP.NEt tutorials should be different, and so are their objects!!!
There is NO CCDLookUp function in ASP.NET .
You might want to use the SqlHelper class, to do the same, please refer to the .NET Task Manager tutorial on http://support.codecharge.com
|
|
|
 |
Fotis
|
| Posted: 02/05/2003, 12:19 AM |
|
Where can i find those documentation?
|
|
|
 |
|