عرض المشاركات من مارس, ٢٠٠٩
In this post, I will show how to call the parent window function from the child window and how to pass value from the child window to the parent window. Parent.aspx < %@ Page Language = " C# " AutoEventWireu…
ASP.NET includes the TextBox control and the Validation controls which can be combined together to perform user input validation. The restriction is that the developer has to use two different controls to perform a simple vali…
In this post, I will show. How to add a new row in gridview. How to find control inside EmptyDataTemplate < %@ Page Language = " C# " EnableEventValidation = " false " AutoEventWireup = " true &q…
< %@ Page Language = " C# " AutoEventWireup = " true " EnableEventValidation = " false " CodeFile = " MultiColumnDDL.aspx.cs " Inherits = " MultiColumnDDL " % > &…