I have a stored procedure that builds a SQL Server table and is dependent on two (2) RadDatePicker.selected values. What is the cleanest way of executing this stored procedure (which returns nothing) - I've tried ORM GetSQLQuery method without success by including it as an ONCLICKCLIENT event on just a normal button. I wish there was a RADButton control that would be robust enough to do this seamlessly.... Could some kind souls give me an example of how this can be achieved ?? Thankz