Click here to Skip to main content
15,893,594 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionselecting data from excel sheet Pin
swtlibra24-May-10 19:10
swtlibra24-May-10 19:10 
AnswerRe: selecting data from excel sheet Pin
Gaurav Dudeja India24-May-10 19:12
Gaurav Dudeja India24-May-10 19:12 
GeneralRe: selecting data from excel sheet Pin
swtlibra24-May-10 19:46
swtlibra24-May-10 19:46 
GeneralRe: selecting data from excel sheet Pin
Gaurav Dudeja India24-May-10 20:48
Gaurav Dudeja India24-May-10 20:48 
QuestionDataList HeaderTemplate Problem Pin
jitendrafaye24-May-10 18:59
jitendrafaye24-May-10 18:59 
Questioncalender Pin
luckydear24-May-10 18:42
luckydear24-May-10 18:42 
QuestionLoad Excel file into Database using FileUpload Control Error Pin
cheguri24-May-10 18:35
cheguri24-May-10 18:35 
AnswerRe: Load Excel file into Database using FileUpload Control Error Pin
Tej Aj24-May-10 20:23
Tej Aj24-May-10 20:23 
For .xlsx files I think u will need another connection string

Provider=Microsoft.ACE.OLEDB.12.0;Data Source=filename.xlsx;Extended Properties=Excel 12.0;

u can also Add HDR property to connection string
Provider=Microsoft.ACE.OLEDB.12.0;Data Source=filename.xlsx;Extended Properties=Excel 12.0;HDR=YES;

HDR=YES --> implies that the file has header info in the 1st Row

Try this let me know if it works or not

Tej Aj,
http://opexsolution.com/forum/[^]
GeneralRe: Load Excel file into Database using FileUpload Control Error Pin
cheguri25-May-10 0:14
cheguri25-May-10 0:14 
GeneralRe: Load Excel file into Database using FileUpload Control Error Pin
Tej Aj25-May-10 3:29
Tej Aj25-May-10 3:29 
QuestionHow can Access a Div without add runar="server" in code behind? Pin
anoop_m8324-May-10 12:58
anoop_m8324-May-10 12:58 
AnswerRe: How can Access a Div without add runar="server" in code behind? Pin
Not Active24-May-10 13:35
mentorNot Active24-May-10 13:35 
GeneralRe: How can Access a Div without add runar="server" in code behind? Pin
anoop_m8324-May-10 13:46
anoop_m8324-May-10 13:46 
GeneralRe: How can Access a Div without add runar="server" in code behind? Pin
Not Active24-May-10 14:17
mentorNot Active24-May-10 14:17 
GeneralRe: How can Access a Div without add runar="server" in code behind? Pin
anoop_m8324-May-10 14:33
anoop_m8324-May-10 14:33 
AnswerRe: How can Access a Div without add runar="server" in code behind? Pin
doudoufly2-Jun-10 0:05
doudoufly2-Jun-10 0:05 
QuestionExample ASP.NET training project, which uses a database, users can enter under the login and apply the session. Pin
vn2145624-May-10 10:50
vn2145624-May-10 10:50 
QuestionDynamic Content + Reflection + Server Controls Pin
CP_Klewis24-May-10 10:25
CP_Klewis24-May-10 10:25 
AnswerRe: Dynamic Content + Reflection + Server Controls Pin
T M Gray24-May-10 11:05
T M Gray24-May-10 11:05 
GeneralRe: Dynamic Content + Reflection + Server Controls Pin
CP_Klewis25-May-10 1:27
CP_Klewis25-May-10 1:27 
QuestionWeb Service on https site Pin
#realJSOP24-May-10 9:48
mve#realJSOP24-May-10 9:48 
QuestionGridview containing dependent dropdownlists errors on edit. Pin
janetb9924-May-10 9:09
janetb9924-May-10 9:09 
QuestionHow to get the date value from Date time Pin
Amit Patel198524-May-10 9:00
Amit Patel198524-May-10 9:00 
AnswerRe: How to get the date value from Date time Pin
Not Active24-May-10 9:09
mentorNot Active24-May-10 9:09 
QuestionAjaxControlToolkit AutoCompleteExtender Pin
Crapaw4524-May-10 8:20
Crapaw4524-May-10 8:20 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.