Posts tagged “asp.net”
Data Binding
So what is data binding? It’s a technique to fill a Asp Control with values from a source. This source could be an XML, or a database. Why would you want that? To create dynamic websites of course! With data binding techniques, you can separate the way you make data visible, and the actual data. [...]
Add hyperlink to the Bulleted List Control
This will be a very short tutorial, but still I couldn’t find any information relevant to the search: How to add hyper link to the bulleted list control. Nevertheless this is pretty easy. We assume you want to do this in your Code-behind File, so you can add hyperlink in a list dynamically. First create [...]
Add items to the Bulleted List Control (in the code file)
My next tutorial will be a really short one. But still I have spent a really long time to find what I was looking. Maybe because it was way to easy? I wanted to generate a BulletedList Web Control, in my code file. Inside a for-loop I wanted to add texts to my list. [ad#Adsense] [...]