A
ad
I use the code in a .aspx to bind a TextBox.Text to a public varibale
Text="<%# sMy %>"
If I use
Text="<% sMy %>"
It will result an error in run time.
What is the # meaning ?
Text="<%# sMy %>"
If I use
Text="<% sMy %>"
It will result an error in run time.
What is the # meaning ?