Home / ASP.NET Wiki

ASP.NET Developer Wiki

Popular Wiki Articles

Latest Wiki Articles and Revisions

How to use a countdown timer inside Repeater ItemTemplate

Hi This a common task for Auction bid, events, promotions, project deadlineetc. For this sample we need to create a sql table and one stored procedure: GO CREATE TABLE MMAuctionSystem_Auctions( [AuctionID] [int] IDENTITY(1,1) NOT NULL, [AuctionType] [int]

File Upload Control with AJAX

how to use your fileupload control of asp.net with AJAX.as everybody knows who use ajax in his daily programming life to create controls is, ajax don't postback the whole page, it sends that much request control to the server which is requested rather

jqGrid and ASP.Net Web Forms

I have been getting the hang of using jqGrid from with asp.net web forms. So I will to brief walkthru. first add the following HTML to your page: table id="list4">/table>div id="gridpager">/div> Now in your docready function

ASP.NET MVC3 - JQGrid Integration

Telerik Extensions for ASP.NET MVC extend the ASP.NET MVC framework by delivering a server-based framework that integrates with client-side modules based on popular JavaScript library, jQuery. Download Telerik grid DLL and scripts from http://www.trirand.net

Tag Mapping in ASP.NET

Consider a scenario where you want to add functionality to a server control in asp.net of your own. For example you want to change the background color of your textbox regardless in code how many time you set a background color to different color, it should

Wiki Statistics

182 users have contributed to 467 articles with 1514 edits and 1128 comments.
In the past 24 hours, we have 0 new articles(s) and 0 new revisions(s).

Table of Contents

Top Wiki Contributors

(last 30 days)

  1. proffy (1)
  2. primillo (1)