Urgent: How to pass C# variable to HTML code
ASP.NET
2
Posts
2
Posters
0
Views
1
Watching
-
-
Does anyone know how to make use of a c# variable in html. In my C# code i have a variable EmbedTextBox.Text = this.OpenFileDialog; I want to use that same variable's contents in my HTML code e.g. "" which does not work. is there an easy of doing this?
A work-around can be thought of... Take the caoue from the text box whenever you want it, using the javascript function "He that is good with a hammer tends to think everything is a nail."
- Abraham Maslow