我在我的网站上书写了YouTube Reply/Comment型围墙。 这使得用户能够就隔离墙发表新的评论,或者回答关于隔离墙的任何现有评论。
它是否建议为每一答复评论箱另设一个表格? 还是最好在网页上设置一个包含所有投入/提交内容的表格,然后才使用代码来显示用户提交的形式的哪一部分?
这个问题确实与这一特殊应用有关,但只是概括性的最佳做法。 感谢!
页: 1
我在我的网站上书写了YouTube Reply/Comment型围墙。 这使得用户能够就隔离墙发表新的评论,或者回答关于隔离墙的任何现有评论。
它是否建议为每一答复评论箱另设一个表格? 还是最好在网页上设置一个包含所有投入/提交内容的表格,然后才使用代码来显示用户提交的形式的哪一部分?
这个问题确实与这一特殊应用有关,但只是概括性的最佳做法。 感谢!
页: 1
最好的做法是使用单独的表格。 除非你重新使用ASP.net,否则你就已经在一种巨大的形式内重新使用。
Does anyone know how to use the accept attribute in input tags? I can see it documented, but w3schools indicates that it is not supported by any of the major browsers. Testing also confirms this. I ...
I m encountering strange behavior with forms on a c# 3.5 app. On a button click, my form1 hides itself, creates a new form2, and shows form2. Form1 also contains the event method triggered when ...
Some time ago I have payed to a programmer for doing multithread server. In the meantime I have learned C# a bit and now I think I can see the slowndown problem - I was told by that guy that nothing ...
I have a form with a nested object (customer < order), and it works except that it keeps creating a new customer record. I d like to have it check to see if an existing customer is already ...
I have a form on another website (using a different backend) that I want to be able to POST to my Rails application (on a different domain). How do I generate a valid authenticity token for the ...
I ve created a PartialView which I render with Html.RenderPartial, passing the name of the view and the strongly-typed data item to bind to (below): <% Html.RenderPartial("...
Does anyone know if recaptcha can be fully customize without the default frame. I need the recaptcha image to only be a certain width as well as the input field. Has anyone done this before with ...
I have a form that, on submit, requires the customer to look over the data, and then confirm the changes before saving the data. However, I m using a really rough way of retaining data if the user ...