i have a question about asp : i have a list of ids that are returned from the server to my webpage . Can i return it in a div under a asp.net control ? :
div_containing_link += " < asp:linkbutton id="bleah" runat='server' onclientclick='java_function()' onclick='dosomething' />"
if not , how can i do so ? the particular example is that i want to return a list of people ( friends of my friends -- i'm developing as a project a facebook-like app ) and when i click on them i want to send to the server that we should become friends and make the changes needed in the database .