I have used bootstrap 4 styling theme. I have placed Server controls in it. After postback its changing the path of my directory.
My original path is
http://localhost:59723/TAADM/login.aspx
After post back from server controls I am getting
http://localhost:59723/addModifyAttackDetails.aspx
The addModifyAttackDetails.aspx is also in TAADM folder, because of this I am getting server error.
Why?