Hi i have added one div in aspx page and i want to take the Id of that div in code behind file by using webcontro
Add runat="server" to the DIV then you can easily find it. using
this.Page.FindControl("Id of Div");
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.