Click here to Skip to main content
15,916,215 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
hi everyone,

i am new to MVC,

i am using two partial view s for two user controls let it be first and second, actually it should fetch the data from the user controls through that URL depending upon the query string.
problem is while i run the page, both first and second partial view displaying same value(exactly what first one shows)


@Html.Partial("~/Views/Shared/_first.vbhtml") it will refer the .ascx file's url

@Html.Partial("~/Views/Shared/_second.vbhtml")

so give me a solution please, if you need more , sure i will

thanks in advance

Velsamy A
Posted
Updated 1-Apr-14 19:22pm
v2

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