G
Guest
I seem to be ding this a lot,
td1.Text = Convert.ToString(HtmlTextWriter.SpaceChar);
In VB you don't need to convert and i makes me wonder if this is the correct
way to assign an htmltextwriter item to a cell?
(i'll be asking a lot of these, but I find C# totally way cooler than vb and
it's my new .net dev language!)
td1.Text = Convert.ToString(HtmlTextWriter.SpaceChar);
In VB you don't need to convert and i makes me wonder if this is the correct
way to assign an htmltextwriter item to a cell?
(i'll be asking a lot of these, but I find C# totally way cooler than vb and
it's my new .net dev language!)