Add User Control to Grid
Create the User Control in Visual Studio. In my example it was a simple DropDownList that had AutoPostBack set to True and redirected to another page on postback with a value from the grid. Register the control on the HTML page just after the Begin Panel Head. <%@ register tagprefix=”uc1″ tagname=”MyUserControl” src=”/dnn/Portals/9/my_user_control.ascx” %> Add the
Read More »