Tag: DotNet

Dynamically Load MVC Partials Using jQuery

Normally I do my examples in C#, but lately I have noticed a lack of VB.NET examples. Therefore, this example is in VB.NET. I have searched long and hard to find a way to dynamically load MVC partials. I had

Posted in jQuery, Web Tagged with: ,

Auto-Link Using Regular Expressions

I was recently asked if I could automatically turn website text (ex: www.google.com ) into HTML hyperlinks.  My first thought was ah CRAP!  I also wondered why they could not use the link tool in the editor, but they asked

Posted in C#, C-Sharp, Developement, How To, Web Tagged with: , , , ,