Hi
I want to display message in BootStrap Modal Popup if Result != null
if (Result != null)
{
ShowMessage("Error", "Invalid Date or Time Selected", "error");
}
Thanks
Hi
I want to display message in BootStrap Modal Popup if Result != null
if (Result != null)
{
ShowMessage("Error", "Invalid Date or Time Selected", "error");
}
Thanks
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Tuhin PaulPosted Apr 2, 2023, 9:33 PM
I think you should add a div element for the modal popup in your HTML
now you should add a script to show the modal popup if Result is not null
Sachin SinghPosted Apr 2, 2023, 6:14 PM
please share you ShowMessage function, also what does Result variable returns ?