| RSS

 

Daily News Letter

Your e-mail address:


 Subscribe Reader

Add to Google Reader


 

Twitter



    ASP.Net connect to database using HttpHandler ASHX file

    Another alternative method to connect to database is using HttpHandler ASHX file using the example of Customer information retrieved from NorthWind database.

    Read More...

    ASP.Net connect to database via AJAX using JQUERY

    One of the ways to connect to database in ASP.Net is via AJAX using JQUERY with load( ), $.get( ), $.ajax( ) functions illustrated in example of customer information retrieved from the Northwind database.

    Read More...

    How to create Pdf file in ASP.Net

    Creating Pdf files in Asp.Net may not be a requirement but many of us being developers always wish to create pdf files to deliver some information instead of always going for crystal reports or others. Here is a simple way to create Pdf files using our Asp.Net web application.

    Read More...

    Date Formatting in ASP.Net

    We need to format date values in our application often. We can format date value as shown below.

    Read More...

    Fetch the incremented Identity value from MS-SQL Server

    The Microsoft SQL Server Database provides an Identity value which is generated automatically when a record is added in such tables which contains IDENTITY. We can fetch the auto incremented value from MS-SQL Server database to our applications using built in function @@IDENTITY( ) (used in MS-Access) or SCOPE_IDENTITY( ) which is the recommended method for obtaining identity value on SQL Server.

    Read More...

    Fetch the incremented AutoNumber value from MS-Access

    The Microsoft Access Database provides AutoNumber fieldtype which is generated automatically when a record is added in such tables which contains AutoNumber. We can fetch the auto incremented value from MS-Access database to our applications using built in function @@IDENTITY( ).

    Read More...

    Highlight ASP.Net Gridview Row on Mouse Hover

    It’ll be very attractive & meaningful UI to highlight a GridViewRow when mouse pointer hovers which can be achieved with the following code.

    Read More...

    Adding CheckBox Control to ASP.Net GridView

    While working with inventory screens or multiple items of any category, we often need to face situation of representing the items in ASP.Net GridView on a webpage providing CheckBox to select single or multiple items.

    Read More...

    Download and Install ASP.Net Ajax for Visual Studio

    AJAX stands for Asynchronous JavaScript and XML. Microsoft ASP.NET AJAX enables us to quickly create Web pages that are rich responsive and familiar user interface (UI) elements. ASP.Net Ajax is integrated to ASP.Net 2.0 sever based development platform. ASP.NET AJAX contains various client-script libraries that incorporate cross-browser ECMAScript (JavaScript) and dynamic HTML (DHTML) technologies.

    Read More...

    ASP.Net - How to Send PostBacks while using Ajax

    Ajax enabled applications are the frequent requirement now-a-days. Ajax framework gives a desktop feel like user interface on the web page interface itself. And mostly all Asp.Net web developers show their interest to go for Ajax enabled web development rather than non-Ajax web development. Even most of the users like the Ajax enabled websites.

    Read More...
    • Page 1 of 2
    • 1
    • 2
    • >
     






     
    69
     
    8
     
    0