session array
ASP.NET
3
Posts
3
Posters
0
Views
1
Watching
-
i wanna to make an array session how can i do that to but many data in the same session name example session["mysession"][n] i wanna some thing with the same consept
You put the array itself in the Session. Session["your_array_name"] = your_array
-
You put the array itself in the Session. Session["your_array_name"] = your_array