Tagged Questions

1
vote
1answer
84 views

Better Explanation for Sessions Asp.Net

I am trying to use sessions for the first time and would like to know abt that in a better and easy way. I am creating a session variable using GUID and creating a folder with that GUID and storing ...
0
votes
1answer
32 views

Retrieving Part of the Page Body

Is there a way to retrieve only part of a page? I need to access a certain number of characters after the sexdecillionth character, and I know that it is possible. I can't request the page, because it ...