Click here to Skip to main content
15,885,918 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
When ever I have inserted into the database ,It is inserted into it.If am directly accessing it
Means it is working fine.But it is not displayed in the page.

I am using dataset and data adapter to retrieve the datas from the database.

any one please help me.
Posted
Comments
[no name] 30-Mar-13 8:44am    
You need to call that function after insert which you are using for accessing the database.
Thanks.
[no name] 30-Mar-13 8:45am    
Please also share the code that you have tried.
Chinmaya C 30-Mar-13 13:30pm    
Hi, Do you mean to refresh the page?
Please share the code for better understanding. :)

1 solution

C#
InsertFunction();
DataCallFunction();
You need to call that function after insert which you are using for accessing the database.
Thanks.
 
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