I have an ASP.NET page with Javascript. I have some checkboxes, and I want to give the user time to check and uncheck more than one window before postback ... so when the user ticks / uncheck the box, postback will happen in 5 seconds. How can i do this? I tried various methods found online, but all are incomplete or incorrect.
Thank!
Set the AutoPostBack property of the checkboxes to false. Use the button that performs the postback for you (for example, calling the Save Changes button)
. JavaScript, ButtonClick xx .
Source: https://habr.com/ru/post/1766744/More articles:The era today is 3 years - phpРеализация структуры базы данных для общих объектов - mysqlAdd OR subquery to Linq - linqiPhone UIGestures - iphoneScan downloaded files using Anti-Virus SDK - sdkChoosing 2 different MySQL rows - sqlAndroid - Learning Java - javaиспользование nHibernate для переноса неотображаемых данных в DTO - .netC # Gmail Settings Installed in POP3 - c #NHibernate Intersection - nhibernateAll Articles