Click here to Skip to main content
15,895,606 members
Home / Discussions / C#
   

C#

 
QuestionRe: Problem with events code and thread (long post) Pin
Otex3-May-09 5:43
Otex3-May-09 5:43 
AnswerRe: Problem with events code and thread (long post) Pin
Nicholas Butler3-May-09 7:43
sitebuilderNicholas Butler3-May-09 7:43 
QuestionHow to Pass TableAdapter data to another form's datagrid for modification then return the data to the original TableAdapter Pin
MarkB12330-Apr-09 22:59
MarkB12330-Apr-09 22:59 
AnswerRe: How to Pass TableAdapter data to another form's datagrid for modification then return the data to the original TableAdapter Pin
Christian Graus30-Apr-09 23:49
protectorChristian Graus30-Apr-09 23:49 
Questionload settings.settings in an array and datagrid Pin
Otex30-Apr-09 22:52
Otex30-Apr-09 22:52 
AnswerRe: load settings.settings in an array and datagrid Pin
DaveyM691-May-09 0:13
professionalDaveyM691-May-09 0:13 
GeneralRe: load settings.settings in an array and datagrid Pin
Otex1-May-09 0:36
Otex1-May-09 0:36 
QuestionHow can I create a DataView based on several DataTables? Pin
maoz30-Apr-09 22:32
maoz30-Apr-09 22:32 
I've created a c# application based on SQL Express database.
I have one view in the database based on several tables (Inner join).

When I start my appllication, I fill one DataSet with all the tables (using XSD adapters), and I fill the DataView with the view (directly from the the database).

The client user can update fields on any DataTable from the DataSet (without updating the database itself).
After the user updates the fields, I want to update the DataView with the new values, but the view is connected directly to the DataBase, and not to the DataTables.
Can I based my DataView on several DataTables, so when the DataTables are updated, the DataView is updated accordingly?

Thanks,
Maoz
AnswerRe: How can I create a DataView based on several DataTables? Pin
Henry Minute1-May-09 1:03
Henry Minute1-May-09 1:03 
QuestionSql Problem!! Pin
Nafiseh Salmani30-Apr-09 21:56
Nafiseh Salmani30-Apr-09 21:56 
AnswerRe: Sql Problem!! Pin
Abhijit Jana30-Apr-09 22:51
professionalAbhijit Jana30-Apr-09 22:51 
AnswerRe: Sql Problem!! Pin
fly90430-Apr-09 23:21
fly90430-Apr-09 23:21 
QuestionString to Dataset? Pin
nabilg30-Apr-09 21:28
nabilg30-Apr-09 21:28 
AnswerRe: String to Dataset? Pin
HuntingWabbits30-Apr-09 23:28
HuntingWabbits30-Apr-09 23:28 
AnswerRe: String to Dataset? Pin
Mycroft Holmes1-May-09 2:21
professionalMycroft Holmes1-May-09 2:21 
QuestionGreat NMS tool Pin
gvgohome30-Apr-09 16:50
gvgohome30-Apr-09 16:50 
AnswerRe: Great NMS tool Pin
Christian Graus30-Apr-09 19:14
protectorChristian Graus30-Apr-09 19:14 
QuestionAsk about table in C#? Pin
Johnscorta30-Apr-09 15:58
Johnscorta30-Apr-09 15:58 
AnswerRe: Ask about table in C#? Pin
_Maxxx_30-Apr-09 16:33
professional_Maxxx_30-Apr-09 16:33 
GeneralRe: Ask about table in C#? Pin
Johnscorta30-Apr-09 18:00
Johnscorta30-Apr-09 18:00 
GeneralRe: Ask about table in C#? Pin
Johnscorta30-Apr-09 18:18
Johnscorta30-Apr-09 18:18 
GeneralRe: Ask about table in C#? Pin
_Maxxx_30-Apr-09 19:47
professional_Maxxx_30-Apr-09 19:47 
QuestionHashtable problem in VisualStudio 08 C# Pin
msheekhah30-Apr-09 14:43
msheekhah30-Apr-09 14:43 
AnswerRe: Hashtable problem in VisualStudio 08 C# Pin
Member 103390730-Apr-09 22:35
Member 103390730-Apr-09 22:35 
GeneralRe: Hashtable problem in VisualStudio 08 C# Pin
msheekhah30-Apr-09 22:43
msheekhah30-Apr-09 22:43 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.