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

Explain how do I convert a string to an int in c#?

0 Answers  


What is the difference between overriding and overloading in systemverilog?

0 Answers  


How do you determine whether a string represents a numeric value?

0 Answers  


What are Regex / regular expressions ?

0 Answers   QuestPond,


What are the variables in c#?

0 Answers  






What is mvc firstordefault?

0 Answers  


What is verbatim string literal in c#?

0 Answers  


What do you mean by directing?

0 Answers  


update data in an xml file which resides in solution itself, using silverlight 4.0

0 Answers  


Explain the use of virtual, sealed, override, and abstract method?

0 Answers  


What is the use of console readkey ()?

0 Answers  


Explain the three services model (three-tier application). Presentation (ui), business (logic and underlying code) and data (from storage or other sources).

0 Answers  


Categories