Click here to Skip to main content
15,915,094 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
Sir/Madam,
I want to know which control is best way to use in asp.net for my project. I am developing a website and that website look like facebook website and u find that there is control update status panel where we can give our status upload image and etc. And whenever you want u can update that delete that or anything . but i dont know which control is suitable for that . because when i think repeater control there is no update delete command . so your answer will be apreciate.
Posted
Updated 24-Oct-15 6:39am
v2

1 solution

You can design the Repeater according to your requirements. You can add some buttons for update and delete. Then you can handle the ItemCommand event of Repeater, which will be fired when these buttons are clicked.
 
Share this answer
 
Comments
Mohammad Nawaz 24-Oct-15 14:27pm    
but my problem is differ brother

actually i want a collapsible panel and which i want to view that show the panel and that pnel has a update status textbox and update delete button and fileupload cotrol. now i have 10 user id and they have lots comments and photos. and now what i am actually want is per user id their all comments photos etc will show in a box and they can update and delete data from that box and save it to database .similarly i want all ten user have collapsible panel and which user select they can modify their data.
And how Repeater does not fit here?
Mohammad Nawaz 24-Oct-15 14:43pm    
i have no idea thats why m confuse about it
Mohammad Nawaz 26-Oct-15 8:52am    
I use repeater control in my project but the problem is i am showing some data from database and some div field in panel but the problem i faced that my data is coming fine but my div repeat that is also fine but my problm is in div i have button and that button click my panel is hide but here that's not working due to my panel id.it is increment by panel_1, pnel_2 accordingly . wht should i do ?
On the button click, find the containing panel only and hide that.

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