Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
How can i create hierarchical custom dropdownlist in MVC razor as follow?Should i use helper method or static mvc string?Which one is true way?
Electronics
-Television
--Led Tv
--LCD Tv
Computer
-Laptop
-Printer
--Laser
---HP
This was discussed and answered in this question
User Serge Zap has a very good answer involving some custom html helper extension methods.
Related
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I just generated an app using Yeoman and in the view there is a div with the class hero-unit. I figure this is a pretty popular question and Google doesn't get me anything remotely relevant other than this question also on StackOverflow, which I wish had more discussion.
So, what does it mean?
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
Is there an easy way to add embeded youtube video record to your symfony 2.3 application?
Just follow these steps https://support.google.com/youtube/answer/171780?hl=de and copy the embed code as raw HTML to one of your twig templates.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I need pointers, and I know someone asked this before but I like a fresh start :)
I want to make a master header for my website, to be accurate I want to make my navigation as a master page and i need pointers where to start and with what "tools" to start working on it. Thanks :)
There are plenty of examples on the internet. Look at MSDN, if you don't understand something specific then you should ask.
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
Questions asking for code must demonstrate a minimal understanding of the problem being solved. Include attempted solutions, why they didn't work, and the expected results. See also: Stack Overflow question checklist
Closed 9 years ago.
Improve this question
I am trying to customise my asp.net menu similar to the stackoverflow menu above. Can anyone please provide the CSS style or suggest how to do this?
Thanks.
James.
Please check out this
Basic pills
I hope this will be a great start for you .Try responsive design too.
Happy coding
Closed. This question does not meet Stack Overflow guidelines. It is not currently accepting answers.
This question appears to be off-topic because it lacks sufficient information to diagnose the problem. Describe your problem in more detail or include a minimal example in the question itself.
Closed 8 years ago.
Improve this question
The Quiz Contributed Module in Drupal provides functionality to ask true/false questions but not yes/no. Is there a way I can extend this module to accomplish this?
If you don't want to enter into code in module file then I would suggest you to use String Override module for replacing true/false with Yes/No. I hope it works...Good Luck..
I checked the quiz module page and it does not mention about any API or similar. So I believe, there is no way for now to achieve that unless you modify the module!