What is wrong in this?
When i try to run the program i got an error.HTML Code:Binding handlerBalance = new Binding("Text", dtcatalogo, "balance_inicial"); handlerBalance.Format+=new ConvertEventHandler(MoneyTostring); handlerBalance.Parse+=new ConvertEventHandler(stringToMoney); txtbalance_inicial.DataBindings.Add(handlerBalance);
I have the same on other program and everything is ok.
Any hlp?




Reply With Quote