Anu one help how to Exportgrid to text file without using "response.write". Because when export datatable to text file, the full page is also write into that text file.
thanks,
vinoth
This type of facility is not given by (Telerik)Radgrid or (asp)GridView.
So you have to do this thing maually.
Step 1:
store all rows value in stringbulider.Then write this stringbulider's value in text file.
Step 2:
Create a File
http://msdn.microsoft.com/en-us/library/as2f1fez.aspx
Step 3:
Write to a Text File
http://msdn.microsoft.com/en-us/library/8bh11f1k.aspx