Saturday, 13 June 2015

ASP.Net project Gift Gallery (Online Store)

Online  Gift Gallery Store Project in ASP.Net with C#.Net and Sql Server 2008 Database as Back end.

To Buy this Project  email me @ deepak.ashitan@gmail.com

Thursday, 29 May 2014

Read Text File Path and Content Using C#.Net

This code read the File path and content of the text file and display the File Path and Content in TextBoxes.

Download Code Here
Download Code Here

Tuesday, 27 May 2014

Open PDF file in Web Browser

This sample code has two option one is to Download the PDF file and Second One Open the File in Web Browser Code Written in ASP.Net

Download Code Here

Download Code Here

Wednesday, 19 February 2014

Save All Rows of DataGrid to DB on Button Click

This Program Demonstrate, How can we insert all rows of DataGridView into Sql Database Table on Just One Click on a BUtton. This is Simple Code Written in VB.Net and Back End Database is SQL Server 2008

Download Codes Here 





Download Codes Here

Thursday, 21 November 2013

Multi Level Login from Single LoginWindow

You learn how to login a users for Multi level (like user and admin) from Single Login Window. In this code 3 Different logins provide.For students(Username: s1001, Password: 1234)For Teachers(Username: t2001, Password: 12345)For admin(Username: admin, Password: 123456)

Download Source Code 








Download Source Code 

Textbox Events Lostfocus,Gotfocus and Use of Progressbar and Timer

This example shows the use of TextBox events like Gotfocus, Lostfocus. This also Shows the use of Progressbar and Timer Control


Download Source Codes 

Download Source Codes 

Sunday, 3 November 2013

Text To speech Program in C#.Net and Vb.Net

This Program is a example of Text to Speech. You just write in Textbox. And press Button to Speech. This is Implemented in C#.Net and Vb.Net

Download Example in C#.Net                                                        Download Example in Vb.Net


Download Example in C#.Net                                                        Download Example in Vb.Net

Monday, 28 October 2013

Save and Retrive Image from SQL Database in VB.Net

This code save the image into SQL SERVER database. And retrieve image From SQL SERVER database and Display on Picture Box. If reaches on last image then again show First image

Download Source Code 




Download Source Code 

Thursday, 24 October 2013

Export Grid View Data to Excel in ASP.Net


 This Code Sample export the Gridview Data (Rows Column) to Excel Sheet On Button Click. Coding done in C#.Net. Data base is Attached with the code in App_Data Folder



Download Source Code Here



Download Source Code Here

Sunday, 13 October 2013

Email Send using VB.Net

This Program send an email to the given address, with given subject. You just need to Change Credentials in the Program. This is very simple program. It uses smtp of gmail. If you want to send email from another email serivce use their smpt details

Download Source code



Download Source code

Monday, 7 October 2013

Mobile and DTH Recharge Project in VB.Net


 Mobile And DTH Recharge Project in VB.Net.This Project used at mobile and DTH recharge shops. This Used MS Access as Back End. Use "maa" as USERNAME and "111" as PASSWORD.


Download Project



Download Project

Monday, 2 September 2013

Change The Shape of form in VB.Net using Region

This program shows how you can change the shape of the vb.net form . Some Screen shots of changed shape of form are given below

Download Source Code change Shape of Form






Download Source Code change Shape of Form

Type Hindi Characters using English Spelling

This program developed in Java using Swing. User can type in English and program Convert spellings into Hindi. Like Below Screen shots

Download Source Code :  Hindi in English

Type Punjabi Characters using in English

This program developed in Java using Swing. User can type in English and program Convert spellings into Punjabi. Like Below Screen shots






Download Source Code Here : Punjabi In English

Sunday, 1 September 2013

Move Buttons Up and Down On Button Click

Two Buttons on a form Button1 And Button2. Button1 Move Upward and Button2 Moves Downward.

Download Source Code :Move Buttons





Download Source Code :Move Buttons

How to Run An Application only if Other Application Is running

This code Demonstarte the how you can set an application running Depend on Other.
Suppose we have 2 apps app1 and app2. Now App2 run only if app1 is running. Or say App2 Needs App1 to run.
Download Source Code App2 Needs App1 to Run

 1. App1 is ruuning and Its Button call for App2
 2. App2 is Running Ok and Message shown "Its OK".
3. If any one try to run App2 directly from bin folder it shown an error message It Require App1.

Download Source Code App2 Needs App1 to Run

How to Change Panel color Dynamicaly in ASP.Net

This Program Demonstrate how can we change the panel color in asp.net at run time.

Download Soure Code Here Change Panel Color



Download Soure Code Here Change Panel Color

Student Enrollment Project in Vb.net

Student Enrollment Project in Vb.net . This project has basic funcation line add new record, update/delete existing, and search Record. This also shows the enrollment of students class wise and different for boys and girls.
Download Source Code Here Student Enrollment Project



Download Source Code Here Student Enrollment Project

Monday, 12 August 2013

Display System Information on Button click using VB.Net

Display System Information on Button click using VB.Net
Download Code from www.codesorigin.com (code ID 34)






How to Show Data from Database table into ListView control. in VB.Net

How to Show Data from Database table into ListView control.
This Programs show how to retrive the database Table from Database into List View using VB.Net 2010.
Download Source code http://codesorigin.com/ (code ID 35)