hi,
i convert vb to c# , after convertion below code but it not accepted "Strings.Mid(MonthName)" . If any body know pls tell me .
main problem with mid function, in c# its not there , how can i use ?
strSTartMonth = Strings.Mid(MonthName(dsRows[i]["FeeCollectMonth"]), 1, 3);