Definition error

  • Thread starter Thread starter rcoco
  • Start date Start date
R

rcoco

Hi,
I'm having this error,
'Bsc_Test1.src.controls.cont' does not contain a definition for
'ChartTitle'
'Bsc_Test1.src.controls.cont' does not contain a definition for
'gcolors'
'Bsc_Test1.src.controls.cont' does not contain a definition for
'XAxisTitle'
'Bsc_Test1.src.controls.cont' does not contain a definition for
'YAxisItems'
'Bsc_Test1.src.controls.cont' does not contain a definition for
'YAxisValues'
There definition is not writen in the back end code but it's in HTML
of cont and cont is in folder src/controls. Please help me solve
this.
Thanks.
 
Hi,

| Hi,
| I'm having this error,

| There definition is not writen in the back end code but it's in HTML
| of cont and cont is in folder src/controls. Please help me solve
| this.
| Thanks.


i would suggest you to declare everything in the back code. Remember that
the HTML page will become a class that derive from the code behind, so
anything you declare in the page will not be accesible from code behind.
 
Back
Top