Click here to Skip to main content
15,894,343 members
Home / Discussions / C#
   

C#

 
GeneralRe: Calculating Tolerance area Pin
einsteinmow9-Feb-10 2:12
einsteinmow9-Feb-10 2:12 
AnswerRe: Calculating Tolerance area Pin
Alex Manolescu25-Jan-10 9:45
Alex Manolescu25-Jan-10 9:45 
GeneralRe: Calculating Tolerance area Pin
einsteinmow9-Feb-10 2:15
einsteinmow9-Feb-10 2:15 
GeneralRe: Calculating Tolerance area Pin
Alex Manolescu1-Jun-10 10:31
Alex Manolescu1-Jun-10 10:31 
QuestionMixing Dynamic code with non-dynamic code. Pin
Red_Wizard_Shot_The_Food25-Jan-10 9:07
Red_Wizard_Shot_The_Food25-Jan-10 9:07 
AnswerRe: Mixing Dynamic code with non-dynamic code. Pin
Natza Mitzi26-Jan-10 8:21
Natza Mitzi26-Jan-10 8:21 
QuestionSimple databinding Pin
Kaikus25-Jan-10 7:10
Kaikus25-Jan-10 7:10 
AnswerRe: Simple databinding Pin
tonyonlinux25-Jan-10 11:02
tonyonlinux25-Jan-10 11:02 
not sure if it works in that version of c# that you are using or not I'm using c# visual studios 2008 express edition. But anyway what I use is the bindingnavigator toolstrip
it does just that adds a forward back and list the number of items like 1 of whatever.   lets you skip to the front to the end and then add remove save...   and then you simply take and have your controls bound to the data in the datasource. and it will automatically update.


How i went about doing it in my project was I took and added a database using the whole data>add data source thing in the compiler.   Once that was done I took and went under the data source thing that it creates on the left side of the compiler. I simply dragged the table onto my form and it makes a dataview along with the cool little toolstrip navigator.   i simply remove the dataview and keep the toolstrip.   then i go back to the datasource thing and select the individual items i wish to add to the form and simply drag them over. You can hit the little drop down to change it from a text box to a combo box to whatever.   Then the control is bound to that datasource. so now when you use the navigator it will move forward or back. and the controls will automatically update.   I think this is what you were looking for. If not i'm sorry for misunderstanding..
GeneralRe: Simple databinding Pin
Kaikus25-Jan-10 21:53
Kaikus25-Jan-10 21:53 
QuestionOleDbException Pin
gamer112725-Jan-10 5:43
gamer112725-Jan-10 5:43 
AnswerRe: OleDbException Pin
PIEBALDconsult25-Jan-10 6:40
mvePIEBALDconsult25-Jan-10 6:40 
GeneralRe: OleDbException Pin
gamer112725-Jan-10 6:48
gamer112725-Jan-10 6:48 
QuestionSystem.Threaading.Timer not firing Pin
Jim Crafton25-Jan-10 4:57
Jim Crafton25-Jan-10 4:57 
AnswerRe: System.Threaading.Timer not firing Pin
Eddy Vluggen25-Jan-10 6:54
professionalEddy Vluggen25-Jan-10 6:54 
GeneralRe: System.Threaading.Timer not firing Pin
Jim Crafton25-Jan-10 7:03
Jim Crafton25-Jan-10 7:03 
GeneralRe: System.Threaading.Timer not firing Pin
Eddy Vluggen25-Jan-10 8:08
professionalEddy Vluggen25-Jan-10 8:08 
AnswerRe: System.Threaading.Timer not firing Pin
#realJSOP25-Jan-10 8:29
mve#realJSOP25-Jan-10 8:29 
Questionsql insert string Pin
jojoba201025-Jan-10 4:26
jojoba201025-Jan-10 4:26 
AnswerRe: sql insert string Pin
Manas Bhardwaj25-Jan-10 4:36
professionalManas Bhardwaj25-Jan-10 4:36 
Questionopening form Pin
jojoba201025-Jan-10 3:27
jojoba201025-Jan-10 3:27 
AnswerRe: opening form Pin
sanforjackass25-Jan-10 3:34
sanforjackass25-Jan-10 3:34 
QuestionRe: opening form Pin
jojoba201025-Jan-10 3:41
jojoba201025-Jan-10 3:41 
AnswerRe: opening form Pin
dan!sh 25-Jan-10 3:54
professional dan!sh 25-Jan-10 3:54 
NewsRe: opening form Pin
jojoba201025-Jan-10 4:12
jojoba201025-Jan-10 4:12 
QuestionCan I make an entire class nullable? Pin
Dewald25-Jan-10 3:20
Dewald25-Jan-10 3:20 

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.