Click here to Skip to main content
15,913,090 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi i need this solution if any one can do it

i have a person table 2 column

ID Name

i have one create view and controller action which insert data.

another view(partial) and controller action showall which show all data.

When i insert new record then it will refresh my partial view with new record

create view will look like

ID:3
Name:iran

Create
ShowAll view(partial. and it will show under create button)

ID Name
1 babu
2 samir

After insert id 3 then view will look like

ID Name
1 babu
2 samir
3 iran
Posted
Comments
Member 8932104 15-Oct-12 9:03am    
i use this code but not working

1 solution

 
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