Pages

Subscribe:

Ads 468x60px

Saturday, October 13, 2012

how to define session as string in asp.net using c#

In this simple web programming tutorial we will learn that how we can define a Session as string in asp.net using C# to assign it to a string veriable. see the written below code and just copy and paste it.

  string data = Session["Data_var"] as string;

No comments:

Post a Comment