Click here to Skip to main content
15,889,808 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: i want fill 2 table with 1 click can I? Pin
Vincent Maverick Durano17-Oct-16 9:07
professionalVincent Maverick Durano17-Oct-16 9:07 
GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 9:13
moj197817-Oct-16 9:13 
GeneralRe: i want fill 2 table with 1 click can I? Pin
Vincent Maverick Durano17-Oct-16 9:17
professionalVincent Maverick Durano17-Oct-16 9:17 
GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 9:14
moj197817-Oct-16 9:14 
AnswerRe: i want fill 2 table with 1 click can I? Pin
Wendelius17-Oct-16 9:28
mentorWendelius17-Oct-16 9:28 
GeneralRe: i want fill 2 table with 1 click can I? Pin
moj197817-Oct-16 10:28
moj197817-Oct-16 10:28 
GeneralRe: i want fill 2 table with 1 click can I? Pin
Wendelius17-Oct-16 17:05
mentorWendelius17-Oct-16 17:05 
QuestionPosting back part of a model - instead of using querystrings for filters - MVC. part of the model post back Pin
jkirkerx17-Oct-16 8:38
professionaljkirkerx17-Oct-16 8:38 
Probably just poor planning on my part, but I thought I could get away with it.

I have a model that populates a page with items in a store. On get it grabs from the database and populates the view.

Now I have a filter bar wrapped in form tags. In the filter bar is 2 textboxes to filter by price, which works in postback. The next is a ul of li's for checkboxes that returns null.

I thought all input elements would postback fine. The textboxes do.

This is my view
using (Html.BeginForm())
{
<ul id="selectBrand" class="dropdown-menu selectBrand-menu" role="menu">
    @foreach (model_storeBrowse_Brands_Filters bfilter in Model.Brand_Filters)
    {
        <li role="presentation">
            @Html.CheckBox(bfilter.Name, bfilter.Checked, new { @class = "dropdown-menu-control", onchange = "this.form.submit();" })
            @Html.Label(bfilter.Name)

        </li>
    }<br />
</ul>
}

AnswerRe: Posting back part of a model - instead of using querystrings for filters - MVC. part of the model post back Pin
jkirkerx17-Oct-16 10:21
professionaljkirkerx17-Oct-16 10:21 
QuestionTracking Pin
sarwajeet singh16-Oct-16 23:42
sarwajeet singh16-Oct-16 23:42 
AnswerRe: Tracking Pin
Eddy Vluggen17-Oct-16 1:50
professionalEddy Vluggen17-Oct-16 1:50 
QuestionRe: Tracking Pin
ZurdoDev17-Oct-16 8:17
professionalZurdoDev17-Oct-16 8:17 
QuestionAnyone know how to create or seen a toggle switch with two big word/many letter selections Pin
Bootzilla3316-Oct-16 15:15
Bootzilla3316-Oct-16 15:15 
AnswerRe: Anyone know how to create or seen a toggle switch with two big word/many letter selections Pin
Richard Deeming17-Oct-16 1:52
mveRichard Deeming17-Oct-16 1:52 
Questionweb form generate html on separate pages Pin
dcof16-Oct-16 9:08
dcof16-Oct-16 9:08 
AnswerRe: web form generate html on separate pages Pin
ZurdoDev17-Oct-16 8:24
professionalZurdoDev17-Oct-16 8:24 
AnswerRe: web form generate html on separate pages Pin
ZurdoDev17-Oct-16 8:25
professionalZurdoDev17-Oct-16 8:25 
QuestionLinkhub Pin
Member 1279506215-Oct-16 2:40
Member 1279506215-Oct-16 2:40 
AnswerRe: Linkhub Pin
Richard MacCutchan15-Oct-16 6:19
mveRichard MacCutchan15-Oct-16 6:19 
Questionhow to send autogenerated sms to the number given by the user Pin
Member 1279468314-Oct-16 20:39
Member 1279468314-Oct-16 20:39 
AnswerRe: how to send autogenerated sms to the number given by the user Pin
Ovie Prince Tegaton15-Oct-16 6:03
professionalOvie Prince Tegaton15-Oct-16 6:03 
QuestionBioPlugIn ActxControl Pin
Sampat Kamble13-Oct-16 2:11
Sampat Kamble13-Oct-16 2:11 
AnswerRe: BioPlugIn ActxControl Pin
Richard MacCutchan13-Oct-16 5:58
mveRichard MacCutchan13-Oct-16 5:58 
GeneralRe: BioPlugIn ActxControl Pin
Mycroft Holmes13-Oct-16 14:59
professionalMycroft Holmes13-Oct-16 14:59 
QuestionKendo Grid Issues Pin
eejaynic12-Oct-16 11:29
eejaynic12-Oct-16 11:29 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.