Click here to Skip to main content
15,902,299 members

Comments by Member 13975474 (Top 2 by date)

Member 13975474 8-Jan-21 5:41am View    
I am using a Three-tier type application. 1st is a presentation layer that has forms. Then is a Web API followed by Data Access Layer. My connection string is in web-config of the Data Access layer. And I am trying to access string in a C# class that is also in Data Access Layer and contains all the procedure calls in various functions. I cannot access connection string and it shows null reference error
Member 13975474 1-Jan-21 1:57am View    
Is Dob a textbox or asp calendar?