One thing that kind of annoys me is the situation where you just want a url, but you don’t want one of the prepackaged links using: Html.RouteLink Or Html.ActionLink Mostly because you want to be able to create your own html and you only want the created url. Well turns out there’s a method for [...]
Tag Archives: ASP.Net
Dynamic Markup Property Collection for a WebControl
I wasn’t exactly sure how to write this title as it’s not easy to explain in a short sentence, however I can say that I am completely embarrassed by the result and may have to consider hiring a title consultant. However, for now it will have to do. Ok so what is this about? Well [...]
Add Controls to Control in ASP.Net (With Less Pulp)
So this should be a fairly easy showing and you’ll be on your way quickly. Hell most likely you won’t finish this sentence before going somewhere else. BUT for those who brave this post, you will be rewarded… I hope. So here’s the problem, you have a UserControl/WebControl/ExtenderControl/ScriptControl/… (Seriously?) that you want to be able [...]