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...| RSS
|
ASP.Net connect to database using HttpHandler ASHX fileAnother 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 JQUERYOne 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.NetCreating 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...CSS based horizontal menu for HTMLWebsites with static webpages and with CSS menu look beautiful. Its easy to develop such menu system using JavaScript kit. The menu will be horizontal with main level & sub level. Sub menu items will be displayed upon mouse hover on the related main menu item. Read More...Date Formatting in ASP.NetWe need to format date values in our application often. We can format date value as shown below. Read More...Fetch the incremented AutoNumber value from MS-AccessThe 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...Error: The Operation must use an updatable queryWhen we work with an ASP.Net application with MS-Access as backend database, we often face the error “The operation must use an updatable query”. Even though our code compiles and builds without any errors, when we run the application, when the page tries to INSERT or UPDATE records the above error will be raised. We’ll see the details of the error root cause and the easy solution. Read More...Highlight ASP.Net Gridview Row on Mouse HoverIt’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 GridViewWhile 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 StudioAJAX 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... |
|