Click here to Skip to main content
15,886,518 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have created a radlistview and i have 3 radtextbox controls.

What I have tried:

Onclicking of listview item i am inserting values into textbox controls from DB. Now i can insert new values into the textbox, i want to update those new value to db and in the listview on click save button. can someone help me how can i achieve this.
Posted
Updated 16-Nov-18 5:31am
Comments
Mohibur Rashid 16-Nov-18 0:17am    
Many aspects you have mentioned here and it will be difficult with all these. Let's list the problems
-> You do not know how to write update query. This is unlikely, you have written insert query
-> You do not know how create a an window form to update. This is also unlikely, you already have created for insert
-> You do not know how to create listview. google should give you enough information
-> You do not know how to pick item to update from listview, update and write back to listview

You need to be more specific with your problem.

1 solution

1. When working with thrid-party controls and you're stuck, the first place that you should go to is in their official documentation site: Manual CRUD Operations | RadListView for ASP.NET AJAX Documentation - Telerik UI for ASP.NET AJAX[^]

2. Take time to do a search about your issue using Google or any other search engines that you prefer

3. There may be some here who knows about Telerik controls, but I believed you stand a better chance of getting help by posting it at Telerik dedicated forums: Telerik Developer Forums[^][^]
 
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