Showing posts with label duplicate data on page refresh duplicate table row with drop down list control in asp.net c#. Show all posts
Showing posts with label duplicate data on page refresh duplicate table row with drop down list control in asp.net c#. Show all posts

Wednesday, February 1, 2017

Create a clone of asp controls in asp .net C# on button click

Create a clone of asp controls in asp .net C# on button click

I have faced a real time issue at my website, on button click the page creates duplicate control at my website. After searching, I found  that I have missed closing tag of div, so any html tag if you missed occur duplicate control generation problem.


Solution  : Missed any html closing tag.