When I select date in web application which created by C# asp.net, the page refresh and scroll goes to the top of the page. I want to avoid this auto postback option, so I searched several articles, but could not get the answer.
There is no "autopostback" option to disable refresh. Also, SelectionChanged method was not working. Is there any suggestions?