Browse by Tags

All Tags » Visual Basic (RSS)

Access Modifiers by Dennis

There are still a lot of confusion between access modifiers especially some keywords such as friend, protected, and protected friend. This post is meant to clear things up and distinguish the keywords from each other. Take note that C# keywords are in...
Filed under: ,

No love for VB? by Dennis

I'm looking around on books that evolves around ASP.NET and I'm starting to see a common pattern among a lot of the books. In most cases, they are predominantly written in C# leaving no alternate code in VB. I know that C# is being pushed by a lot of...
Filed under: , ,

Insertion of a page break in a repeater by Dennis

I was in a situation where I need to break up the data into a separate page after a certain amount of records (in my case 3). I chose to use repeater as I have a full control of the HTML layout and how I want my form to appear in a print format. I posted...
Filed under: ,
More Posts