In ASP.NET, Which function can replace MFC's OnPaint?

patrick

Well-known member
Joined
Dec 5, 2021
Messages
238
Programming Experience
1-3
Hello

MFC has OnPaint WM_PAINT.
Does asp.net have a function equivalent to mfc's OnPaint WM_PAINT?

listAssign.Items[0].Attributes.CssStyle.Add("background-color", "DarkOrange");

Because, when another button is pressed, the color is volatilized and disappears.

Please Help me
 
Back
Top Bottom