I tried desperately to find a solution for these two days, but all the tracks have not been conclusive.
I\'m using code like this: @Html.LabelFor(m => m.Login.Password, new { @class = \"adm\" }) @Html.PasswordFor(m => m.Login.Password, new { @class = \"adm\", size = 30 })
i need to add an additional column to my WebGrid, the new colume s开发者_运维问答hould contain an HTML5 audio based on one of the record\'s fields. something like that:
I have a question about开发者_运维问答 how to design my controllers properly. Project is fairly simple: blog, immage gallery with categories and images inside them, news secion.
I have a form where I\'d like to create a parent record and a child record at the same time.For a simple example let\'s say its a Company with the first Employee.
I just found web2py a couple days ago, and have been reading the documentation and through the source of a few example applications. I want to start programming more in Python. It seems that my take o
I have a html form that his action is for \"exmaple.com/mail.php?name=dan\" for example. How can I pass this parameter to Codeigniter\'s controller?
I\'ve built a Rails app that\'s pretty simple... you send a request to a certain web page, it automatically generates a report and saves it to a file locally on the server. The report that generates i
I have some dilemma 开发者_开发技巧about controller usage. Like usualy, router (dispatcher or front controller) calls some static method in controller class, eq PageController::showIndexPage(). My con
I am afraid that I might be getting lazy. I am developing a ruby on rails application involving about 8 models relating to two types of users: physicians and patients. Most of the logic is inside the