I have several view page in a asp.net mvc 5 project.
I want to locate the buttons or textboxes in a specific positiion in the view page l.That means any where i like. how can i do it??
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Suraj SahooPosted Feb 15, 2015, 5:37 AM
You need to set the positions for the textboxes or buttons if to be used in every page, then specify them in the layout page that would be shared on every page.
I hope you get.
Thanks