Need c# expert!

I need somebody who's good in coding with c#!

EDIT:: (No nothing to do with HAX!!)

you find me on irc with the nick Circus !
Comments
24
(dont help him code his haxx0rs)
(dont help him code his haxx0rs)
Parent
(dont help him code his haxx0rs)
Parent
(dont help him code his haxx0rs)
Parent
(dont help him code his haxx0rs)
Parent
(help him code his haxx0rs)
(help him code his haxx0rs)
Parent
(help him code his haxx0rs)
Parent
INSECURE line-breaker! :<
INSECURE line-breaker! :<
Parent
Go fuck yourself.
Parent
can't you just state your problem here ?
NO 100 lines off code is a little bit to much :)

EDIT: THIS IS PART WHERE FAULT IS!
if (toegevoegd == false)
{
int prijs1 = (int)dsProducten.Tables["product"].Rows[0]["Prijs"];
DataRow nr = dsVerkoop.Tables["Verkoop"].NewRow();
nr["Productnaam"] = dsProducten.Tables["product"].Rows[0]["Productnaam"];
nr["AantalStuks"] = AantalStuks;
nr["ProductID"] = dsProducten.Tables["product"].Rows[0]["ProductID"];
nr["Prijs"] = prijs1;
dsVerkoop.Tables["Verkoop"].Rows.Add(nr);
Totaalprijs = AantalStuks * prijs1;


}
Parent
c doesnt speak dutch ofc
Parent
whats the exception?

be sure to not only TypeCast here (if its an integer)

int prijs1 = (int)dsProducten.Tables["product"].Rows[0]["Prijs"];

do it like:
int prijs1 = Convert.To.Int16(dsProducten.Tables["product"].Rows[0]["Prijs"]);

also if it fails surround it with try / catch to get the error
Parent
#nixcoders @ rizon
i won't help you with coding hax :p
i wont help dutch retards
as someone at nc you are a customer there :)
Back to top