Hi
i have textbox in page that user can enter number on textbox
I want when users enter number, automatically in text box show camma after 3 number like below
100,000,000
now this error occur
Description: An error occurred during the parsing of a resource required to service this request. Please review the following specific parse error details and modify your source file appropriately. Parser Error Message: Could not load file or assembly 'AjaxControlToolkit' or one of its dependencies. The system cannot find the file specified. Source Error:
Line 1: <%@ Page Language="C#" AutoEventWireup="true" CodeFile="4444.aspx.cs" Inherits="_4444" %> Line 2: Line 3: <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolKit" TagPrefix="cc1" %>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.