Monday 29 July 2013

ASP.NET Session State Example in C#, VB.NET || What is Session in .NET || How to use Session in .NET ?

Hi friends, in this article I will explain about what is session? How to use session in ASP.NET?
Session : Server Side objects for saving your data for the session you are using the site, there is a time for which these objects stay in the memory and that is defined in web.config for session state section otherwise 20 mins by default.

Thursday 25 July 2013

Difference between cookie and session? || what is Cookie? || What is Session? in .NET || Cookies in ASP.NET

Hi Friends, in this article I will explain about what is Cookie? What is Session and Difference between cookie and session?
What is cookie?
  • A cookie is often used to identify a user.
  • Cookies have so many names likes HTTP Cookie, Web Cookie, Browser Cookie, Session Cookie, etc.
  • A cookie is a small file that the server embeds on the user's computer.
  • Each time the same computer requests a page with a browser, it will send the cookie too.
  • With ASP, you can both create and retrieve cookie values.

Monday 22 July 2013

How to Create Setup project in visual studio || Step By Step To Create Setup.exe For .NET Project || Create Setup and Deployment Project

Hi Friends,in this article i will explain about how to Create setup in visual studio or Step By Step To Create Setup.exe For .NET Project or Create Setup and Deployment Project.

I already explained in previous articles on Windows Forms.

Step 1: First of all, create a Windows Forms application with text boxes and button what you want like an application. 

Step 2: Next add a setup project by clicking on File-> Add-> New Project.

Sunday 21 July 2013

how to save each sheet in an Excel workbook to separate CSV files or saving data in Excel in different sheets of a workbook

Hi friends, in this article I will explain about how to save each sheet in an Excel workbook to separate CSV files or saving data in Excel in different sheets of a workbook.
I will explain through some example. I take one excel workbook it contains 10 worksheets and worksheets names like c1 c2 c3 etc.
Open Microsoft visual studio
Open File--> new-->project

Wednesday 17 July 2013

Restore Recently Closed Tabs in Chrome, Firefox, Internet Explorer | Reopen recently closed tabs in Chrome,Firefox, Internet Explorer

                 Hi friends , in this article I will explain about Restore Recently Closed Tabs in Chrome, Firefox,  Internet Explorer  or  Reopen recently closed tabs in Chrome,Firefox, Internet Explorer.
Sometimes it’s very important because we suddenly or by mistake we close the tab but we want that link, we don’t know that link URL, we can’t do anything. Actually I suffered that’s why I searched for this and write the post for U friends.
© 2012-2018 Aspdotnet-Kishore.blogspot.com. All Rights Reserved.
The content is copyrighted to Kishore and may not be reproduced on other websites without permission from the owner.