Click here to Skip to main content
15,922,166 members
Home / Discussions / C#
   

C#

 
GeneralRe: an array question Pin
EliottA26-May-09 5:51
EliottA26-May-09 5:51 
GeneralRe: an array question Pin
fly90426-May-09 5:42
fly90426-May-09 5:42 
GeneralRe: an array question Pin
fly90426-May-09 5:39
fly90426-May-09 5:39 
GeneralRe: an array question Pin
bluetx26-May-09 5:43
bluetx26-May-09 5:43 
GeneralRe: an array question Pin
fly90426-May-09 5:45
fly90426-May-09 5:45 
GeneralRe: an array question Pin
tom57200726-May-09 5:45
tom57200726-May-09 5:45 
GeneralRe: an array question Pin
bluetx26-May-09 5:46
bluetx26-May-09 5:46 
GeneralRe: an array question Pin
EliottA26-May-09 5:50
EliottA26-May-09 5:50 
GeneralRe: an array question Pin
bluetx26-May-09 5:54
bluetx26-May-09 5:54 
GeneralRe: an array question Pin
fly90426-May-09 5:55
fly90426-May-09 5:55 
GeneralRe: an array question Pin
EliottA26-May-09 5:58
EliottA26-May-09 5:58 
GeneralRe: an array question Pin
fly90426-May-09 5:59
fly90426-May-09 5:59 
GeneralRe: an array question Pin
bluetx26-May-09 6:04
bluetx26-May-09 6:04 
GeneralRe: an array question Pin
fly90426-May-09 6:07
fly90426-May-09 6:07 
GeneralRe: an array question Pin
bluetx26-May-09 5:55
bluetx26-May-09 5:55 
GeneralRe: an array question Pin
fly90426-May-09 5:57
fly90426-May-09 5:57 
GeneralRe: an array question Pin
0x3c026-May-09 5:53
0x3c026-May-09 5:53 
Questionimporting data from a xls file to an array Pin
guchu26-May-09 4:29
guchu26-May-09 4:29 
AnswerRe: importing data from a xls file to an array Pin
EliottA26-May-09 4:39
EliottA26-May-09 4:39 
Questionreading an excel file Pin
guchu27-May-09 9:20
guchu27-May-09 9:20 
AnswerRe: reading an excel file Pin
EliottA27-May-09 9:23
EliottA27-May-09 9:23 
GeneralRe: reading an excel file Pin
guchu27-May-09 9:29
guchu27-May-09 9:29 
as i have told u that i am new to c# hence i might have done it the harder way ... but it will be easy for me to understand if u can give me the code ...

what i did was ...

for the text box i wrote...
this.textbox1 = new system.windows.forms.textbox();
string a = textbox1.text,

then in the button 1 part for opening the code i want to insert this string a as the file name in the file path

string workbookpath = @ "c:\.....\" + a ;

but this doesnt works ... can u tell me the correct way
GeneralRe: reading an excel file Pin
EliottA27-May-09 9:44
EliottA27-May-09 9:44 
GeneralRe: reading an excel file Pin
guchu27-May-09 10:00
guchu27-May-09 10:00 
GeneralRe: reading an excel file Pin
EliottA27-May-09 10:03
EliottA27-May-09 10:03 

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.