I would like to do something similar to the "Load on Demand" and "First Look" example. I have several asp:LinkButton's . Onmouse over, I would like to load a user control. Does anyone have an example of how to do this not using the code behind. I am not loading data from a DB. I seems that all the examples say its possible to put the information inline, but when I view the actual code, all the examples use code behind and load from a DB. Anyone??