Site icon Dotnet Helpers

MVC

102, 2013

Create Captcha using DLL

By |Tags: |0 Comments

Here we discuss about how to create Captcha using DLL .aspx File <%@ Register Assembly=”MSCaptcha” Namespace=”MSCaptcha” TagPrefix=”cc1″ %> <form id=”form1″ runat=”server”> <div> <cc1:CaptchaControl ID=”Captcha1″ runat=”server” CaptchaBackgroundNoise=”Low” CaptchaLength=”5″ CaptchaHeight=”60″ CaptchaWidth=”200″ CaptchaLineNoise=”None” CaptchaMinTimeout=”5″ CaptchaMaxTimeout=”240″ FontColor = “#529E00″

3101, 2013

Custom Paging with Numbers

By |Tags: |0 Comments

Custom Paging with Numbers =========================== .aspx ====== <div> PageSize: <asp:DropDownList ID="ddlPageSize" runat="server" AutoPostBack="true" OnSelectedIndexChanged="PageSize_Changed"> <asp:ListItem Text="10" Value="10" /> <asp:ListItem Text="25" Value="25" /> <asp:ListItem Text="50" Value="50" /> <asp:ListItem Text="75" Value="75" /> </asp:DropDownList> <hr /> <asp:GridView ID="gvCustomerDetails"

Exit mobile version