How To Generate ConnectionString By Using Notepad??
Answer Posted / kesavan
string connString = System.IO.File.ReadAllText(filePath);
Is This Answer Correct ? | 2 Yes | 0 No |
Post New Answer View All Answers
What are the types of caching in asp.net?
What is global.asax file used for?
What is the difference between sealed vs static class?
What is asp.net version?
How to find out what version of asp.net I am using on my machine?
How can we update records in gridview?Is there any appropriate code for it?
What is the difference between system.stringbuilder and system.string
How you can stop the validation of ASP.NET controls from client side?
How can we create a website?
Difference between Response.redirect vs server.transfer?
What language is asp.net written in?
Explain diff. Between friend and protected friend?
Explain the asp.net mvc folder conventions? : asp.net mvc
Where would you use an ihttpmodule, and what are the limitations if any?
Why would anyone need to implement their own hashtable or linked list?