ASP.NET controls

Joined
Jul 28, 2010
Messages
1
Reaction score
0
Hello,

I have a website that retrieves data from a database and shows the all retrieved data in a same page. I use a datalist control to display the retrieved data and three linkbuttons to filter the retrieved data(ps:each linkbutton passes a different selectparameter to control the data filtering). I put the datalist control in a updatePanel so it supports partial-page load. Also, for each data item in the datalist control, I place a button (ps: the number of data items and buttons for them is determined by the number of records in the database) which I want to use to trigger another partial-page load that display a embedded object associated with each data item. The purpose of this website is to implement data retrieving and multi-ajax feature in one page by using ASP.NET, visual web developer and SQL Server 2008.

each data item has a property called embedded_code that stores the actual embedded code for them. I use web service to retrieve the embedded code when a specific button is clicked and the data returns successfully as a string.But the problem is that I don't know what or how to hold this string so the embedded object can be displayed.

anyone has a clue to that? thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,769
Messages
2,569,580
Members
45,054
Latest member
TrimKetoBoost

Latest Threads

Top