Click here to Skip to main content
15,892,643 members

Comments by Sibasisjena (Top 150 by date)

Sibasisjena 28-Nov-17 1:55am View    
Please post your code.
Sibasisjena 21-Nov-17 4:30am View    
https://stackoverflow.com/questions/6385342/how-to-create-a-campaign-in-mailchimp-using-asp-net
Sibasisjena 16-Nov-17 9:24am View    
Please check the code below.

var obj, isSahrukh = false;
if(isSahrukh)
{
obj = {Name:"Saharukh", Movie:"DDLJ"};
}
else
{
obj = {Name:"Amir", Movie:"Sarfarosh"}
}

You may check in chrome/any browser console.
Sibasisjena 9-Nov-17 1:32am View    
The excel sheet might have corrupted. Please create a sample excel sheet and try to read that to datatable. Please find the solution given below.

Read-Excel-Sheet-Data-into-DataTable