I want to display a prompt message when he is redirceted from a special page, how can accomplish this?
Passing messsage as paramater is not so pretty.
a used a booling paramater to determinig situation to display message.
I want to display a prompt message when he is redirceted from a special
Share
Why not pass the boolean in
ViewData(whether to display the message) based upon interrogatingRequest.ServerVariables["http_referer"]in your controller?in controller
in view
Kindness,
Dan