blah blah blah is here! blah blah » Close

0
votes
1 answers

A simple databinding problem.

Here is my problem. I have a class and which I instantiate one object per session with. There are some properties that I would like to bind in this object to a datagrid. So for example if I have a class: public class person{ //Yes I kn ...

0
votes
1 answers

ASP.NET controls and Javascript

Hi, what I am trying to do is create a control for enterying dates into (the calendar type of dates!). I have 3 drop down lists, one for the day, one for the month and one for the year. Now when the user selects a different month or year I ...

0
votes
1 answers

Can you help me find my focus

OK, it isn't an ASP.NET question but it is C#.net and wondered if I can pick your brain's with my problem. If I have a windows form with say 6 controls in the form, then if I add a Timer, enable it and in the tick event add code to write t ...

Feedback