Top "Page-directives" questions

ASP.NET @Register vs. @Reference

I'm working with referencing user controls on my ASPX page and I'm wondering what the difference is between these two …

asp.net page-directives
Converting CodeFile to CodeBehind

So I seem to have some difficulties with making my CodeFile reference into CodeBehind. Before you ask, I do not …

c# .net code-behind page-directives
How to set Async Page Directive Dynamically so Async Methods work

I am writing some Utility code to send off emails Async. var mailClient = new SmtpClient(smtpHost); mailClient.SendCompleted += new SendCompletedEventHandler(…

c# asp.net asynchronous page-directives