2
I have the following table in SQL with the following fields (id, name, day week, active). id the primary key of the whole type; nvchar day nvchar week; active bit; and I have the following data in the table 1 ;Jose ;Monday;1; 2; Jose; Quartafeira; 1; i want to show this data on a gridview of type;
Tipo colunas: TEXTBOX || Checkbox || Checkbox|| Checkbox||...
Nome colunas: nome || segunda || terça || quarta ||...
Dados: jose || x || || x ||...
when editing removes the record from that day, and if it does not exist it creates a new record for the respective day. I’m doing this on web Forms Aplication. I hope Dé to understand what I want.
Try to skip line, try to be more specific, read your question calmly and try to do it in a way that facilitates understanding and is as complete as possible (detailed)
– Tafarel Chicotti