Click here to Skip to main content
15,894,330 members

Comments by Maddy_1008 (Top 16 by date)

Maddy_1008 2-Oct-18 9:23am View    
Thanks for your reply. But I want to update every matching item of AppList and from each table row XML.

...
Thanks.
Maddy_1008 26-Jun-13 5:45am View    
Hello All

If I call like this then its working fine.

//HTML button
Export

//JQUERY
$('#aExport').click(function () {
$(this).attr("href", "/Policy/DownloadBatchFile?fileContent=" + $("#BatchFile_Content").val());
});


//Controller Method
[HttpGet]
public ActionResult DownloadBatchFile(string fileContent)
{
return File(Encoding.ASCII.GetBytes(fileContent), "content-disposition", "DFBatchFile.bat");
}

But I dont want to send data from querystring like this. So please help me to solve this problem.

Thanks.
Maddy_1008 25-Jun-13 13:12pm View    
Thank for reply.

Then please tell me other way to do this task.
Maddy_1008 16-Sep-11 4:53am View    
Deleted
Reason for my vote of 5
nice article.
all in one....
Maddy_1008 7-Jul-11 8:55am View    
sorry for late reply. this is my code(closing tags are not printing here..) (This code is working on other computer not on my pc) <asp:ScriptManager ID="ScriptManager1" runat="server"> <div> <asp:TextBox ID="txtds" runat="server"> <cc1:CalendarExtender ID="txtds_CalendarExtender" runat="server" Enabled="True" TargetControlID="txtds">