Hi
In below code it appears on Top Right not at Top Centre of Main Layout.
@if (TempData["Message"] != null)
{
}
Thanks
Hi
In below code it appears on Top Right not at Top Centre of Main Layout.
@if (TempData["Message"] != null)
{
}
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.
Sachin SinghPosted Jun 21, 2021, 9:13 AM
Ramco RamcoPosted Jun 21, 2021, 9:04 AM
Sachin SinghPosted Jun 21, 2021, 5:43 AM
don't use global notification, instead use a div element and place that wherever you want your notification to come as shown below.
??????
@if (TempData["Message"] != null)
{
}