I am creating a DotNetNuke module which is a simple text field which the value is then passed to stored procedure and results bound to grid.
When I first load the page, I can enter a term - hit 'search' button and I can see in debug that the buttons click is processed - and results are returned.
However the next time I press the button there is no postback? Even my breakpoint on Page_Load doesn't hit?
What gives?