hi,
i have one table with some records ..my table like this
WFID clientID WorkflowName workflowsteps completedstep
12 15 print cutting,printing,lamination -
workflowsteps will varry depends upon the workflow name
in completedstep column it will show the completed steps for example: if cutting and printing is done then it will show cutting,printing
now i want to create dynamic buttons with the name cutting, printing, lamination
all the button will be disable by default only first button will be enable and clickable if i press first button "cutting" then its color should changed to red and the next "printing" button will be enable... same process will repeat for each dynamic button..
how to do this in asp.net ..
please help me
thankyou..:)
Rahul Gupta