HI,
I added a telerik radgrid in my aspx page. I specifed the SelectedMethod and the Typename, which is a business class other than the web UI class. I got the UI working but I need to pass a parameter from the web ui class to the business class. the aspx will get the parameter from the url and store it in a string. When the telerik invokes the SelectMethod, which is in another business class, what is the best practive method to pass the parameter to the SelectMethod, which gets invoke automatically?
I added a telerik radgrid in my aspx page. I specifed the SelectedMethod and the Typename, which is a business class other than the web UI class. I got the UI working but I need to pass a parameter from the web ui class to the business class. the aspx will get the parameter from the url and store it in a string. When the telerik invokes the SelectMethod, which is in another business class, what is the best practive method to pass the parameter to the SelectMethod, which gets invoke automatically?