Thursday, July 21, 2011

Change the color on click of control created at run time in c#.net web application?

did you try to add "btn.BackColor = Color.WhateverColorYouwant;" inside the btn_Click function ?

No comments:

Post a Comment