doing scheduled background work in asp.net
I need to perform periodically a certain task in my asp.net app so did like this:
I need to perform periodically a certain task in my asp.net app so did like this:
HI everybody
I have an IIS website running an ASP.NET site but it has multiple applications running under it (a virtual directory with separate app pools basically).
The website I am working on will contain a drop-down list that shows a number of reason codes.
I have a GridView which shows only 50 records at a time through paging. If i bind that to a source say containing 150 records, it works like charm but when the record size increases drastically to 10,00000, it took ages to load data.. So, i want to know is there any way of just loading 50 records at a time which are visible??
I am using regular expressions for matching only digits, minimum 10 digits, maximum 14. I tried:
Ok, so here is the setup. I am building a page that has a listview, a datapager, and 3 datapagerfield (2 x NextPreviousPagerField, 1 x NumericPagerField), and a objectdatasource to tide all of this together.
I have a collection called Albums with objects from the class Album. This class has a property Songs, which is a collection of Song objects. Each Song has an unique Id.
Why do my buttons (array of buttons) disappear after I click any of them? Here is the code structure. Thanks a lot in advance.
Error 3 The type or namespace name 'AjaxControlToolkit' could not be found in the global namespace (are you missing an assembly reference?) D:My ApptablePopUpdata.aspx.designer.cs 58 27 table. I have Declared this javascript but what is the problem. <%@ Page Title="Show Data From Menu" Language="C#" MasterPageFile="~/Site.Master" AutoEventWireup="true" CodeBehind="PopUpdata.aspx.cs" Inherits="table.PopUpdata" %> <%@ Register Assembly="AjaxControlToolkit" Namespace="AjaxControlToolkit" TagPrefix="asp" %> … Read more