Forum: C# Aug 6th, 2008 |
| Replies: 3 Views: 716 can anyone give me a good direction. i did a lot of google search. but cant find something usefull. |
Forum: C# Aug 6th, 2008 |
| Replies: 7 Views: 5,019 |
Forum: C# Aug 4th, 2008 |
| Replies: 3 Views: 716 i created a sql database with table land.
columns;
LandID int PK
LandCodeID int
LandName nvarchar(100)
LandFlag image Allow Nulls
ive created a dataset in my solution. |
Forum: C# Jul 31st, 2008 |
| Replies: 5 Views: 5,914 when i add your code like this to the Validating event from yearTextBox.Text
private void yearTextBox_Validating(object sender, CancelEventArgs e)
{
string sDateTime =... |
Forum: C# Jul 30th, 2008 |
| Replies: 2 Views: 718 i had the same questions asked to my self. but choosed C# and never regret for it.
if you want a comparison check this.
http://en.wikipedia.org/wiki/Comparison_of_C_sharp_and_Visual_Basic_.NET |
Forum: C# Jul 30th, 2008 |
| Replies: 5 Views: 5,914 the situation is as follows. i have a database. one table with the name listing. one of the column name is year.
i created a form with datagridview. when i enter new information it must validate... |
Forum: C# Jul 29th, 2008 |
| Replies: 5 Views: 5,914 im a beginner in C sharp. im stuck with the following. i hope someone can get me on the track again.
i want to add a validation for user input such as making sure the year of the yearTextBox is... |