Click to See Complete Forum and Search --> : Passing non strings to embedded objects


hitai
February 19th, 2006, 10:07 PM
Now I'm currently embedding windows form form controls in web forms using the <object> tag. I`m also passing parameters to the embedded object using the <param> tag.

My question is that is it possible to pass non strings to the embedded object such as int, float or maybe even a Color structure such as System.Drawing.Color.Teal?

If it can be done, how?