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

For a combobox and a listbox same datatable given as a datasource. Now problem is that whenever focus of listbox changes selected value of combobox also get change or vice versa. what to be done to avoid this. According to requirement we cannot make different datasouce.

2 Answers   Syntel,


What is difference between ienumerable and enumerable in c#?

0 Answers  


What's difference about switch statements in C# ?

1 Answers  


If you define a user defined data type by using the class keyword, is it a value type or reference type?

0 Answers  


Are c and c# the same thing?

0 Answers  


Explain nullable types in c#?

0 Answers  


What are custom attributes in c#?

0 Answers  


How Reflection is used and what it's significance ?

0 Answers   HCL,


What is the adv of using System.Text.StringBuilder over System.String?

0 Answers   Siebel,


How to do and Apply Themes to Datagrid,Lable,Textbox,etc., in C#.NET 2005 Windows Application? (like who we will do themes in ASP.NET using .CSS and .SKIN files). Urgent!!

0 Answers  


Can you prevent your class from being inherited and becoming a base class for some other classes?

3 Answers  


what is CSharp

6 Answers  


Categories