Avatar of Moti Mashiah
Moti Mashiah
Flag for Canada

asked on 

asp.net mvc

Hi Guys,

I"m wondering if is it possible to use element from index page to partial view:

For example:
I have index page and inside the page I have my partial view.

Now in the index page I have button <input type="button" id="btid">

I would like to use this "btid" in my partial view but it seems I can't do it as I can't use elements backwards. like if I have element in my partial view the index page can use them but not in the other way.

There is any trick that can make it work.

Thanks,
ASP.NETC#.NET Programming

Avatar of undefined
Last Comment
Moti Mashiah

8/22/2022 - Mon