I'm not really sure being an ASP.NET developer, but do non ASP.NET developers (or ASP.NET developers working on other things) use the tag webforms when not talking about ASP.NET web forms? e.g. do PHP developers call their web application pages (or pages with forms) WebForms?
We don't have a special name for PHP-powered pages/scripts. We just say that we write them in PHP. Neither is PHP itself a framework; it is a language. There do exist major PHP frameworks, but none called WebForms as far as I know.
It would seem sensible to make those questions all tagged asp.net-webforms...but if the tag is ambiguous, that is a big manual effort as there were >900 tagged webforms...
This is what really bothers me. By now, there's currently quite a divide in the webforms tag between questions about ASP.NET WebForms and questions about generic "Web forms" used to refer to, well, forms on the Web, regardless of server technology (or even pure frontend htmlcsswebforms). The winner, by some margin, is asp.netwebforms, covering almost 1800 questions, with the other 1200-ish being unrelated to ASP.NET.
I'm inclined to go with what CodeInChaos has proposed, as asp.net itself is the framework used for developing Web apps on the Microsoft stack, and based on that are different sub-frameworks such as ASP.NET WebForms, ASP.NET MVC, etc.
Of course, ASP.NET MVC has its own taxonomy quandary, but that one is rather unfortunate as "MVC" is a well-known pattern that is almost entirely language and platform agnostic. "Web forms", I feel however, is a different beast...