blah blah blah is here! blah blah » Close

0
votes
1 answers

C# how to use linq query to get column types

I have the following: Dictionary<int, List<DataRow>> fundValues What I need is based off the very first record for a column called "ValueFooted", I need to find out the type this column is (already know it is a ...

0
votes
1 answers

installing a c# created application on a new PC

i have created a application in visual c#.net using visual studio 2008. Now i want to install this application on a new PC which is not having any thing installed on it(formatted PC without visual studio and .net framework). i want to know ...

1
votes
2 answers

Difference between Safari on windows and safari on mac in vb.net web application

Hello everybody we made application(in vb.net first version) on windows os but client want to run it on mac os now.... so, can anybody tell me what are the differences in Safari on windows and safari on mac. its urgent.. Thanks in advance ...

1
votes
2 answers

MySQL Server updates field values on its Client constantly.

I could do the implementation such that the client is being updated constantly from its Server, when it reads from the MySQL database and update on the client, by using the Timer. Upon each ticks, it would read from the server database and ...

0
votes
0 answers

Saving Data on a Form

Hi everyone, I have a minor problem with one of my assignments. I want my child form to show defalut values on open. When i update the data or change the existing data i want it to be saved and then when i reopen the form i want those va ...

1
votes
2 answers

Change cell content on date check

Hi Guys, I have a datagrid that on load the below code checks through the date column and if any date is older than today it changes Cell [6] value to "1" I want to do the exact function but only if the date is today at 10:00am ...

0
votes
3 answers

I need help on C# please?

I am write small project and I stuck on some of code. Can you guys help me on coding ? Let me explain you what I am trying to do. I am trying to uphold an address book, this address book should hole up to 25 entries, must store data with a ...

Feedback