When i upload my web page on server and run that PAGE with RADGrid telerik control page it generate error
like this
‘~/Telerik.Web.UI.WebResource.axd’ is missing in web.config. RadStyleSheetManager requires a HttpHandler registration in web.config. Please, use the control Smart Tag to add the handler automatically, or see the help for more information: Controls > RadStyleSheetManager
Simply add a RadStyleSheetManager to the page with the Radgrid on it. Click on the extended options pane and click the register button (in orange seen below):
It will add this line:
under then httpHandlers section in your web.config for you.