How to convert Data
Set to the SQL Lite DB file in Asp.net C#
Introduction:-
Actually the article
is use full for both Android and C# users ,because all the android devices are
working with open source DB SQL Lite .All the android users are usually
use to create database from SQL Lite .From that we are processing the
operation (pushing that data in to main Data base).
For overcome all these
situation we tackled this code.
Step1:-
Download the SQL Lite DLL file and...
Monday, December 29, 2014
Download a file from Asp.net C#
Download a file
from Asp.net C#
How to download the
file from the server using the asp.net c#
For sample purpose i
used one .css file for download
using System;
using
System.Collections.Generic;
using System.Linq;
using System.Web;
using System.Web.UI;
using
System.Web.UI.WebControls;
namespace SampleTestingCodes
{
public partial
class DownloadingFiles
: System.Web.UI.Page
{
protected
void...
Subscribe to:
Posts (Atom)