Click here to Skip to main content
16,005,181 members
Home / Discussions / C#
   

C#

 
GeneralRe: Invoking script methods from C# Browser Control (take 2) Pin
Stephane Rodriguez.26-Nov-03 21:02
Stephane Rodriguez.26-Nov-03 21:02 
GeneralRe: Invoking script methods from C# Browser Control (take 2) Pin
snappa27-Nov-03 12:33
snappa27-Nov-03 12:33 
GeneralWriting DataSet to Crystal Report File. Pin
IrishSonic26-Nov-03 13:34
IrishSonic26-Nov-03 13:34 
GeneralRe: Writing DataSet to Crystal Report File. Pin
knvsol27-Nov-03 5:39
knvsol27-Nov-03 5:39 
GeneralGames with C# Pin
Snowjim26-Nov-03 12:36
Snowjim26-Nov-03 12:36 
GeneralRe: Games with C# Pin
Jerry Hammond26-Nov-03 13:44
Jerry Hammond26-Nov-03 13:44 
GeneralBinding Sample confusion Pin
Alvaro Mendez26-Nov-03 6:17
Alvaro Mendez26-Nov-03 6:17 
GeneralRe: Binding Sample confusion Pin
Heath Stewart26-Nov-03 8:26
protectorHeath Stewart26-Nov-03 8:26 
The example binds various fields in a DataTable to properties of a control. Initially, the control is bound to the first row. When the Position is changed in a CurrencyManager (which you can get from the BindingContext of a control), the properties of that control then use properties of the row pointed to by the Position property. You should also look up information on the BindingContext property for controls for more details and sample code.

If you've used Microsoft Access, think of a Form bound to a result set and with the navigation bar visible. When you click the navigation buttons, the Form's controls are bound to the data for the current result.

 

-----BEGIN GEEK CODE BLOCK-----
Version: 3.21
GCS/G/MU d- s: a- C++++ UL@ P++(+++) L+(--) E--- W+++ N++ o+ K? w++++ O- M(+) V? PS-- PE Y++ PGP++ t++@ 5 X+++ R+@ tv+ b(-)>b++ DI++++ D+ G e++>+++ h---* r+++ y+++
-----END GEEK CODE BLOCK-----
GeneralRe: Binding Sample confusion Pin
Alvaro Mendez26-Nov-03 9:42
Alvaro Mendez26-Nov-03 9:42 
GeneralDesign-time controls Pin
opopov26-Nov-03 5:44
opopov26-Nov-03 5:44 
GeneralRe: Design-time controls Pin
Heath Stewart26-Nov-03 8:22
protectorHeath Stewart26-Nov-03 8:22 
GeneralRe: Design-time controls Pin
opopov26-Nov-03 21:02
opopov26-Nov-03 21:02 
GeneralRe: Design-time controls Pin
Heath Stewart28-Nov-03 3:25
protectorHeath Stewart28-Nov-03 3:25 
GeneralInvoking script methods from C# Browser Control Pin
snappa26-Nov-03 5:44
snappa26-Nov-03 5:44 
GeneralRe: Invoking script methods from C# Browser Control Pin
Andy Brummer26-Nov-03 6:00
sitebuilderAndy Brummer26-Nov-03 6:00 
GeneralRe: Invoking script methods from C# Browser Control Pin
snappa26-Nov-03 8:10
snappa26-Nov-03 8:10 
GeneralRe: Invoking script methods from C# Browser Control Pin
Heath Stewart26-Nov-03 8:14
protectorHeath Stewart26-Nov-03 8:14 
GeneralRe: Invoking script methods from C# Browser Control Pin
snappa26-Nov-03 10:43
snappa26-Nov-03 10:43 
GeneralRe: Invoking script methods from C# Browser Control Pin
Heath Stewart28-Nov-03 3:22
protectorHeath Stewart28-Nov-03 3:22 
QuestionWhere can I find details of namespaces? Pin
tom7626-Nov-03 5:18
tom7626-Nov-03 5:18 
AnswerRe: Where can I find details of namespaces? Pin
Nick Parker26-Nov-03 5:42
protectorNick Parker26-Nov-03 5:42 
AnswerRe: Where can I find details of namespaces? Pin
J. Dunlap26-Nov-03 11:12
J. Dunlap26-Nov-03 11:12 
GeneralGood .net Html parser (not XML) Pin
Andy Brummer26-Nov-03 4:35
sitebuilderAndy Brummer26-Nov-03 4:35 
GeneralRe: Good .net Html parser (not XML) Pin
Daniel Turini26-Nov-03 5:37
Daniel Turini26-Nov-03 5:37 
GeneralRe: Good .net Html parser (not XML) Pin
Andy Brummer26-Nov-03 5:52
sitebuilderAndy Brummer26-Nov-03 5:52 

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.