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
Can we use html in asp.net?
What is the use of view state?
Explain the reason why the javascript validation not run on the asp.net button but run successfully on the html button?
What is the latest version of asp.net?
What’s difference between “optimistic” and “pessimistic” locking?
Can you explain one critical mapping? Performance issue which one is better?
What is a multilingual website?
Explain one critical mapping?
What is datagrid asp.net?
What is data control in asp.net?
How is application management and maintenance improved in asp.net 2.0?
What are custom controls?
Give an example of what might be best suited to place in the application_start and session_start subroutines?
What is http post and http get?
From which base class all web forms are inherited?