ASP.NET Articles (487) - Page 13

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
Some Cool and useable Tips and Tricks For GridView 
Last updated on: 11 Apr 2011 07:48:42 AM by Prabhakar | Views: 11237 | Category: ASP.NET |
Votes: 4 | Rating: 4 out of 5
in this article i want to share Some Cool and useable Tips and Tricks For GridView
Prabhakar
Fetch, Read, Write, and Store by HINDI Language in ASP.NET 
Last updated on: 01 Apr 2011 04:11:04 AM by Prabhakar | Views: 19784 | Category: ASP.NET |
Votes: 3 | Rating: 4.67 out of 5
In this article I am try to fetch, read, write and store data by HINDI Language. In a article I am show how to change you your required language , Hindi Translation, English , Hindi(Devlys001), and other language change by press right side Alt + Shift button both
Questpond
Comparison of MVC implementation between J2EE and ASP.NET, Who is the best? Part 1 
Last updated on: 17 Mar 2011 04:49:32 AM by Questpond | Views: 21245 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
Some times back I was discussing MVC with one of my Java friends. The talk ended up with a fight trying to prove how one technology is better than other in implementing MVC. For whatever reasons good or bad I was trying to prove that Microsoft technology is the best but…hmm,aaahh and ooohh.
SheoNarayan
How to host asp.net application on the web server (IIS) 
Last updated on: 16 Jul 2016 09:34:28 AM by SheoNarayan | Views: 593795 | Category: ASP.NET |
Votes: 7 | Rating: 4.71 out of 5
In this article, I am going to show how to host an asp.net application on IIS 7 (I have shown this example on Windows 7 Home Premium OS), however similar steps can be followed to host the application on the Windows Server 2008 R2 as well.
Madhu.b.rokkam
Validate FileUpload control in grid view... 
Last updated on: 02 Mar 2011 06:37:08 AM by Madhu.b.rokkam | Views: 19207 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
This article deals with validating the FileUpload control which is inside a GridView control.
Naimishforu
Building ASP.NET Pages 
Last updated on: 27 Feb 2011 08:46:48 AM by Naimishforu | Views: 7476 | Category: ASP.NET |
In this article, we will see how to create an ASP.NET pages.
Madhu.b.rokkam
Get Child window values to parent using javascript 
Last updated on: 22 Feb 2011 01:26:08 PM by Madhu.b.rokkam | Views: 20679 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
Through this article we will try to popup a child window and from there we will try to return a row data and populate into parent page using javascript.
  • Madhu.b.rokkam
    Calculate running total in a grid view and display 
    Last updated on: 16 Feb 2011 10:07:51 PM by Madhu.b.rokkam | Views: 21290 | Category: ASP.NET |
    This one is really very useful whenever we have a need to calculate running totals in the grid either row wise or in column wise.
    Prabhakar
    Read All Notepad Files in a folder and merge all notepad files DATA in . aspx page 
    Last updated on: 11 Feb 2011 04:51:29 AM by Prabhakar | Views: 13416 | Category: ASP.NET |
    Votes: 3 | Rating: 4.67 out of 5
    In this article I am trying to fetch data more notepad file’s of a folder and merge them on an aspx page. In this sample article I have used 45 notepad files, firstly read them and then merge all files and write on a .aspx page. It’s a fast way to assemble all files to in a one webpage.
    Prabhakar
    Import Gmail Contact’s in GridView and Send Mail to Selected Email id’s 
    Last updated on: 26 Mar 2012 03:14:08 AM by Prabhakar | Views: 29985 | Category: ASP.NET |
    Votes: 6 | Rating: 4.5 out of 5
    In this article I am fetching all Gmail contacts in Gridview . Many time we required our mail id contact list. In article I am trying to do this . All contacts are fetched in Gridview with name, mailed, home no, phone no etc.
    Prabhakar
    All in One Export Data in ASP.NET, Gridview to DOC – Gridview to Excel – Gridview to PDF 
    Last updated on: 08 Feb 2011 12:59:54 AM by Prabhakar | Views: 92946 | Category: ASP.NET |
    Votes: 3 | Rating: 5 out of 5
    In this article I have shown power of ASP.NET to export data to excel, pdf and doc. Other softwares that uses these extension gives flexibility of sorting, searching and security. In a article you will get some good tricks to Export data in excel, documents & PDf Files.
    Ganeshji
    File Upoad Using Javascript 
    Last updated on: 27 Jan 2011 12:49:21 PM by Ganeshji | Views: 9080 | Category: ASP.NET |
    Votes: 1 | Rating: 3 out of 5
    Here i have shown how to check the extensions of the file which are being browsed by the FileUpload control.
    Ganeshji
    Master Page and Content Page 
    Last updated on: 25 Jan 2011 02:59:45 PM by Ganeshji | Views: 59357 | Category: ASP.NET |
    Votes: 3 | Rating: 4 out of 5
    Here i have tried to discuss Master Page handling concept in details.
    Questpond
    Debugging, Tracing and Instrumentation in .NET and ASP.NET (14 FAQ) 
    Last updated on: 25 Jan 2011 08:39:39 AM by Questpond | Views: 23715 | Category: ASP.NET |
    Votes: 4 | Rating: 4.75 out of 5
    Diagnosing a software application is an art and this art has to be more skillful when you go on production. In development environment you have the complete VS IDE tool so the diagnosing becomes much easier. On production environment as a best practice you do not install visual studio IDE. So on production it’s like fighting with the lion without a knife.
    Prabhakar
    Merge Data Columns in Gridview 
    Last updated on: 22 Jan 2011 05:04:59 AM by Prabhakar | Views: 18520 | Category: ASP.NET |
    Votes: 1 | Rating: 5 out of 5
    In this article write the code to merge column & cells in same data in cells. I am described how to merge cells in Gridview in ASP.NET . In this article I am add OnRowDataBound Event of gridview and use RowSpan of cells.