Sep 13, 2007 #1 Sniipe Programmer Oct 9, 2006 115 IE I have a table populated with cells and rows. I'm looking to add <HR> to a tableRow. any ideas? tRow.InnerHtml = "<HR>" won't work. and there is no HtmlInputText
I have a table populated with cells and rows. I'm looking to add <HR> to a tableRow. any ideas? tRow.InnerHtml = "<HR>" won't work. and there is no HtmlInputText
Sep 13, 2007 #2 phinoppix Programmer Jul 24, 2002 437 US try posting on the asp.net forum Upvote 0 Downvote
Sep 13, 2007 #3 Guru7777 Programmer Dec 10, 2003 331 US I believe you need a TD in your TR. You can't display HTML right in a table row. ---------------------------------------- TWljcm8kb2Z0J3MgIzEgRmFuIQ== Upvote 0 Downvote
I believe you need a TD in your TR. You can't display HTML right in a table row. ---------------------------------------- TWljcm8kb2Z0J3MgIzEgRmFuIQ==