Click here to Skip to main content
15,796,299 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 2:23
professionalMarcus J. Smith7-Feb-07 2:23 
GeneralRe: Using Java Script as a security model to protect hidden fields Pin
User 98858-Feb-07 22:43
User 98858-Feb-07 22:43 
GeneralRe: Using Java Script as a security model to protect hidden fields Pin
Marcus J. Smith9-Feb-07 4:48
professionalMarcus J. Smith9-Feb-07 4:48 
AnswerRe: Using Java Script as a security model to protect hidden fields Pin
Guffa7-Feb-07 8:09
Guffa7-Feb-07 8:09 
QuestionDefinition error Pin
nclauder6-Feb-07 21:42
nclauder6-Feb-07 21:42 
AnswerRe: Definition error Pin
blue_arc7-Feb-07 2:20
blue_arc7-Feb-07 2:20 
AnswerRe: Definition error Pin
Sandeep Akhare7-Feb-07 2:36
Sandeep Akhare7-Feb-07 2:36 
GeneralRe: Definition error Pin
nclauder7-Feb-07 4:02
nclauder7-Feb-07 4: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 4:08
Sandeep Akhare7-Feb-07 4:08 
AnswerRe: Definition error Pin
badgrs7-Feb-07 3:50
badgrs7-Feb-07 3:50 
QuestionHow can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Jaison Peter6-Feb-07 20:40
Jaison Peter6-Feb-07 20: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 20:46
protectorChristian Graus6-Feb-07 20:46 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Bradml6-Feb-07 20:54
Bradml6-Feb-07 20: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 20:57
Jaison Peter6-Feb-07 20:57 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Bradml6-Feb-07 21:35
Bradml6-Feb-07 21: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 22:46
Jaison Peter6-Feb-07 22:46 
GeneralRe: How can integrate one text box and its result of a live website , multiple times in another webpage ? Pin
Bradml7-Feb-07 1:37
Bradml7-Feb-07 1: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 22:49
PSK_6-Feb-07 22: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 1:31
Jaison Peter7-Feb-07 1: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 1:39
Jaison Peter7-Feb-07 1: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 10:29
protectorChristian Graus7-Feb-07 10: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 15:05
Jaison Peter7-Feb-07 15:05 
QuestionUsing Web Services for Remoting over the Internet Pin
barghus6-Feb-07 13:25
barghus6-Feb-07 13:25 
QuestionJavascript Image Scroller Pin
Mridang Agarwalla6-Feb-07 4:52
Mridang Agarwalla6-Feb-07 4:52 
AnswerRe: Javascript Image Scroller Pin
Bradml6-Feb-07 20:53
Bradml6-Feb-07 20: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.