Category Archives: ASP.Net

ASP.Net Web

Repeater Example in Visual Basic .Net


To Create the code and test this example, do the following steps: 1. Create a Visual Basic ASP.Net Web Application 2.  Change the Default.aspx.vb code to : ‘ Default.aspx.vb Partial Class _Default Inherits System.Web.UI.Page Dim myData As List(Of CustomData) Public … Continue reading

Posted in ASP.Net, VB | Tagged , , | Leave a comment