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

[Solved] Conditional TabStrip in MVC3

0 Answers 90 Views
TabStrip
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Dheyvendaran
Top achievements
Rank 1
Dheyvendaran asked on 02 Oct 2012, 06:59 AM
Hi,


    I need to do conditional Grid with TabStrip in my MVC3 project. I have tried this but not working.

    
if ("<#= Status #>" == "Pending")
                       {
      items.Add().Text("Create New Detail").Url("/Acquisition/PoDetails/Create/<#=Id#>");
                       }
                   })
                   .ToHtmlString()



   Is there any way i can get work with this. Please help me for this.
Tags
TabStrip
Asked by
Dheyvendaran
Top achievements
Rank 1
Share this question
or