This is a migrated thread and some comments may be shown as answers.

Master page example for asp.net MVC

1 Answer 138 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
suucceess
Top achievements
Rank 1
suucceess asked on 25 Apr 2013, 03:57 AM
Hello,

I wanted to develop application using kendo mobile ui in Asp.net MVC 3.  In my application for all view couple of things are common like footer. 

I want same footer in all pages . Right now I am writing below code in all my view. I don't wont to write below code in all my view.

<footer data-role="footer">
              <div data-role="tabstrip">
                 <a href="#home" data-icon="home">Home</a>          
                 <a href="#products" data-icon="info">Products</a>
                 <a href="#settings" data-icon="cart">Cart</a>         
                 <a href="#contact" data-icon="contacts">Contact</a>
              </div>
 </footer>

Is there any way to achieve this thing? Can any one please send me sample code for this?

Thanks

1 Answer, 1 is accepted

Sort by
0
Don
Top achievements
Rank 1
answered on 26 Apr 2013, 03:18 AM
I believe you want to look into layouts.
Tags
General Discussions
Asked by
suucceess
Top achievements
Rank 1
Answers by
Don
Top achievements
Rank 1
Share this question
or