Hello
I want to merge cells dynamically on conditions in ASP.net c#. Currently, I am able to hide controls but unable to merge the cells. Please help.
I want these
My Repeater
Quantity
Book
Rate
Units
Annual
Discount
4 Replies
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Vishal JoshiPosted Aug 18, 2022, 5:34 AM
r kPosted Aug 18, 2022, 9:17 PM
r kPosted Aug 18, 2022, 3:32 PM
Vishal although i am getting this run time error
System.Web.UI.HtmlControls.HtmlTableCell' to type 'System.Web.UI.WebControls.RepeaterItem
here TextBox tb = (TextBox)sender;
RepeaterItem ritem = (RepeaterItem)tb.Parent;
r kPosted Aug 18, 2022, 1:01 PM
Thank you so much for your answer.