I have an aspx page where I select some input parameters, and pass them to my business logic layer from a submit button, which in turn returns data formatted for the jqGrid. So, I don't want to display the grid when the page first loads - I want to select my parms, press submit, then display the grid. Furthermore, I'd want to re-display the grid if different parms are selected and submit is clicked again. I've spent the morning looking for a solution, but have not been successful.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|