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 |
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.
What is difference between ienumerable and enumerable in c#?
What's difference about switch statements in C# ?
If you define a user defined data type by using the class keyword, is it a value type or reference type?
Are c and c# the same thing?
Explain nullable types in c#?
What are custom attributes in c#?
How Reflection is used and what it's significance ?
What is the adv of using System.Text.StringBuilder over System.String?
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!!
Can you prevent your class from being inherited and becoming a base class for some other classes?
what is CSharp