from web.config file with connection string who to interact
means who to connect in gridview. in my system shows null
something error what is the problem
Answer Posted / samy
The name of the default table adapter connection string
looks something like the following:
AppName.Settings.Default.ConnectionStringName
Naturally, AppName is the name of your application and
ConnectionStringName is the name you've given to your
connection string. This is the 'certain way' that Jay is
talking about.
If you create a TableAdapter through the design time
interface and configure the connection string to save into
the config file, you can edit the config file and see
exactly what connection string name is expected.
| Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
What is the benefit of dependency injection c#?
What is the difference between malloc () and new?
How do I unload an application domain?
What are annotations in c#?
What is assembly manifest?
What is int parse in c#?
Can we inherit two classes in c#?
Wht executescaler method is used?
What is difference between web and window application?
What is c-sharp (c#)?
In C#, explain the difference between overloading and overriding.
Why do we write system in c#?
How big is a float?
What is using directive in c#?
What is console used for?