If you are anything like me, you're spending a lot of time working with ASP.Net 2.0 building complex user controls.
For example, you might need to have a large piece of JavaScript included as an external resource, not emitted into the .aspx page. This page has a detailed step-by-step guide on how to embedded URL accessible resources into a control.
Or perhaps, also like me, you are making use of the System.Web.UI.Masterpage namespace and are wondering about passing objects between content and master pages. Well, this page has a detailed step-by-step guide on how to pass information between Content and Master pages in ASP.Net 2.0.
No comments:
Post a Comment