Click here to Skip to main content
15,895,471 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello programmers,

I have a problem in viewing my gridview.

I have this "adding user program".And when i add,I want to view all the user's which is added.
But, when i click my view button, the one a added is not listed in my gridview.
It will only appear when i edit (or) delete a row.

I hope you can help me.
thank you! :)



-chaosgray-
Posted
Updated 7-Jun-11 20:37pm
v2

You need to add the value to the gridview's datasource and then rebind the gridview.
 
Share this answer
 
Rebind gridview in every event that changes the database :)
 
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