ASP.NET Articles (487) - Page 6

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.
 
San.Pblr.Gct
Previewing image in ASP.NET image control 
Last updated on: 26 Jul 2012 06:48:41 AM by San.Pblr.Gct | Views: 13530 | Category: ASP.NET |
Recently , there are so many people asking in forums, how to preview the uploaded image, before saving it to database. In this article, let us see how to preview the uploaded image in ASP.NET before saving it to database. Also this will explain how to feed byte array into an image control. We are going to achieve this using IhttpHandler
Dotnetrajanikanth
Return Multiple Values(or Objects) in VB.NET 
Last updated on: 17 Jul 2012 04:17:59 AM by Dotnetrajanikanth | Views: 12369 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
Here we will learn how we can return(get) multiple values or objects from a subroutine(I know that subroutine wont return any value) in VB.net code. This functionality is available in C# as IN and OUT parameters.
Niladri.Biswas
Pass an encoded XML/HTML content in the form of Byte Array from one page to another 
Last updated on: 22 May 2012 10:18:27 PM by Niladri.Biswas | Views: 8111 | Category: ASP.NET |
In this article we will look into "how to pass an encoded XML/HTML content as Byte Array from one page to another using a query string"
Sheonarayan
Customizing asp:Chart Label font styles and intervals etc. 
Last updated on: 08 May 2012 08:39:55 AM by Sheonarayan | Views: 49807 | Category: ASP.NET |
Votes: 3 | Rating: 5 out of 5
I was facing problem in adjusting the asp:Chart Axis labels font and intervals and found it very difficult to customize them. In this article, we are going to learn how to customize the asp:Chart control X or Y axis labels, its appearance and the intervals of the Label etc.
Sksamantaray
Create Chart in SSRS(RDLC) Report 
Last updated on: 31 Mar 2012 03:18:34 AM by Sksamantaray | Views: 27336 | Category: ASP.NET |
In this article ,we will see how to create a Chart in SSRS(RDLC) Report.
Sksamantaray
Transforming a SSRS(RDLC) Report report output to Excel format 
Last updated on: 27 Mar 2012 12:14:02 PM by Sksamantaray | Views: 21586 | Category: ASP.NET |
In this article we shall learn how to transforming the report output into MS Excel.
Vishalbedre
How to bring RadioButton instead of CheckBox in asp:TreeView control 
Last updated on: 27 Mar 2012 10:23:02 AM by Vishalbedre | Views: 14529 | Category: ASP.NET |
Votes: 2 | Rating: 5 out of 5
I had a scenario where I wanted to convert the CheckBoxes of the TreeView to radio buttons and user should be able to select only one radiobutton items for a single parent node. I googled and couldn't find an easy way to do that and after that I came to this code snippet and it really works great. This article explain u how you can add the radio button in instead of checkbox in TreeView.
  • Sksamantaray
    Transforming a SSRS(RDLC)Report report output to PDF format 
    Last updated on: 24 Mar 2012 02:54:27 PM by Sksamantaray | Views: 17063 | Category: ASP.NET |
    Transforming the report output into PDF is an easy task now.
    Hmanjarawala
    Encrypt and Decrypt Query String 
    Last updated on: 28 Mar 2012 04:43:42 AM by Hmanjarawala | Views: 18859 | Category: ASP.NET |
    Votes: 4 | Rating: 4.75 out of 5
    In this article we will get an idea, about how to encode query string while information passing and how to decode it at the receiver end.
    Sksamantaray
    Send Mail using WebService 
    Last updated on: 18 Mar 2012 12:10:32 PM by Sksamantaray | Views: 24616 | Category: ASP.NET |
    Votes: 2 | Rating: 4.5 out of 5
    Sending mail is an easy task, using web-service has added some additional flavor to it.What i mean to say is if you know how to use a web-service it is not confined to web application only rather a windows form, applications like c++,java,vb programs can also consume the same web-service to send mail.
    Rajkatie
    Default child controls in any web page in the asp.net 
    Last updated on: 27 Feb 2012 05:08:39 AM by Rajkatie | Views: 8240 | Category: ASP.NET |
    Votes: 4 | Rating: 4.5 out of 5
    Hope this article helps you to increase your .net internal knowledge.
    Sksamantaray
    Creating Sql Server Report (RDLC) using Dataset 
    Last updated on: 20 Feb 2012 05:31:40 AM by Sksamantaray | Views: 37951 | Category: ASP.NET |
    Creating a Sql Server Report(RDLC) with the help of Dataset is straightforward task now.
    Sksamantaray
    Create SSRS Client Side Report 
    Last updated on: 14 Feb 2012 02:09:36 PM by Sksamantaray | Views: 29858 | Category: ASP.NET |
    Votes: 3 | Rating: 4.67 out of 5
    Creating a SSRS Client Side Report is relatively easy by using dot net features without a need to use SSRS reporting service.
    SheoNarayan
    How to validate a textbox for range of values,correct date? 
    Last updated on: 13 Dec 2011 03:08:51 AM by SheoNarayan | Views: 17237 | Category: ASP.NET |
    In scenarios where we want to validate a textbox for the specific range of values, and ensure that the correct Date to be entered, we can follow this approach.
    SheoNarayan
    What is "CauseValidation" property and how to avoid validation on clicking of a button? How to validate two different sets of Form fields separately? 
    Last updated on: 14 Nov 2011 03:02:50 AM by SheoNarayan | Views: 12321 | Category: ASP.NET |
    Votes: 2 | Rating: 4 out of 5
    In scenario where a page has multiple buttons and the need is to avoid validation on clicking of certain button, we can follow this approach.