Click here to Skip to main content
15,949,686 members

Comments by shiva sanika (Top 6 by date)

shiva sanika 23-Mar-17 22:41pm View    
Tried interop if i got huge data the application was crashed.
shiva sanika 23-Mar-17 22:38pm View    
I have a IEnumerable List right now and need to export the data to EXCEL.

wb.Worksheets.Add(objDataTable);

Instead of adding datatable object to workbook is there any way to add listobject to it by using ClosedXML ? Or any other plugin ?
shiva sanika 23-Mar-17 22:24pm View    
Deleted
Hi Karthik :

Is there any best way to do with IEnumerbale list data ? Without converting it to DataTable ?
shiva sanika 6-Oct-15 21:52pm View    
Deleted
Abhinav S : Yes i changed my request to POST it is working fine for me.
But what if i want to call that from jquery ?
may i know how to do encryption and decryption of URL parameter when i click action link ?
shiva sanika 6-Oct-15 1:51am View    
Deleted
@using (Html.BeginForm("UserDetails", "Admin", FormMethod.Post,
new { @id = "frm1", @class = "customeForm" }))
{



@Html.DisplayFor(X => item.Name)
<input type="hidden" name="CoworkerId" id="CoworkerId" value="@item.CoWorkerId" />
}