Feeds:
Posts
Comments

Posts Tagged ‘asp.net’

This article is intended to provide basic concept and fundamentals of asp.net MVC (Model View Controller) architecture workflow for beginners. Introduction: “M” “V” “C” stands for “MODEL” “VIEW” “CONTROLLER” , asp.net MVC is an architecture to develop asp.net web applications in a different manner than the traditional asp.net web development , web applications developed with [...]

Read Full Post »

Being an asp.net developers we develop a web project and get it completed in a months of time as there are many organizations which works on very tight bound timeline for developing web sites Or web application projects. And delivers the project to client in months of time While after project delivery if client come [...]

Read Full Post »

We are all familiar with AD rotator control asp.net provides to show rotating/random ads on every page refresh. But I found a limitation of this control while I needed to develop functionality where AD banners get changed on every page refresh as well as each banners should have multiple links which navigates to diff. URLs [...]

Read Full Post »

  APSX page : <form id=”form1″ runat=”server”> <div style=”padding: 200px;”> <asp:Image ID=”imagebox” runat=”server” ImageUrl=”~/sql-image-store/image-handler.ashx” /> </div> </form>     Handler code: image-handler.ashx <%@ WebHandler Language=”C#” Class=”image_handler” %> using System; using System.Web; using System.IO; using System.Data; using System.Data.Sql; using System.Data.SqlClient; using System.Configuration; public class image_handler : IHttpHandler { public void ProcessRequest(HttpContext context) { string xStrCon = [...]

Read Full Post »

Follow

Get every new post delivered to your Inbox.