Click here to Skip to main content
15,885,278 members
Home / Discussions / Web Development
   

Web Development

 
GeneralRe: Using Java Script as a security model to protect hidden fields Pin
Marcus J. Smith7-Feb-07 1:23
professionalMarcus J. Smith7-Feb-07 1:23 
GeneralRe: Using Java Script as a security model to protect hidden fields Pin
User 98858-Feb-07 21:43
User 98858-Feb-07 21:43 
GeneralRe: Using Java Script as a security model to protect hidden fields Pin
Marcus J. Smith9-Feb-07 3:48
professionalMarcus J. Smith9-Feb-07 3:48 
AnswerRe: Using Java Script as a security model to protect hidden fields Pin
Guffa7-Feb-07 7:09
Guffa7-Feb-07 7:09 
QuestionDefinition error Pin
nclauder6-Feb-07 20:42
nclauder6-Feb-07 20:42 
AnswerRe: Definition error Pin
blue_arc7-Feb-07 1:20
blue_arc7-Feb-07 1:20 
AnswerRe: Definition error Pin
Sandeep Akhare7-Feb-07 1:36
Sandeep Akhare7-Feb-07 1:36 
GeneralRe: Definition error Pin
nclauder7-Feb-07 3:02
nclauder7-Feb-07 3:02 
The Problem is that there is a Graph that has a definition That is in a folder 'src' the folder has a subfolder controls in control is an ascx file where a graph is difined using the html. Now the project has an aspx file 'NewGraph' where the ascx file is supposed to be excecuted. the code goes like
public src.controls.cont dngchart;

On Page_Load()

// Set our axis values
dngchart.YAxisValues = iValue;
// Set our axis strings
dngchart.YAxisItems = sItems;
// the colors
dngchart.gcolors=mags;
// Provide a title
dngchart.ChartTitle = "Inventory Breakdown:";
// Provide a title for the X-Axis
dngchart.XAxisTitle = "(units display actual numbers)";

When I try to Copile I get 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'.

What could it be?
GeneralRe: Definition error Pin
Sandeep Akhare7-Feb-07 3:08
Sandeep Akhare7-Feb-07 3:08 
AnswerRe: Definition error Pin
badgrs7-Feb-07 2:50
badgrs7-Feb-07 2:50 
QuestionHow can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter6-Feb-07 19:40
Jaison Peter6-Feb-07 19:40 
AnswerRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Christian Graus6-Feb-07 19:46
protectorChristian Graus6-Feb-07 19:46 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Bradml6-Feb-07 19:54
Bradml6-Feb-07 19:54 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter6-Feb-07 19:57
Jaison Peter6-Feb-07 19:57 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Bradml6-Feb-07 20:35
Bradml6-Feb-07 20:35 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter6-Feb-07 21:46
Jaison Peter6-Feb-07 21:46 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Bradml7-Feb-07 0:37
Bradml7-Feb-07 0:37 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
PSK_6-Feb-07 21:49
PSK_6-Feb-07 21:49 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter7-Feb-07 0:31
Jaison Peter7-Feb-07 0:31 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter7-Feb-07 0:39
Jaison Peter7-Feb-07 0:39 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Christian Graus7-Feb-07 9:29
protectorChristian Graus7-Feb-07 9:29 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter7-Feb-07 14:05
Jaison Peter7-Feb-07 14:05 
QuestionUsing Web Services for Remoting over the Internet Pin
barghus6-Feb-07 12:25
barghus6-Feb-07 12:25 
QuestionJavascript Image Scroller Pin
Mridang Agarwalla6-Feb-07 3:52
Mridang Agarwalla6-Feb-07 3:52 
AnswerRe: Javascript Image Scroller Pin
Bradml6-Feb-07 19:53
Bradml6-Feb-07 19:53 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.