Click here to Skip to main content
16,013,730 members

Comments by Parthi_Karnan (Top 5 by date)

Parthi_Karnan 16-May-14 0:42am View    
Ya i cheeked with your concern It's DefaultAppPool...
Parthi_Karnan 16-May-14 0:41am View    
Deleted
Ya i cheeked with your concern It's DefaultAppPool...
Parthi_Karnan 14-May-14 1:58am View    
I'm using .NET Framework 3.5 and when i run an asp.net application on local machine it'll working fine but after IIS hosting i'm getting object reference not set to an instance of an object error... here what can i do?
Parthi_Karnan 28-Apr-14 23:56pm View    
mostly correct but the question is i already had one excel template( It contains two worksheets, Example: "Test.xlsx") then i have to write one new worksheet like "New.xlsx"(It's a worksheet name) from the dataset on the same template: "Test.xlsx" . after write the dataset values on the excel template, the template name will be save as "Test_D1234_00.xlsx".<br>
Here how can i write the dataset vlues on the Excel template like "Test.xlsx" using asp.net with c# ?<br>
 <br>
Thanks and regards,<br>
Parthiban K.
Parthi_Karnan 28-Apr-14 23:45pm View    
3.5 framework....