Click here to Skip to main content
15,899,313 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How do I add a datalist item to another page without page postback.

Data list items are coming from a user control and ascx.cs

We are having navigate url.
Posted
Updated 22-Dec-10 0:24am
v2
Comments
[no name] 22-Dec-10 9:34am    
What do you mean "add a datalist item to another page"? Please clarify your question.

1 solution

I think you're filling Dataset which is inside of UserControl and you want to fill the Data List on some controls click out side of UserControl.

Without PostBack it isn't possible(IMO It's possible using Asynchronous service but it's quite tedious) to fill, Because To fetch a data it needs a round trip.

That could be only possible if you're handling everything using JSON with Webservice.

Find around a net you will find many asynchronous way to fill the data without postback.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900