how to bind textbox in datagridview in windows application??
hi.. in my project, first i insert the customer details to the table like id,name, address,phone,jdate,given amount..
nxt in a gridview i wanna display the details like id,name and the given amount of all the customers then need a textboxes for entering amount for 1 to 30 dates then calculate the amount for those dates and display it in a received amount textbox...
how to do this in windows application?? suggest me plzz??
can i use item templates?? how to use that??