Testimonials

Provide contextual feedback messages for typical user actions with the handful
of available and flexible alert messages.

Get Started

Default


Use @Html.Nettex().Testimonials() method to list clients

Microsoft
This is the most robust template I've ever worked with. So much can be done with this multi-purpose package. Regular updates and enhancements add tremendous value.
Image Description

Julia Robert

Head of IT department at Microsoft
Twitter
I wish that I could choose more than one reason for my 5-star rating! The Design is great, the features are fantastic and from what I've read in the support forum the customer support is great. This is a great template.
Image Description

Jhon Doe

Sales Manager at Twitter
// list all clients
@Html.Nettex().Testimonials()

// or
@Html.Nettex().Testimonials().DisplayCount(2)
                        

Info!

Clients are managing from manage panel. Login to manage clients.

Slider


use .ToSlider(Action[SliderBuilder] action) method to make slider.
You can see other slider methods by click here

Microsoft
This is the most robust template I've ever worked with. So much can be done with this multi-purpose package. Regular updates and enhancements add tremendous value.
Image Description

Julia Robert

Head of IT department at Microsoft
Twitter
I wish that I could choose more than one reason for my 5-star rating! The Design is great, the features are fantastic and from what I've read in the support forum the customer support is great. This is a great template.
Image Description

Jhon Doe

Sales Manager at Twitter
Facebook
I like Vertex because of all the features and their variations, such as the Portfolio. I can do so many different things with this theme, and I am already using it for my fourth website.
Image Description

Ariol Doe

Lead Developer at Facebook
@Html.Nettex().Testimonials()
    .ToSlider(slider => {
        slider.SlidesToShow(2);
        slider.Dots();
    })

Methods

Method Description

.DisplayCount(int count)

Comming soon.