2021年1月3日星期日

How can I redirect another view page in the list in .net core

How can I redirect to another view page when the 'overtimerequest' tab is clicked?

 <li class="active"><a data-toggle="tab" onclick="getAllOvertimeList()" href="#home">All</a></li>  <li><a data-toggle="tab" href=  >OverTimeRequest</a></li>   <li><a data-toggle="tab" onclick="getAllOvertimeListFilter(durum='Beklemede')" href="#menu1">Acceptable</a></li>  
https://stackoverflow.com/questions/65554037/how-can-i-redirect-another-view-page-in-the-list-in-net-core January 04, 2021 at 03:30AM

没有评论:

发表评论