I am new to asp.net. I am creating a ASP.net website using VB.net. So here\'s my problem
Dim myCounter as Integer = 0 Protected Sub Button1_Click(ByVal sender A
@Rex M's suggestion for using Viewstate is good.
If the counter is not sensitive information or something you're worried about someone tampering with., here's an easier idea:
You can also use an and store the value there. Then it will persist between postbacks and you can increment it each time..