or
ErrorNotification.Text = msg;
ErrorNotification.Title =
"Error"
;
ErrorNotification.ContentIcon =
"warning"
;
ErrorNotificaton.ShowCloseButton = true;
ErrorNotification.Show();
Is it possible to hide the tab header and replace the tab selection with a wizard step approach; by using next and previous navigation within the tab; and show the tab position with images in the form of step 1 - step 2 - Step 3?
Thanks,