• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Links not opening in the same jqueryUI tab

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am using JqueryUI tabs in Asp.netMVC4 application. The Index View of the Home Controller contains the tabs following is the code for Index view

The tab-0 renders an action in the Consultant controller that in turn renders partial view for that action method. The view conatin other Action links as well. For example


Now I want the edit and delete views to render in the currengt tab. I don't want these views to open in new pages. I have used following code

But this is not working. When I click on Create, Edit or Delete links in the tab they open in new pages. What am I doing wrong..Any help will be extremely appriciated
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic