Monday, May 23, 2011

How to create shared assemblies in Aspnet

Hi friends, in this article I would like to explain creation of shared assembly.
Let’s start with, what is an assembly..?
In simple, Assembly is unit of deployment like EXE or a DLL.it contains one or more files like dll,exe’s,html files etc…,
Read more »

Labels: , , ,

Saturday, May 21, 2011

Simple Way to Integrate Facebook login button in Aspnet

facebook_login_button

In this article i would like to explain the integration of facebook login button in your aspnet website.Integrating facebook login buttons in applications are very easy.just follow the steps

First,we have to create a application for this click here
Read more »

Labels: , , , , , , , ,

Wednesday, May 18, 2011

Bind the data in Spinner from Database in Android

Hi Friends,In this article i would like to share how to bind values in spinner from sqlite database in android.Spinner is nothing but just like a Dropdownlist..Now just follow the steps to bind the data
Read more »

Labels: , , , , , ,

Friday, May 6, 2011

How to Send a Mail Using Aspnet with C#

Hi Friends, In this article i would like to explain the procedure of Sending a mail in Asp net with c#. I am already explained the procedure of sending a mail with multiple attachments.Now ,In this article i am going to explain only sending a mail in a particular format using Aspnet and C#

Read more »

Labels: , , , ,

Add Xml Datasource to gridview DropDown list

HI friends ,In this article i would like to explain "how to bind XML Datasource to Dropdown list" just follow the steps clearly

First we need to create a XML file to store the data.suppose you would like to store contries data in xml file and bind that data to Dropdown list
Read more »

Labels: , , , , , , ,