Is it wise with ASP to implement your own counter?

I mean in the Page_Load event I can increment a value of a field in a table by 1 each tims the page is loaded. (except if IsPostBack is True)

Thanks,