Note that there are some explanatory texts on larger screens.

plurals
  1. PONewbie to Newbie Ajax tips for ugly Invoice webpage
    primarykey
    data
    text
    <p>Some assorted pseudotips about "invoice oriented" master/detail web sites,</p> <p>Examples (but with small detail) and highlights:</p> <ul> <li><p>The demo at <a href="http://www.simpleinvoices.org/demo/" rel="nofollow noreferrer">SimplyInvoices</a>: the 5 blank items editable without a modal popup detail</p></li> <li><p><a href="http://freelanceswitch.com/money/7-online-invoicing-apps-for-freelancers/" rel="nofollow noreferrer">http://freelanceswitch.com/money/7-online-invoicing-apps-for-freelancers/</a> has some interesting web sites</p></li> </ul> <p>Questions:</p> <ul> <li><p>Large products lookup search: this examples have a few items in a dropdown combo, and even search the product scrolling without typing (a fast google-filtering combo search?)</p> <ul> <li>Answer: AJAX AutoComplete Extender (<a href="http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx" rel="nofollow noreferrer">http://www.asp.net/AJAX/AjaxControlToolkit/Samples/AutoComplete/AutoComplete.aspx</a>) and its use with ID key value (<a href="http://blogs.msdn.com/phaniraj/archive/2007/06/19/how-to-use-a-key-value-pair-in-your-autocompleteextender.aspx" rel="nofollow noreferrer">http://blogs.msdn.com/phaniraj/archive/2007/06/19/how-to-use-a-key-value-pair-in-your-autocompleteextender.aspx</a>)</li> </ul></li> <li><p>Large detail?</p> <ul> <li>Answer: Modal Popup + Gridview + UpdatePanel <a href="http://forums.asp.net/p/1007665/1339633.aspx" rel="nofollow noreferrer">http://forums.asp.net/p/1007665/1339633.aspx</a> Some headaches but still trying.</li> </ul></li> <li><p>How to distribute a lot of controls a its validators, without needing too much scrolling? The AJAX control CollapsiblePanel? Or just avoid too much controls? </p></li> </ul> <p>Lovely Blog: <a href="http://mattberseth.com/" rel="nofollow noreferrer">http://mattberseth.com/</a></p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload