Wednesday, January 15, 2014

Print Images in runtime Using ASP.Net .

Here I am going to explain ,How can you  print number Images in Runtime using Asp.Net.
I use a Place Holder control to print number of images in run time.
In previous articles I explained How can you Rotate Image In Asp.Net ? ,
How to Print Data Using JavaScript.
Very Easy way to print number of images in run time.

Download Code Here

Demo :

How Can you show Random Image Using WCF ?

Here I am going to Explain How Can you show  Random Image Using WCF ?
In previous articles I explained How can you Create WCF application .

Download Code Here

Demo :
Create WCF Service and Give the WCF service Name Mywcfapp.svc.
It Display 2 Section IMywcfapp.cs and  Mywcfapp.cs.

How can you Create WCF application ?

It Stands for Window Communication Foundation (WCF).

It provides services to different end User to perform various messaging operations.
It  Contain different type of services
i.e  1. Service Contract  
     2. Data Contract
     3. Error Contract
     4. Message Contract

 Service Contract contains 2 section
1.       Service Contract
2.       Operation Contract

In service contract we define the attribute of interface
And in Operation Contract we define the member functions.

How to create WCF services 

Go to solution explorer à Add New Itemà add a WCF services
Give the service name like mydemo.Svc à Click Add
It display 2 files in appcode folder
i.e :  Imydemo.cs file  and mydemo.cs
Open Imydemo.cs file it contain some predefined methods called as DoWork().

Friday, January 10, 2014

Rotate Image In Asp.Net .

Here I am going to explain ,How can you rotate image using asp.net.
You can Rotate image 90 Degree and 180 Degree.
Previously I Explain Save data in SqlServer database in any language (hindi, english,Odia, marathi, etc) using Asp.Net (C#).

Very Easy way to Rotate a image according to your
Requirement.

Download Code Here

Demo :

Thursday, January 9, 2014

Save data in SqlServer database in any language (hindi, english,Odia, marathi, etc) using Asp.Net (C#).

Here I am going to explain ,How can you Save data in SqlServer database in any language (hindi,  english,Odia, marathi, etc) using Asp.Net (C#).
Here I am using Google API to Convert English language to other language.
Previously I Explain How to  Convert English Language to Other Language Using Google API.

Very Easy way to store any Language data in SqlServer DataBase and Display in GridView.

Download Code Here

Demo :

Tuesday, January 7, 2014

How to Print Data Using JavaScript.

Here I am going to explain ,How to print data using JavaScript.
I use a panel control to print the particular panel and I put many controls like
GridView, Label, Text etc.

Demo :

Bind Year List in DropDownlist Using C# Code.

Here I am going to explain ,how to bind year list in dropdownlist  using c# code.
I use for_ loop to bind year list.

Demo : 

Loop for Bind year list :

Monday, January 6, 2014

Bind State ,Districts and City in dropdownlist using c#.net

Here I am going to explain how to Bind State ,Districts and City in Dropdownlist using c#.net.
Here I am using AJAX Update panel to perform Client-site Operation.
Step 1 :

Create 3 tables Namely State, District and Cities.
Like the Below Image.                              Table Name :   State

Table Name : District


Table Name : Cities

Output :

Friday, January 3, 2014

AJAX Animation Control Example .

Here I am going to explain ,How can you use Ajax Animation Extender  in  asp.net. Here i use the Animation Extender to fade in and fade out of the content in a certain duration. To use the Ajax control in asp.net ,first you have to add Ajax Tool Kit in your application.

Create a webpage , Copy and  paste the below code .