Click here to Skip to main content
15,884,099 members

Comments by Laxmidhar tatwa technologies (Top 155 by date)

Laxmidhar tatwa technologies 16-Jul-20 11:20am View    
ViewBag.Percentage = ViewBag.datepick.Count <= 0 ?ViewBag.pass.Count : (ViewBag.pass.Count / ViewBag.datepick.Count) * 100;
Laxmidhar tatwa technologies 16-Jul-20 11:10am View    
Thanks bro
Laxmidhar tatwa technologies 13-Jul-20 11:54am View    
The last cell should be DataGridViewImageCell

iTextSharp.text.Image barCode = iTextSharp.text.Image.GetInstance(bm, System.Drawing.Imaging.ImageFormat.Png);
cell.Value = barcode;
Laxmidhar tatwa technologies 13-Jul-20 11:40am View    
PdfPTable table = new PdfPTable(10); // 10 is the number of column
Laxmidhar tatwa technologies 13-Jul-20 11:31am View    
Dim result1 As DateTime = DateTimePickerFixCosts1.Value.AddMonths(1)