I need help with the using check boxes in asp.
eg I have a list of records say 5 records, I want to select three records from them and delete them.
ID Name Address
checkbox 1 John London
checkbox 2 James New York
checkbox 3 Steve Sydney
checkbox 4 Smith Paris
checkbox 5 Toni Rome
Help in this regard is highly aprreciated.
eg I have a list of records say 5 records, I want to select three records from them and delete them.
ID Name Address
checkbox 1 John London
checkbox 2 James New York
checkbox 3 Steve Sydney
checkbox 4 Smith Paris
checkbox 5 Toni Rome
Help in this regard is highly aprreciated.
Comment