Click here to Skip to main content
15,889,860 members

Comments by Anand Kumar Prajapati (Top 12 by date)

Anand Kumar Prajapati 16-Sep-13 4:48am View    
Though you can set status of label on clicking button via -
jquery or server code.
But if you want it on user's next log in, you must save your acceptance in DB (like a column isAccpted=true/false)
Anand Kumar Prajapati 16-Sep-13 3:43am View    
Is there any postback on button click event?
Anand Kumar Prajapati 16-Sep-13 3:38am View    
Thumbs Up!
Anand Kumar Prajapati 16-Sep-13 3:38am View    
Add this also, before adding it to placeholder -
txtGainMark.AutoPostBack=true;
Anand Kumar Prajapati 16-Sep-13 3:01am View    
You should try Ajax.