Guest User

Untitled

a guest
Feb 18th, 2018
55
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.55 KB | None | 0 0
  1. using iTextSharp.text;
  2. using iTextSharp.text.pdf;
  3. using iTextSharp.text.html;
  4.  
  5. if (dsRecAdj.Tables[2].Rows.Count > 0)
  6. {
  7.  
  8. Button btn = (Button)e.Row.FindControl("btnSalvage");
  9. btn.ForeColor = Color.Red;
  10.  
  11. }
  12.  
  13. btn.ForeColor = System.Drawing.Color.Red;
  14.  
  15. btn.BackColor = Color.Green;
  16.  
  17. Button1.BackColor = Color.Red;
  18.  
  19. Button1.ForeColor = Color.Red;
  20.  
  21. Buttton1.BackColor = SystemColors.ButtonFace;
  22. Button1.ForeColor = default(Color);
  23. Button1.UseVisualStyleBackColor = true;
Add Comment
Please, Sign In to add comment