Note that there are some explanatory texts on larger screens.

plurals
  1. USfafafooey
    primarykey
    data
    text
    plurals
    1. COTested on IE8 and Firefox, same issue. Its called on a button click, its in DisplayMessage(Control c, string message) and its only the two lines of code above (instead of 'HayGuise' it would be " + message + ")..
      singulars
    2. COThank you for the info. I'm thinking that will be necessary for working with the grid. The only reason I posted an answer is that there are not nearly enough links to this issue, and I think using partial views in this way would be fairly popular. I just wanted to make sure that if someone else happened upon this thread, they'd get the solution they need. Additionally, an extension method should be created to account for null values being passed to the partial view. With dates and simpler datatypes, a basic string model in the pv will work and then manipulate that string as needed.
      singulars
    3. COThis is a help, I figured I'd have to use a hidden field, but I wanted to know if there was anything a little more streamlined, as this means more elements, etc. A problem arises when there are multiples of this partial view on a single parent view, if I set the id of the date textbox, there will multiples on the page and jQuery will pitch a fit. I dont think I can pass the Model."ValueToPass" as an id to the element. How could I circumvent this, or would the JQuery not be a problem?
      singulars
 

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