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 a class c#?

0 Answers  


hi, I am a begineer to c sharp. I have written a code for finding out prime numbers. Can anyone identify what are the flaws in my code. Kindly donot complex the code or present logic because i am new to c sharp and just started learning programming language.Thanks in advance. class Program { static void Main(string[] args) { int a,b=1; a = int.Parse(Console.ReadLine()); c= int.Parse(Console.ReadLine()); if (a % b == 0 && a % 2 != 0 && a % a == 0) Console.WriteLine(a); else if (a % b == 0 && a % 2 == 0) Console.WriteLine(a%2); Console.WriteLine("Number is not PRIME"); Console.ReadLine(); } } }

2 Answers  


What is dataset and dataadapter in c#?

0 Answers  


Differentiate between static class and singleton instance?

0 Answers  


What is the use of properties window?

0 Answers  






Can multiple catch blocks be executed?

1 Answers  


Ho we can see assembly information?

0 Answers  


What do you use c# for?

0 Answers  


What?s a satellite assembly?

2 Answers  


main concept of c sharp

3 Answers  


What is method overriding in c#

0 Answers  


What is difference between C# and VB.NET?

0 Answers   CDC,


Categories