Skip to main content

Posts

Showing posts from September, 2013

How To Learn ASP.NET

Learning ASP.NET I often get asked by people what they should do to start learning ASP.NET, that is, what bits should they look at first and what bits after that. The following is a list I put together for somebody recently that outlines a path to a good solid foundation of knowledge on ASP.NET. It doesn’t include everything (mobile controls, web parts, performance tuning, deployment, web services, etc.) but it’s a good start for any web developer wanting to get to grips with ASP.NET. ASP.NET Application & Page Life Cycle Configuration management HTTP Modules HTTP Handlers Authentication   &   Membership   providers (included and custom) Authorisation   &   Roles   providers (included and custom) Pages Server Controls   (the included controls in ASP.NET) Site Maps   (included providers and custom) Master Pages   &   Themes   (and Cascading Style Sheets) User Controls Data Binding State Management   ( Session ,   Application ,   ViewState ,   Cookies  

Sending Email from Asp.net With Dynamic Content

Introduction: Here I will explain how to Sending Email from Asp.net With Dynamic Content using asp.net in c#.      In Previous Post I was Explained about the How To- Search records or data in gridview using jQuery  , Sqldatasource Filterexpression example in asp.net, Asp.net GridView Sorting example: How to sort GridView Data, How To Export gridview data to Excel/PDF , CSV Formates in asp.net C#     Mailcontant.html page   This is your actual data here you can apply CSS styles also .   < table   border ="1"   style ="font-family:Arial; border-color:Black; font-  size:11px;" cellspacing ="0"   cellpadding ="2">               < tr >                   < td   width ="120"> ID : td >                   < td   width ="190"> #id# td >               tr >               < tr >                   < td > Request Date : td >                   < td >

How To Export gridview data to Excel/PDF , CSV Formates in asp.net C#

Introduction: Here I will explain how to export Gridview to Word or Excel ,PDF ,CSV Formats using asp.net in c#. Description: I have one gridview that has filled with user details now I need to export gridview data to word or excel document based on selection. To implement this functionality first we need to design aspx page like this  In Previous Post I was Explained about the How To- Search records or data in gridview using jQuery  , Sqldatasource Filterexpression example in asp.net, Asp.net GridView Sorting example: How to sort GridView Data Categories: Asp.net   , Gridview   <% @   Page   Language ="C#"   AspCompat ="true"   AutoEventWireup ="true"   CodeFile ="TestWebPage.aspx.cs" ValidateRequest ="false"   Inherits ="TestWebPage"   %> DOCTYPE   html   PUBLIC   "-//W3C//DTD XHTML 1.0 Transitional//E