Current project requires that I pass a value that someone typed in via a RadDateInput textbox to the radWindow that will launch when a user clicks on the link button. Maybe I am getting confused with the controls and would appreciate some direction. Below is my code.
When a user clicks btnAddStmt it will launch the radWindow and I would like to pass the value. What I also would like to do is validate that _new_period is not blank otherwise there is no need to pop-up the window. Can't seem to have it perform validation client-side and still have things work.