Feb 5, 2015

How to add a button dynamically to a grid view?

 Button myButton = newButton(); 
    myButton.Text = "Hai"; 
    myGrid.Controls.Add(myButton); 

No comments:

Post a Comment