if i select the color from the color picker and then selected color should be stored in database and it will shown in gridview how to implement it
grvdata.rows[i].cells["color"].style.backcolor = system.drawing.color.fromargb(convert.toint32(grvdata.rows[i].cells["colorcode"].value))
how to write this code in c#
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.