When i do a page postback the div closes and i no longer able to open div again on button click ?
I have included relevant code for your convenience.
**
content
.content {
padding: 0 18px;
max-height: 0px;
overflow: hidden;
transition: max-height 0.2s ease-out;
background-color: #f1f1f1;
}
Sachin SinghPosted Nov 18, 2021, 6:38 AM
Srinivasan RamamoorthiPosted Nov 18, 2021, 4:38 AM