Click here to Skip to main content
15,895,011 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
Dear Sir,

I used an editable grid view cells from code project forums, but it is not updated.

I need to update particular columns using stored procedure parameters.

Thanks in advance.

I need your help as soon as possible.

with regards ,
Ajeesh
Posted
Updated 19-May-11 21:02pm
v4
Comments
Olivier Levrey 20-Apr-11 5:10am    
Please update your question. We can't guess what you used, what you are trying to do, what is working and what is not.
BobJanova 20-Apr-11 7:52am    
Your question is too vague to answer properly. However, I think you are misunderstanding something. Stored procedure parameters are sent to the database, not to a grid control.

If this is WPF/WinForms, your grid should be bound to the database, and the data source should notify the binding mechanism that some cells have updated.

If this is ASP.net, and you need live updating of cells, you will have to use AJAX to poll for notifications, because there is no way for a server to push updates to a client web page.

Please tag your solution or edit it to include whether this is a desktop or web app, and expand on what you have tried and what specifically your problem is.
Dalek Dave 20-May-11 3:02am    
Edited for Grammar and Readability.

I think you are talking about Edit Individual GridView Cells in ASP.NET[^].
You should post your question down there in "Comments and Discussions". So that author can help you directly.
 
Share this answer
 
Comments
Dalek Dave 20-May-11 3:02am    
Sage Advice
Yesterday I used a editable grid view cells from code project forums, but it is not updated.
Not updated from what? We cannot just guess... right?

I need to update particular columns using stored procedure parameters.
Good to know. So, please go ahead and try. Post here if you face specific issues.

I extremely need your help as soon as possible.
Not sure on what you need a help! If you wanted to talk to the author of the article you are using than use the message forum present at the bottom of the article to reach him. But, then too you have to be a little elaborate and specify what you are talking of. No one can just read your mind. Right?
 
Share this answer
 
i want code for manipulating a gridview(Insert,Update,Delete,Edit)as well for individual cell using Stored Procedure and also working with events of Gridview.Please Help me by sorting out solution for this problem.

Regards Taher
 
Share this answer
 
v3
Comments
Dalek Dave 20-May-11 3:03am    
I suggest you ask this as a question in the top level of Q&A, more people will see it.

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