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

Answers were Sorted based on User's Feedback



from web.config file with connection string who to interact means who to connect in gridview. in m..

Answer / saminathan

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

Is This Answer Correct ?    4 Yes 1 No

from web.config file with connection string who to interact means who to connect in gridview. in m..

Answer / subodh kumar

your question is not clear. Make proper sentence.

Is This Answer Correct ?    1 Yes 0 No

from web.config file with connection string who to interact means who to connect in gridview. in m..

Answer / 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

More C Sharp Interview Questions

What is connection pooling in ado.net?

0 Answers  


Explain about throw keyword?

10 Answers   Emphasis, HCL, Satyam,


Can properties be overloaded in c#?

0 Answers  


Can enum have methods c#?

0 Answers  


How do I do a case-insensitive string comparison?

0 Answers  






If there are 2 interface IParentInterface & IChildInterface as follows. interface IParentInterface { void InterfaceMethod(); } interface IChildInterface : IParentInterface { void InterfaceMethod(); } Both the interface contains method with same name InterfaceMethod(). How InterfaceMethod() will be handled in IChildInterface as its deriving IParentInterface

3 Answers  


What is difference between field and property in c#?

0 Answers  


What is the difference between parse and tryparse in c#?

0 Answers  


What is an indexer in c#?

0 Answers  


What are the various components in crystal reports?

0 Answers  


What are custom exceptions in C#?

0 Answers   Arigo Infotech,


Why delegates are type safe?

0 Answers  


Categories