Click here to Skip to main content
16,006,535 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: fixed header in grid view in asp.net2.0 [modified] Pin
Tirthadip9-Jun-06 2:01
Tirthadip9-Jun-06 2:01 
QuestionHow to make hierarchical datagrid Pin
MissionSuccess8-Jun-06 19:59
MissionSuccess8-Jun-06 19:59 
Questionurgent attention needed Pin
Irs_ahmad8-Jun-06 19:38
Irs_ahmad8-Jun-06 19:38 
AnswerRe: urgent attention needed Pin
Talal Sultan8-Jun-06 21:13
Talal Sultan8-Jun-06 21:13 
GeneralRe: urgent attention needed Pin
Irs_ahmad8-Jun-06 23:11
Irs_ahmad8-Jun-06 23:11 
AnswerRe: urgent attention needed Pin
minhpc_bk8-Jun-06 23:53
minhpc_bk8-Jun-06 23:53 
AnswerRe: urgent attention needed Pin
l0kke9-Jun-06 6:38
l0kke9-Jun-06 6:38 
Questionexcel connection in vb.net 1.1 Pin
amaneet8-Jun-06 19:28
amaneet8-Jun-06 19:28 
Sir,
There is no problem in the following code while creating the excelconnection but i am not getting one thing during the connection events.
I have underlined that .Please explain that

Dim MyConnection As System.Data.OleDb.OleDbConnection
Dim DtSet As System.Data.DataSet
Dim MyCommand As System.Data.OleDb.OleDbDataAdapter
MyConnection = New System.Data.OleDb.OleDbConnection("provider=Microsoft.Jet.OLEDB.4.0; " & _
"data source='" & PrmPathExcelFile & " '; " & "Extended Properties=Excel 8.0;"
MyCommand = New System.Data.OleDb.OleDbDataAdapter("select * from [sheet1$]", MyConnection)
MyCommand.TableMappings.Add("Table", "Attendence")
DtSet = New System.Data.DataSet
MyCommand.Fill(DtSet)
DataGrid1.DataSource = DtSet.Tables(0)
MyConnection.Close()

Thanks and Regards
Amaneet Brar
QuestionUse Rss feed in website Pin
Amit Agarrwal8-Jun-06 19:27
Amit Agarrwal8-Jun-06 19:27 
Questionhow to pass parameters to new thread Pin
rohitgraycell8-Jun-06 18:07
rohitgraycell8-Jun-06 18:07 
AnswerRe: how to pass parameters to new thread Pin
minhpc_bk9-Jun-06 0:38
minhpc_bk9-Jun-06 0:38 
QuestionASP.NET [modified] Pin
Uma Kameswari8-Jun-06 18:01
Uma Kameswari8-Jun-06 18:01 
AnswerRe: ASP.NET [modified] Pin
Amit Agarrwal8-Jun-06 19:33
Amit Agarrwal8-Jun-06 19:33 
GeneralRe: ASP.NET [modified] Pin
Uma Kameswari8-Jun-06 21:15
Uma Kameswari8-Jun-06 21:15 
GeneralRe: ASP.NET [modified] Pin
Amit Agarrwal8-Jun-06 22:06
Amit Agarrwal8-Jun-06 22:06 
AnswerRe: ASP.NET [modified] Pin
kiran kumar[Intelligroup]8-Jun-06 19:48
kiran kumar[Intelligroup]8-Jun-06 19:48 
QuestionImages disappearing randomly [modified] Pin
Ista8-Jun-06 10:21
Ista8-Jun-06 10:21 
QuestionServer Application Error Pin
Prafulla Kiran8-Jun-06 9:54
Prafulla Kiran8-Jun-06 9:54 
AnswerRe: Server Application Error Pin
minhpc_bk8-Jun-06 16:19
minhpc_bk8-Jun-06 16:19 
AnswerRe: Server Application Error Pin
l0kke12-Jun-06 0:09
l0kke12-Jun-06 0:09 
Questionsave as file ! Pin
MohamadJaber8-Jun-06 9:26
MohamadJaber8-Jun-06 9:26 
AnswerRe: save as file ! Pin
minhpc_bk8-Jun-06 16:27
minhpc_bk8-Jun-06 16:27 
QuestionSort image in datagrid header Pin
Sai_Ram8-Jun-06 9:25
Sai_Ram8-Jun-06 9:25 
AnswerRe: Sort image in datagrid header Pin
minhpc_bk8-Jun-06 16:08
minhpc_bk8-Jun-06 16:08 
Questionasp CreateUserWizard Pin
aransiola8-Jun-06 8:12
aransiola8-Jun-06 8:12 

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.