cutidtext is a stringCode:cutidtext = datagridmainform.CurrentRow.Cells.Item("griacc").Value.ToString()
can somebody please explain what would this end suppose to mean - ("griacc").Value.ToString()
and what is the difference between this
LeadsIdText = datagridleads.CurrentRow.Cells.Item(0).Value.ToString()
got (0) in there, what would this mean ?
thanks![]()




Reply With Quote