I have a web page (ASP.NET, ASCX) which has to show some contents of a database. The choice of contents is determined by some variable, say x. So, if x=1, I show the first column of a given database table, if x=2 I show the second column and so on.
I am told that I need to use a thing called "placeholder".
Can anyone show me how to do so?