In my project some table field like GST_No , isGST_no etc.
public string GST_No { get; set; }
public Boolean isGST_no { get; set; }
so when i write GST_No in create part then after automatically isGST checked checkbox and delete GST_No then unchecked automatically. How it possible ?
please give me answer for ONLY MVC not for simple asp
Thanx