Hi everyone,
You might know that I'm trying to learn C# and have started on the small application that I'd write for work.
I've created a form that creates a int Staffnumber, string[] itemreference, datetime ReturnDate.
I also have a database that has key ID, number Staffnumber, text itemreference, datetime ReturnDate, amongst other things.
Visual studio seems to make it very easy to throw my dataset onto the form, but I need to do take my variables and place them into the dataset.
I don't really want someone to write my code for me, but I'm also finding it very hard to find examples and explanations on the internet. I'm hoping that someone who has learnt this before could let me know where they went.
MSDN seems to show me how to do addrow's and things but I can't seem to make inteletext give the options. I think I'm missing something obvious.








Logged






I didn't even notice your post or I would have responded. Glad you got the help you needed, though!
