Click here to Skip to main content
15,867,453 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am doing asp.net web project. In that i am using Gridview to view database column. I have column name "Quantity". In that i am entering some value in the textbox.
I am using PageIndexChanging event handler to change page in gridview. But while changing page in gridview by 1 to 2 i want to keep previous textbox text value as it is.
I am using ViewState to keep that value but getting some error

Please help me to solve this error. how to keep textbox text value?

Thank you in advance

Regards
Posted
Updated 14-Sep-14 1:52am
v2

1 solution

You are using View state, it's OK, now can you please tell us about the error showing their???

it'll be very helpful to tell you the actual procedure to do that.

and remember one thing, if you are posting any question or queries then try to express as simple as possible(your question) to make it understandable to all user in codeproject.
 
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