<asp:Button ID="btnedit" CssClass="editbtn" BorderWidth="0" Width="46px" Height="20px" runat="server" onclick="btnedit_Click" />
btnedit.Attributes.Add("onclick", "openemppostingjospopup('" + Convert.ToInt32(folderid) + "')");
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)