I'm new to VB .NET, and if possible, I'd like something like Rails partials - bits of HTML template that can be referenced in a page's script, possibly within a loop. I know there might not be anything like that.
A:
You can read html into a string, and spit it out with a placeholder / literal control. the function is like so:
Dim tmp as string = GetHtmlFragement()
Placeholder1.controls.add(New LiteralControl(tmp))
Rick Ratayczak
2009-04-07 00:57:40
I thought that when I was cooking dinner. "Hmm, this chicken is not quite done. Sounds like a job for jquery." That's not a generic answer for anything.
Rick Ratayczak
2010-07-01 07:25:34