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
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 |
Answer / subodh kumar
your question is not clear. Make proper sentence.
| Is This Answer Correct ? | 1 Yes | 0 No |
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 |
What's difference about switch statements in C# ?
What happens if you add duplicate elements to a set?
What is the Use Of Interfaces? For example I have a interface as shown below? Interface IMyInterface { public void MyMethod(); } class MyClass : IMyInterface { public void Mymethod() { Some Code } } class Program { static void Main(string[] args) { MyClass obj = new MyClass(); obj.MyMethod(); } } Here What is My Question is? If i remove Interface and run this code, it will executed then what is the Use of the interface? Can any one give me the solution for this Problem? Thanks in Advance!
What is difference between function and method in c#?
How can we Achieve Late binding in C#.Can any give one example.
Does C# support multiple inheritance?
What is difference between il and dll ?
How is a strongly-named assembly different from one that isn’t strongly-named?
Which type of variables are under the control of garbage collector?
Why do we use Design Pattern?
hi all.... i need code snippets for store and retrive tiff fromat images in sqlserver....... kindy provide it.......
If a child class instance is created, which class constructor is called first - base class or child class?
Visual Basic (800)
C Sharp (3816)
ASP.NET (3180)
VB.NET (461)
COM+ (79)
ADO.NET (717)
IIS (369)
MTS (11)
Crystal Reports (81)
BizTalk (89)
Dot Net (2435)
Exchange Server (362)
SharePoint (720)
WCF (340)
MS Office Microsoft (6963)
LINQ Language-Integrated Query (317)
WPF (371)
TypeScript (144)
Microsoft Related AllOther (311)