how to build user control text box which accept integer
I want to create user control textbox which accept only integer.
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Sanjeeb LenkaPosted Jul 11, 2013, 4:15 AM
I attached one sample solution check that
mohammed shamsheerPosted Jul 12, 2013, 2:53 AM
mohammed shamsheerPosted Jul 11, 2013, 4:08 AM
Sanjeeb LenkaPosted Jul 11, 2013, 3:02 AM
this code required ajaxcontroltoolkit. just addreference to ajaxcontroltoolkit dll
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="WebUserControl.ascx.cs"
Inherits="WebUserControl" %>
<%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="cc1" %>