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