ASP.NET Articles (487) - Page 14

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

487 records found.
 
Prabhakar
Insert HINDI Font from ASP.NET web page to SQL Server database 
Last updated on: 19 Jan 2011 07:50:42 AM by Prabhakar | Views: 61925 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
We are In many sites to save HINDI data in SQL data base. But is too difficult to insert HINDI font in data base. I am tried to solve this problem. Then he work exactly .
Prabhakar
Export large data from Gridview to Excel file using C# 
Last updated on: 18 Jan 2011 05:31:51 AM by Prabhakar | Views: 51557 | Category: ASP.NET |
Votes: 2 | Rating: 4 out of 5
A good way to display data is to show it in a grid view. However, it becomes difficult to manipulate and filter large amounts of data in this way. Exporting data to an Excel file is a great solution for handling large amounts of data because Excel has many features -- such as sorting, searching and filtering.
Prabhakar
Editable GridView - All Columns in Grid-View are Editable 
Last updated on: 13 Jan 2011 05:07:22 AM by Prabhakar | Views: 88165 | Category: ASP.NET |
Votes: 3 | Rating: 3.33 out of 5
Mostly time Developers do not use Editable grid-view because of lot’s of reason… Developers prefer manually coding but editable gridview is good way to update database. I am using Gridview by Wizard do Update. I am submitting all process to step by step first fill then create bool function and go to assemble row editing & updating Event.
SheoNarayan
Sending email with attachment in ASP.NET 
Last updated on: 31 Dec 2010 09:20:36 PM by SheoNarayan | Views: 60483 | Category: ASP.NET |
Votes: 2 | Rating: 4 out of 5
In this article, I am going to describe how to send email with attachment in ASP.NET. I am going to use System.IO, System.Net and System.Net.Mail namespaces in this article.
Esensahoo
Step by step building a bar graph webpage using MS-Charting Tool 
Last updated on: 30 Dec 2010 05:56:53 PM by Esensahoo | Views: 19916 | Category: ASP.NET |
In this article I will be explaining step by step building an application using MS-Charting tool(a free add-on for Visual Studio)
Sathya4260
Upload images to database and View in Gridview 
Last updated on: 20 Dec 2010 05:26:44 AM by Sathya4260 | Views: 16005 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
Most of them using the images to be displayed in their websites, I have most of the beginners when trying this they are able to upload the images to database but suffer a lot to view the same image in the web, Since i have posted the coding in C# to upload the image in database and view the list of all images in grid view.
Tristanlim
File Upload Download to SQL Server using Dynamic Data Services 
Last updated on: 17 Dec 2010 03:41:01 AM by Tristanlim | Views: 27017 | Category: ASP.NET |
Shows how to incorporate upload/download to SQL server function directly using Dynamic Data: 1 Create the Dynamic Data website 2 Create Custom Field Templates 3 Create the Custom Field Templates to implement the upload/download functionality
  • Tripati_tutu
    How to change the Background of control if Validation failed 
    Last updated on: 08 Dec 2010 12:16:01 PM by Tripati_tutu | Views: 17262 | Category: ASP.NET |
    In this article I will show you how to change the background and border color for controls that failed the validation in an ASP.Net application.
    SheoNarayan
    Saving images into the database in asp.net and displaying to the GridView 
    Last updated on: 29 Nov 2010 03:18:26 PM by SheoNarayan | Views: 121295 | Category: ASP.NET |
    Votes: 3 | Rating: 4.33 out of 5
    This article describes how to save an image file into the database and show them in the GridView.
    Mperdeck
    Minify JavaScript on the fly 
    Last updated on: 24 Nov 2010 09:44:38 PM by Mperdeck | Views: 20965 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    One cause of slow loading web pages is the time taken to load the JavaScript, CSS and image files. The software described here makes it very easy to reduce that time in any ASP.NET web site. It does this by minifying and combining the JavaScript and CSS files, optimizing browser caching, and much more. Installing and configuring the software is very easy for any site, and is described in detail in this article.
    DuaneM
    ASP.Net Site Performance: Speeding up Database Access 
    Last updated on: 23 Nov 2010 07:19:30 AM by DuaneM | Views: 12590 | Category: ASP.NET |
    SQL Server is a very large subject in itself. Rather than attempting to cover all aspects of SQL Server database access, this article focuses on those areas where you are likely to gain the biggest payoffs.
    Bharti
    Calender With Holiday Details in ASP.NET 
    Last updated on: 22 Nov 2010 08:15:29 AM by Bharti | Views: 13549 | Category: ASP.NET |
    Votes: 4 | Rating: 4.25 out of 5
    In this article, i will show you, how to add holiday details within control and apply some style for those dates.The purpose of this article is add India holiday details within the calendar control and apply some style to those dates.
    SheoNarayan
    Localization in ASP.NET 4.0 
    Last updated on: 19 Nov 2010 10:45:58 AM by SheoNarayan | Views: 56587 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    Creating web application that serves different users with different cultures is crucial for clients who are doing business gloablly and ASP.NET helps developers to create such kind of application easily. In article I shall describe how to achive localization in ASP.NET web application. Localization helps to develop a global application that can be used by the global users having different cultures.
    SheoNarayan
    Validating domain name in ASP.NET 
    Last updated on: 13 Nov 2010 10:32:36 AM by SheoNarayan | Views: 38546 | Category: ASP.NET |
    In this article, I have tried to get the solution of checking a valid domain name in ASP.NET. This might not be the 100% full proof method to validate the valid domain however based on the number of test I did, it works.
    SheoNarayan
    Error logging in ASP.NET 
    Last updated on: 20 Nov 2010 09:35:41 AM by SheoNarayan | Views: 72213 | Category: ASP.NET |
    Votes: 3 | Rating: 4.67 out of 5
    This article shows how to log error using asp.net in either a log file or in System event log.