how to use the same variable in c#, in HTML
-
how to use the same variable in c#, in HTML Jug-Head 0:40 2 Nov '04 is there anybody out there, who knows how to use a variable in HTML which was defined in c#. in c# i use the variable EmbedText.Text=this.openFileDialog(); i want to use that same variable in HTML e.g. Jug-Head
-
how to use the same variable in c#, in HTML Jug-Head 0:40 2 Nov '04 is there anybody out there, who knows how to use a variable in HTML which was defined in c#. in c# i use the variable EmbedText.Text=this.openFileDialog(); i want to use that same variable in HTML e.g. Jug-Head
Patience! Posting your question over and over will not get it answered any faster... Besides, your question would be better handled in the ASP.NET Forum... The variable is defined to C# only and is never passed to HTML. So, the only way your going to see the value of the variable is if the C# code passes it to some field in your HTML, such as stored the value in a hidden TextBox... RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome
-
how to use the same variable in c#, in HTML Jug-Head 0:40 2 Nov '04 is there anybody out there, who knows how to use a variable in HTML which was defined in c#. in c# i use the variable EmbedText.Text=this.openFileDialog(); i want to use that same variable in HTML e.g. Jug-Head
do you mean that you want to assign a asp.net(C#) variable to a javascript variable or something? "Rejoice always, pray without ceasing, in everything give thanks; for this is the will of God in Christ Jesus for you."1Thess. 5:16-18
-
Patience! Posting your question over and over will not get it answered any faster... Besides, your question would be better handled in the ASP.NET Forum... The variable is defined to C# only and is never passed to HTML. So, the only way your going to see the value of the variable is if the C# code passes it to some field in your HTML, such as stored the value in a hidden TextBox... RageInTheMachine9532 "...a pungent, ghastly, stinky piece of cheese!" -- The Roaming Gnome