Author |
Topic |
OBINNA_EKE
Posting Yak Master
234 Posts |
Posted - 2006-09-29 : 07:15:09
|
Please convert this to C#for i as integer = 0 to mydataset.tables(0).rows.count-1.WebChartItems.Add(New WebChartItem(mydataset.tables(0).rows(i).item("MyLabel"), mydataset.tables(0).rows(i).item("MyValue"), False))nextIf it is that easy, everybody will be doing it |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-09-29 : 07:19:41
|
You want us to do your job for you, for free?Peter LarssonHelsingborg, Sweden |
 |
|
OBINNA_EKE
Posting Yak Master
234 Posts |
Posted - 2006-09-29 : 07:23:26
|
Lol hmm Pesooooo!!! you make me laugh, come on u know you want to do itIf it is that easy, everybody will be doing it |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-09-29 : 07:26:36
|
Try me.Peter LarssonHelsingborg, Sweden |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
|
OBINNA_EKE
Posting Yak Master
234 Posts |
Posted - 2006-09-29 : 07:31:20
|
I hategoogle mateIf it is that easy, everybody will be doing it |
 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-09-29 : 07:37:23
|
we can tell. Go with the flow & have fun! Else fight the flow blog thingie: http://weblogs.sqlteam.com/mladenp |
 |
|
SwePeso
Patron Saint of Lost Yaks
30421 Posts |
Posted - 2006-09-29 : 07:48:06
|
Mladen, don't do to that to me!Now I will be smiling all weekend Peter LarssonHelsingborg, Sweden |
 |
|
spirit1
Cybernetic Yak Master
11752 Posts |
Posted - 2006-09-29 : 07:49:40
|
my sincere apologies Go with the flow & have fun! Else fight the flow blog thingie: http://weblogs.sqlteam.com/mladenp |
 |
|
ditch
Master Smack Fu Yak Hacker
1466 Posts |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-09-29 : 08:40:13
|
quote: Originally posted by OBINNA_EKE I hategoogle mateIf it is that easy, everybody will be doing it
Why?MadhivananFailing to plan is Planning to fail |
 |
|
OBINNA_EKE
Posting Yak Master
234 Posts |
Posted - 2006-09-29 : 09:03:06
|
I hate hyperlinks as well LOLIf it is that easy, everybody will be doing it |
 |
|
jsmith8858
Dr. Cross Join
7423 Posts |
Posted - 2006-09-29 : 09:07:18
|
quote: Originally posted by OBINNA_EKE Please convert this to C#for i as integer = 0 to mydataset.tables(0).rows.count-1.WebChartItems.Add(New WebChartItem(mydataset.tables(0).rows(i).item("MyLabel"), mydataset.tables(0).rows(i).item("MyValue"), False))nextIf it is that easy, everybody will be doing it
How do you ever expect to learn anything if you just ask people to do things for you?If you only know C#, you should have no trouble converting this since, in theory, you know C# and this is pretty basic code -- even not knowing VB.NET, this should be easy to figure out. If not, ask a specific question and we can help.If you only know VB.NET, then why would you convert a snippet of code from a language you DO know to a language that you don't understand? that makes no sense.- Jeff |
 |
|
madhivanan
Premature Yak Congratulator
22864 Posts |
Posted - 2006-09-29 : 09:15:33
|
quote: Originally posted by OBINNA_EKE I hate hyperlinks as well LOLIf it is that easy, everybody will be doing it
Again, why?MadhivananFailing to plan is Planning to fail |
 |
|
harsh_athalye
Master Smack Fu Yak Hacker
5581 Posts |
Posted - 2006-09-29 : 09:28:07
|
quote: Originally posted by madhivanan
quote: Originally posted by OBINNA_EKE I hate hyperlinks as well LOLIf it is that easy, everybody will be doing it
Again, why?MadhivananFailing to plan is Planning to fail
Basically he just hates to learn, that's all I can deduce !Harsh AthalyeIndia."Nothing is Impossible" |
 |
|
OBINNA_EKE
Posting Yak Master
234 Posts |
Posted - 2006-09-29 : 09:44:37
|
Ok Dudes, this is getting serious I was only joking thanks for the criticism, since some people do not have a sense of humourThanks all.If it is that easy, everybody will be doing it |
 |
|
trouble2
Constraint Violating Yak Guru
267 Posts |
Posted - 2006-09-29 : 10:12:50
|
http://www.carlosag.net/Tools/CodeTranslator/Default.aspx |
 |
|
|