Click here to Skip to main content
15,891,253 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi there

I have a problem. I have an editable gridview in my project but as soon as I want to update a value it gives me the default value not the new value I have entered.

this is what I have:
VB
Dim dblAmount As Double
Dim row = grdView.Rows(e.RowIndex)


dblAmount = (TryCast((row.Cells(3).Controls(0)), TextBox)).Text


what am I doing wrong?
Posted
Updated 25-Jul-11 22:12pm
v2

Thanks for your help I found what the problem was, it was a postback issue.
 
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