Click here to Skip to main content
15,890,123 members
Home / Discussions / C#
   

C#

 
GeneralRe: Iterate through directories... Pin
Nish Nishant6-Aug-03 15:43
sitebuilderNish Nishant6-Aug-03 15:43 
GeneralRe: Iterate through directories... Pin
Steve McLenithan7-Aug-03 6:04
Steve McLenithan7-Aug-03 6:04 
GeneralTime checker Pin
deanoA6-Aug-03 15:00
deanoA6-Aug-03 15:00 
GeneralRe: Time checker Pin
Vasudevan Deepak Kumar6-Aug-03 19:27
Vasudevan Deepak Kumar6-Aug-03 19:27 
QuestionHow to get the text from the textbox in the other application Pin
lithium74566-Aug-03 14:51
lithium74566-Aug-03 14:51 
AnswerRe: How to get the text from the textbox in the other application Pin
deanoA6-Aug-03 15:02
deanoA6-Aug-03 15:02 
AnswerRe: How to get the text from the textbox in the other application Pin
Nish Nishant6-Aug-03 15:47
sitebuilderNish Nishant6-Aug-03 15:47 
GeneralClear DataBindings Dataview & Datagrid Pin
Milancie6-Aug-03 11:13
Milancie6-Aug-03 11:13 
I have a function that does the following

fills a dataadapter with items belonging to user1
then Creates a dataset object and fills it with data using data adapter's Fill method
set my dataview = Nothing
then I fill a dataview with this dataset
lastly I bind a datagrid to this dataview

this works but next time I call my function for user2
the grid displays items belonging to both user1 and user2 instead of just user2

I am .Net Windows Application

How do I successfully clear the datagrid of user1 data before loading user2

some sample code would help since I am pretty new to .Net Confused | :confused:
GeneralRe: Clear DataBindings Dataview & Datagrid Pin
Ista6-Aug-03 17:56
Ista6-Aug-03 17:56 
GeneralXML-serializer with ABSTRACT class Pin
MeisterBiber6-Aug-03 10:04
MeisterBiber6-Aug-03 10:04 
GeneralRe: XML-serializer with ABSTRACT class Pin
Furty6-Aug-03 17:25
Furty6-Aug-03 17:25 
GeneralRe: XML-serializer with ABSTRACT class Pin
James T. Johnson6-Aug-03 21:41
James T. Johnson6-Aug-03 21:41 
GeneralRemoting between applications on the same machine Pin
Bog6-Aug-03 8:34
Bog6-Aug-03 8:34 
GeneralRe: Remoting between applications on the same machine Pin
Anonymous6-Aug-03 9:03
Anonymous6-Aug-03 9:03 
GeneralRe: Remoting between applications on the same machine Pin
Nish Nishant6-Aug-03 15:53
sitebuilderNish Nishant6-Aug-03 15:53 
QuestionHow To (Best Approach) Pin
NamoGuy6-Aug-03 7:47
NamoGuy6-Aug-03 7:47 
AnswerRe: How To (Best Approach) Pin
Ista6-Aug-03 17:58
Ista6-Aug-03 17:58 
GeneralReturn int and testing for value problem Pin
mikemilano6-Aug-03 7:29
mikemilano6-Aug-03 7:29 
GeneralRe: Return int and testing for value problem Pin
Arun Bhalla6-Aug-03 8:04
Arun Bhalla6-Aug-03 8:04 
GeneralPop-up windows Pin
Hktam6-Aug-03 5:38
Hktam6-Aug-03 5:38 
GeneralRe: Pop-up windows Pin
Frank Olorin Rizzi6-Aug-03 6:49
Frank Olorin Rizzi6-Aug-03 6:49 
GeneralRe: Pop-up windows Pin
Hktam6-Aug-03 15:16
Hktam6-Aug-03 15:16 
GeneralRe: Pop-up windows Pin
Frank Olorin Rizzi7-Aug-03 1:19
Frank Olorin Rizzi7-Aug-03 1:19 
GeneralRe: Pop-up windows Pin
Hktam7-Aug-03 1:45
Hktam7-Aug-03 1:45 
GeneralEventLog Trace Listener Pin
Anonymous6-Aug-03 5:34
Anonymous6-Aug-03 5:34 

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.