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

ASP.NET

 
AnswerRe: QueryString Pin
_AK_29-Sep-06 1:58
_AK_29-Sep-06 1:58 
GeneralRe: QueryString Pin
Vsree29-Sep-06 2:00
Vsree29-Sep-06 2:00 
GeneralRe: QueryString Pin
_AK_29-Sep-06 2:24
_AK_29-Sep-06 2:24 
QuestionFSO read in? Pin
Larsson29-Sep-06 1:39
Larsson29-Sep-06 1:39 
AnswerRe: FSO read in? Pin
Gavin Jeffrey29-Sep-06 2:48
Gavin Jeffrey29-Sep-06 2:48 
GeneralRe: FSO read in? Pin
Larsson2-Oct-06 5:22
Larsson2-Oct-06 5:22 
GeneralRe: FSO read in? Pin
Larsson2-Oct-06 6:24
Larsson2-Oct-06 6:24 
GeneralRe: FSO read in? Pin
Gavin Jeffrey2-Oct-06 22:01
Gavin Jeffrey2-Oct-06 22:01 
are you using asp.net or asp 3? cause the code i have given you will only work in asp.net. if you wanted to do this in asp 3 you would have to have do something like:

<br />
  'get the file path -<br />
  Set txtFilePath = Replace(f1.name, right(lcase(f1.name),4), ".txt")<br />
<br />
  'then read the file using fso<br />
  dim txtStream<br />
  Set txtStream = fso.OpenTextFile(txtFilePath, fsoForReading)<br />
<br />
  'the write the string out<br />
  Response.Write txtStream.ReadAll<br />
  txtStream.Close<br />


im a bit rusty in this area but this should give you more or less an idea!
QuestionTextarea Issues Pin
Brendan Vogt29-Sep-06 1:06
Brendan Vogt29-Sep-06 1:06 
AnswerRe: Textarea Issues Pin
Britney S. Morales29-Sep-06 6:22
Britney S. Morales29-Sep-06 6:22 
Questionhow to get back the focus on submit button when using validation summary Pin
ravindradonkada29-Sep-06 0:56
ravindradonkada29-Sep-06 0:56 
QuestionProblem in open Popup Pin
srilu nagalla28-Sep-06 23:23
srilu nagalla28-Sep-06 23:23 
AnswerRe: Problem in open Popup Pin
Exelioindia28-Sep-06 23:37
Exelioindia28-Sep-06 23:37 
GeneralRe: Problem in open Popup Pin
srilu nagalla29-Sep-06 0:04
srilu nagalla29-Sep-06 0:04 
AnswerRe: Problem in open Popup Pin
_AK_28-Sep-06 23:53
_AK_28-Sep-06 23:53 
GeneralRe: Problem in open Popup Pin
srilu nagalla29-Sep-06 0:11
srilu nagalla29-Sep-06 0:11 
GeneralRe: Problem in open Popup Pin
_AK_29-Sep-06 0:14
_AK_29-Sep-06 0:14 
GeneralRe: Problem in open Popup Pin
srilu nagalla29-Sep-06 0:25
srilu nagalla29-Sep-06 0:25 
GeneralRe: Problem in open Popup Pin
_AK_29-Sep-06 0:37
_AK_29-Sep-06 0:37 
GeneralRe: Problem in open Popup Pin
srilu nagalla29-Sep-06 0:52
srilu nagalla29-Sep-06 0:52 
GeneralRe: Problem in open Popup Pin
_AK_29-Sep-06 1:34
_AK_29-Sep-06 1:34 
Questionsimple problem Pin
dany.s28-Sep-06 22:59
dany.s28-Sep-06 22:59 
AnswerRe: simple problem Pin
albCode28-Sep-06 23:12
albCode28-Sep-06 23:12 
NewsWrite Code for Parameterised and Non Parameterised Methods Pin
SHAIK RAFFI20-Dec-12 3:39
SHAIK RAFFI20-Dec-12 3:39 
AnswerRe: simple problem Pin
Guffa28-Sep-06 23:13
Guffa28-Sep-06 23:13 

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.