Click here to Skip to main content
15,909,324 members
Home / Discussions / Web Development
   

Web Development

 
QuestionDatagrid Pin
nandhububbly6-Sep-07 3:41
nandhububbly6-Sep-07 3:41 
AnswerRe: Datagrid Pin
Chetan Patel7-Sep-07 2:22
Chetan Patel7-Sep-07 2:22 
QuestionDatagrid Pin
nandhububbly6-Sep-07 3:18
nandhububbly6-Sep-07 3:18 
AnswerRe: Datagrid Pin
Chetan Patel7-Sep-07 2:26
Chetan Patel7-Sep-07 2:26 
QuestionExcel Data to MSSQL thru ASP.Net Pin
hifiger20045-Sep-07 11:19
hifiger20045-Sep-07 11:19 
QuestionMACRO - Calling Excel Macro thru ASP.Net Pin
hifiger20045-Sep-07 10:50
hifiger20045-Sep-07 10:50 
QuestionImport text file to MS Access, Asp.net(VB) Pin
RykieLouw5-Sep-07 7:20
RykieLouw5-Sep-07 7:20 
AnswerRe: Import text file to MS Access, Asp.net(VB) Pin
Christian Graus5-Sep-07 15:03
protectorChristian Graus5-Sep-07 15:03 
VBscript and VB.NET are totally different. What you're dong here, just plain won't work. You want to read the text file in VB.NET, parse it, and then use that to write proper SQL for Access.

System.IO.File.ReadAllLines will read your file into a string array, that's a good place to start.


Christian Graus - Microsoft MVP - C++

"I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )

Questiondatabind parent control from popup Pin
bspro5-Sep-07 3:51
bspro5-Sep-07 3:51 
AnswerRe: databind parent control from popup Pin
Chetan Patel7-Sep-07 2:28
Chetan Patel7-Sep-07 2:28 
QuestionStarting an application on the server Pin
Deques5-Sep-07 1:43
Deques5-Sep-07 1:43 
AnswerRe: Starting an application on the server Pin
George L. Jackson5-Sep-07 7:04
George L. Jackson5-Sep-07 7:04 
GeneralRe: Starting an application on the server Pin
Fred_Smith6-Sep-07 0:47
Fred_Smith6-Sep-07 0:47 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:15
George L. Jackson6-Sep-07 2:15 
GeneralRe: Starting an application on the server Pin
Deques6-Sep-07 1:22
Deques6-Sep-07 1:22 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:17
George L. Jackson6-Sep-07 2:17 
GeneralRe: Starting an application on the server Pin
Deques6-Sep-07 2:22
Deques6-Sep-07 2:22 
GeneralRe: Starting an application on the server Pin
George L. Jackson6-Sep-07 2:35
George L. Jackson6-Sep-07 2:35 
GeneralRe: Starting an application on the server Pin
Deques6-Sep-07 2:40
Deques6-Sep-07 2:40 
Questionautomate the website according to system display settings Pin
harryforum5-Sep-07 1:24
harryforum5-Sep-07 1:24 
AnswerRe: automate the website according to system display settings Pin
hxhl955-Sep-07 18:18
hxhl955-Sep-07 18:18 
QuestionWriting Data To XML File Pin
varshavmane4-Sep-07 23:19
varshavmane4-Sep-07 23:19 
QuestionHow do i gray out background while displaying a Div Pin
www.Developerof.NET4-Sep-07 22:03
www.Developerof.NET4-Sep-07 22:03 
QuestionProblem in Accessing File Pin
Anne_mathew4-Sep-07 19:12
Anne_mathew4-Sep-07 19:12 
AnswerRe: Problem in Accessing File Pin
George L. Jackson5-Sep-07 7:12
George L. Jackson5-Sep-07 7: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.