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

i am useing asp.net with c# and oracle 11g, I am working in asp.net gridview which is i bind in run time and add new row in gird view in button click but that time if grid view is blank i insert a new row that is not a issue, but when i insert in second row i want which is 2 column is same as first column,


and that thing is same when data is come for database and i insert a new row second column is same as upper column


it is possible,

please help me?please
Posted
Comments
Mahesh Bailwal 11-Sep-13 23:52pm    
please share your code?
Thanks7872 12-Sep-13 0:02am    
Not clear at all. It will be better if you elaborate more.

1 solution

GridView control has ViewState Property enabled. So it loads the saved data on PageLoad.

So check by Changing the PostBack options and also by Disabling ViewState property.

You can post your ASPX and CS code for better answer and suggestion.
 
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