7
Answers

Connection String

Hi
 
    string cs = ConfigurationManager.ConnectionStrings["Cnn"].ConnectionString; 
I want that this code shoudl be written at one place & not in any Model.
  
 
Thanks 

Answers (7)