custom error messages

  • Thread starter Thread starter Jacob
  • Start date Start date
J

Jacob

Hi,

How can i store custom error messages, can i store it in a resource file ,
like ErMsgs.Resx.
if i store it in a .resx file, can i modify it without recompiling, if so
how can i change it without recompiling??

thanks in advance .
 
How can i store custom error messages, can i store it in a resource
file , like ErMsgs.Resx.
if i store it in a .resx file, can i modify it without recompiling, if
so how can i change it without recompiling??

Resource files are compiled.

If you want to store changable error messages, you can use the web.config
or a database.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top