Click here to Skip to main content
15,899,754 members
Home / Discussions / .NET (Core and Framework)
   

.NET (Core and Framework)

 
GeneralRe: Suggestions on using XmlTextReader to parse xml into an object tree. Pin
wout de zeeuw29-Jan-09 5:25
wout de zeeuw29-Jan-09 5:25 
GeneralRe: Suggestions on using XmlTextReader to parse xml into an object tree. Pin
Mark Churchill29-Jan-09 12:29
Mark Churchill29-Jan-09 12:29 
QuestionRestricting FileBrowserDialog to set of Folders Pin
Tristan Rhodes28-Jan-09 5:59
Tristan Rhodes28-Jan-09 5:59 
QuestionDataTable inheritance and Serialization "Constructor to deserialize an object" "was not found" Pin
dwolver27-Jan-09 6:09
dwolver27-Jan-09 6:09 
AnswerRe: DataTable inheritance and Serialization "Constructor to deserialize an object" "was not found" Pin
Wendelius27-Jan-09 10:23
mentorWendelius27-Jan-09 10:23 
GeneralRe: DataTable inheritance and Serialization "Constructor to deserialize an object" "was not found" Pin
dwolver27-Jan-09 11:07
dwolver27-Jan-09 11:07 
GeneralRe: DataTable inheritance and Serialization "Constructor to deserialize an object" "was not found" Pin
Wendelius27-Jan-09 11:11
mentorWendelius27-Jan-09 11:11 
QuestionNeed help with BindingSource Pin
kensai27-Jan-09 5:52
kensai27-Jan-09 5:52 
I have a problem with binding data using BindingSource, typed dataset and DataGridView. My problem is: BindingSource, therefore grid, is empty after binding data (bindingSource.Count is 0). I couldn't figure out what I'm doing wrong and I'd be very happy if anyone could help me with this.

My application structure is like this: I have two assemblies, one is Winforms UI and other is database class library.

UI
-DataGridView, datasource as BindingSource
-BindingSource, datasource = DBAssembly.typedDataset, datamember = DBAssembly.typedDataset.myTable

Database DLL
-Sql Server CE database
-Typed Dataset
-DB class for database operations

UI Code
OnLoad
this.db = new DB();
db.BindData();


DB Code
constructor
create typedDataSet object
create typedDataSetTableAdapters.MyTableTableAdapter object
create typedDataSetTableAdapters.TableAdapterManager object


BindData()
this.myTableTableAdapter.Fill(this.typedDataSet.MyTable)


I'd appreciate any help with this Frown | :(
QuestionSupport to Microsoft Access database for Entity Framework in VS2008 ? Pin
WolveFred227-Jan-09 5:28
WolveFred227-Jan-09 5:28 
AnswerRe: Support to Microsoft Access database for Entity Framework in VS2008 ? Pin
Dave Kreskowiak27-Jan-09 7:59
mveDave Kreskowiak27-Jan-09 7:59 
AnswerRe: Support to Microsoft Access database for Entity Framework in VS2008 ? Pin
Eddy Vluggen29-Jan-09 2:00
professionalEddy Vluggen29-Jan-09 2:00 
GeneralRe: Support to Microsoft Access database for Entity Framework in VS2008 ? Pin
WolveFred229-Jan-09 2:14
WolveFred229-Jan-09 2:14 
GeneralRe: Support to Microsoft Access database for Entity Framework in VS2008 ? Pin
Eddy Vluggen29-Jan-09 2:29
professionalEddy Vluggen29-Jan-09 2:29 
GeneralRe: Support to Microsoft Access database for Entity Framework in VS2008 ? Pin
WolveFred229-Jan-09 2:51
WolveFred229-Jan-09 2:51 
GeneralRe: Support to Microsoft Access database for Entity Framework in VS2008 ? Pin
Eddy Vluggen29-Jan-09 3:12
professionalEddy Vluggen29-Jan-09 3:12 
QuestionAssembly-informations and Application-Properties problem! Pin
tschmid8526-Jan-09 23:19
tschmid8526-Jan-09 23:19 
QuestionRe: Assembly-informations and Application-Properties problem! Pin
led mike27-Jan-09 5:01
led mike27-Jan-09 5:01 
Questioncommunicating with a bar-code reader Pin
Subin Alex26-Jan-09 22:38
Subin Alex26-Jan-09 22:38 
AnswerRe: communicating with a bar-code reader Pin
SeMartens27-Jan-09 0:23
SeMartens27-Jan-09 0:23 
GeneralRe: communicating with a bar-code reader Pin
Luc Pattyn27-Jan-09 1:48
sitebuilderLuc Pattyn27-Jan-09 1:48 
AnswerCP IGNORE Pin
leckey27-Jan-09 9:50
leckey27-Jan-09 9:50 
Questionretain the values changed in the property grid at runtime Pin
shabanab26-Jan-09 22:19
shabanab26-Jan-09 22:19 
QuestionRe: retain the values changed in the property grid at runtime Pin
Eddy Vluggen29-Jan-09 2:30
professionalEddy Vluggen29-Jan-09 2:30 
QuestionC# XML Reading hanging out Pin
sivasss26-Jan-09 19:20
sivasss26-Jan-09 19:20 
AnswerRe: C# XML Reading hanging out Pin
abmv26-Jan-09 19:57
professionalabmv26-Jan-09 19:57 

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.