ASP.NET Articles (487) - Page 18

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.
 
BangaruBabu
Import Gmail Contacts into ASP.NET GridView 
Last updated on: 12 May 2010 06:56:34 PM by BangaruBabu | Views: 40889 | Category: ASP.NET |
Votes: 11 | Rating: 4.64 out of 5
In this article I will explain how to import gmail contacts of a user by using GContacts Data API provided by Google. This Article will help the developers, who are willing to develop SOCIAL NETWORK applications like facebok, orkut, hi5, twitter e.t.c.In Social Network Applications –their objective is to promote their website world wide to n-no of users, for that they targets gmail,yahoomail,AOL,hotmail e.t.c.where you need to invite more people. By keeping that motive in mind I prepared this article with help of Google Contacts API and their suggested source code, I customized according to my Requirement. Its Just like kids play. There is no need to think more and more with Hazards of knowledge.I will explain this article with Step by Step.
Psmiles18
How to create & consume Web service ? - The simplest way 
Last updated on: 15 Jun 2010 11:05:42 AM by Psmiles18 | Views: 15523 | Category: ASP.NET |
Votes: 3 | Rating: 5 out of 5
This article is to learn the simplest method of creating and consuming web services.
Diya0076
Quick theming your asp.net website 
Last updated on: 29 Apr 2010 10:38:14 PM by Diya0076 | Views: 7954 | Category: ASP.NET |
In this article you will learn how you can quickly apply themes in you asp.net project
Brij
A Walkthrough to ASP.NET 4.0 URL Routing 
Last updated on: 29 Apr 2010 12:40:25 PM by Brij | Views: 37968 | Category: ASP.NET |
Votes: 3 | Rating: 4.67 out of 5
In this article, I tried to explore the new feature URL Routing of ASP.NET 4.0.
Muhilan
How to pass values from one page to another page without state management techniques? 
Last updated on: 27 Apr 2010 08:46:41 AM by Muhilan | Views: 33281 | Category: ASP.NET |
Votes: 2 | Rating: 4 out of 5
This article shows how to pass values from one page to another page without state management techniques like Session , Query string , cookies etc..
Cp_raj
Asp.net Treeview control - Adding parent with n- number of child 
Last updated on: 27 Apr 2010 02:01:50 AM by Cp_raj | Views: 20049 | Category: ASP.NET |
Votes: 1 | Rating: 5 out of 5
To Add n- number of child to the treeview
Ashokdiggavi
Assign / Update the gridview Checkbox's Checked property value from a datafield that is of non-boolean datatype that is bound to a SQLDataSource. 
Last updated on: 23 Apr 2010 10:29:12 PM by Ashokdiggavi | Views: 26306 | Category: ASP.NET |
Votes: 2 | Rating: 4 out of 5
If we could have accessed the Bind method ,that implicitly performs two-way binding, in the code-behind then we could have just override the RowDatabound event and assigned the value to the gridview's checkbox control using the Bind method. But unfortunately the Bind is not available in ASP.Net 2.0 instead Eval only is available. We could still achieve this in two simple and easy steps. 1. Wrap the Eval(fieldname) HTML code in a function eg: Checkvalue that checks the datafield value, performs transformations to True OR False values and assigns to Chekced property. 2. Override the RowUpdating event of gridview and update only the Checked property's value since the SQLDataSource that is bound to gridview will take care of remaining fields to update. Please let me know if this has helped anyone solve the problem!!
  • Brij
    A Beginner's view : Web.config 
    Last updated on: 21 Apr 2010 04:09:47 PM by Brij | Views: 139206 | Category: ASP.NET |
    Votes: 6 | Rating: 4.83 out of 5
    In this artcle , I will be explaining the common and mostly used web.config tags, their different sections and also dicuss about securing the the config file.
    SurajRane
    Creating Custom Configuration section 
    Last updated on: 22 Apr 2010 10:21:12 PM by SurajRane | Views: 12535 | Category: ASP.NET |
    Votes: 3 | Rating: 4.33 out of 5
    Many times we come across situations when we need to define our own settings( Rather than using AppSettings key/value). This article is just a try to make you understood how we can achieve such functionality.
    Abhi2434
    ASP.NET 4.0 : Manipulate ClientID using ClientIDMode 
    Last updated on: 30 Mar 2010 07:06:08 PM by Abhi2434 | Views: 66514 | Category: ASP.NET |
    Votes: 18 | Rating: 3.67 out of 5
    In this article I will discuss how you can manipulate the ClientId of each control being rendered in the browser. The article also demonstrates how you can use Predictable ClientId for data bound controls.
    Archak
    Detecting Refresh or Post back in ASP.NET 
    Last updated on: 24 Mar 2010 07:15:26 AM by Archak | Views: 31339 | Category: ASP.NET |
    Votes: 9 | Rating: 3.67 out of 5
    There are situations where we would like to detect if the post back is from a form interaction (i.e. submit or button clicks) or is it by hitting the browser F5 refresh button. Many of them will jump saying how about checking ‘Ispostback’ value. ‘IsPostback’ will always have the value which was set previously. So for instance if the page was posted back before refresh, then the value will be true and if the page is not posted back before refresh, then the value will be false.
    Questpond
    Comparison of Architecture presentation patterns MVP(SC),MVP(PV),PM,MVVM and MVC 
    Last updated on: 04 Apr 2010 02:41:55 AM by Questpond | Views: 39970 | Category: ASP.NET |
    Votes: 8 | Rating: 4.75 out of 5
    This article will compare four important architecture presentation patterns i.e. MVP(SC),MVP(PV),PM,MVVM and MVC. Many developers are confused around what is the difference between these patterns and when should we use what. This article will first kick start with a background and explain different types of presentation patterns. We will then move ahead discussing about the state , logic and synchronization issues. Finally we will go in detail of each pattern and conclude how they differ from each other.
    SurajRane
    Restrict User to access site when Js is disabled in browser. 
    Last updated on: 18 Mar 2010 03:31:40 PM by SurajRane | Views: 7216 | Category: ASP.NET |
    Votes: 3 | Rating: 2.67 out of 5
    In this article I provided some trick for not allowing user to aceess your site when javascript is disabled in browser.
    Abhijit Jana
    Beginner’s Guide: How IIS Process ASP.NET Request 
    Last updated on: 14 Mar 2010 08:44:21 AM by Abhijit Jana | Views: 558456 | Category: ASP.NET |
    Votes: 28 | Rating: 4.64 out of 5
    This article describes how the IIS process clients requests and responses.
    Vuyiswamb
    How to Write a Simple login page in Asp.net 
    Last updated on: 26 Jun 2012 12:34:07 PM by Vuyiswamb | Views: 1194488 | Category: ASP.NET |
    Votes: 11 | Rating: 4.64 out of 5
    Yesterday I stumbled across a post that was posted on our forum. I was very busy with other things, when Sheo started a conversation based on that post. I was looking at it until he updated the untagged code that was posted. By looking at the Stored Procedure I could see that the poster was lost and his Stored Procedure approach failed him. In this Article am going to explain how to write a simple login in Asp.net.