Web Update 24

  • About webupdate24
  • Advertise
  • Contact
  • Home
  • Privacy Policy
  • Terms of Service
Illustration of a bird flying.
  • Simple Excel Data read and save with C#.NET

    Hello All Today i will demonstrate the process of Excel data read with both DataReader & DataSet . Though the Code is not optimize but its very simple to read a excel file in OLEDB. In the example i have hard-coded the Excel file location named “Book1.xls“, and the selected sheet is “Sheet1“. We also […]

    August 9, 2008
  • Simple .NET Cookie Management

    Hello all Today I will give a short description about using Cookie with .NET , Cookie is one of the most impotent thing to maintain scalability of server as well as manipulation user’s information easier. Generally a Cookie enabled browser can store about 20 cookies for a single domain , so what’s happen ;when you […]

    July 24, 2008
  • Easy dll using in Visual Studio

    Hello again Today I will show how to use a .dll  file using Visual Studio. dll is nothing but the a complied managed code by .NET CLR (at least for this tutorial). what I did is just wrote a simple class “Employee” in a new project named “EmployeeInformation”. It has one property and a method […]

    July 17, 2008
  • Simple multiple projects add to Visual Studio

    Hello all Today I will explain how to add multiple project in Visual Studio .(That could be use for n-tier architecture or for other purpose). In .NET or in any language its wanted to fragment individual module of a system should have to be separated. In .NET we do this by adding multiple project in […]

    July 13, 2008
  • Simple XML pursing with XPath

    Hello again. Today i will talk about how to purse XML simply with .NET’s XPath features.We know XML now days gets very important thing for transferring or what ever. I will show how simply we can Purse a XML file.Suppose we have a XML file named “Sample.xml” and the structure of that XML file is […]

    July 12, 2008
  • Simple Mail send Through .NET

    Hello all ,Today i will describe how to send mail through .NETFirst we have to configure the SMTP mail server . In this context i have assumed you mail server has been configured (including web.config ).Now we have to import using System.Net; using System.Net.Mail; And through the following code we will able to send mail […]

    July 12, 2008
  • Event fire at certain time.

    (This article is taken from one of my other blog.) from few days one thing is clicking in my head very simple but not initiated before.so i have posted the problem in phpfreaks forum and got some useful solutions : #1 : hi i want to know how to run continuous service which is written […]

    July 5, 2008
  • Easy Northwind Database installation.

    Its pretty much needed to work with a existing relational database to test any new features of a language,but its really tough to get it at the right moment. We can easily get one from Microsoft’s Northwind database.First we have to install SQL Server Management Studio and then download the sample database form here . […]

    July 5, 2008
←Previous Page
1 … 9 10 11

Web Update 24

Proudly powered by WordPress