asaas

Html code posted by asasas
created at 07 Apr 04:44

Edit | Back
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
    <div class="form-item clear">
            <table class="ask-title-table">
                <tr>
                    <td class="ask-title-cell-key">
                        <div class="editor-label">
                            @Html.LabelFor(model => model.Title)
                        </div>
                    </td>
                    <td class="ask-title-cell-value">
                        <div class="editor-field">
                            @Html.TextBoxFor(model => model.Title, new { @class = "jq_watermark", @title = "Ask your programming questions here... Please make it specific." })
                            @Html.ValidationMessageFor(model => model.Title)
                        </div>
                    </td>
                </tr>
            </table>
        </div>
812 Bytes in 2 ms with coderay