Click here to Skip to main content
15,902,777 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: datagrid problem Pin
Kissy1625-Jul-08 21:35
Kissy1625-Jul-08 21:35 
AnswerRe: datagrid problem Pin
Abhijit Jana25-Jul-08 22:06
professionalAbhijit Jana25-Jul-08 22:06 
AnswerRe: datagrid problem Pin
Anudeep Jaiswal1-Aug-08 0:49
Anudeep Jaiswal1-Aug-08 0:49 
Questioncreating crystal reports in asp.net Pin
SSN25-Jul-08 19:45
SSN25-Jul-08 19:45 
Questionabout pop up menu in asp.net 2.0 Pin
vijaylumar25-Jul-08 18:59
vijaylumar25-Jul-08 18:59 
AnswerRe: about pop up menu in asp.net 2.0 Pin
BhadeliaImran26-Jul-08 2:04
BhadeliaImran26-Jul-08 2:04 
QuestionAJAX Calendar Extendar Pin
kadkir25-Jul-08 18:47
kadkir25-Jul-08 18:47 
Questionasp.net 2.0 with vb if file exist create a hyperlink Pin
bolson5025-Jul-08 18:11
bolson5025-Jul-08 18:11 
i am tring to search for log files on c:\ using a date range (format 20080725) the file format is lookup20080725.log the other log is detail20080725.log. the logs are created daily and i want to pull
up all files using a start date and a end date. then to display then on a web page with hyper links.
these files are on the server not a pc if that helps.
i am not sure if using a do loop or the for next is better

Dim str As String
Dim en As String
Dim i As Integer
Dim filext As String

str = date1.Text
en = date2.Text

Do Until i = en

filext = File.Exists("C:\lookup" & i & ".log")
i = str + 1
If filext = True Then


End If

Loop
thanks for any help or advice or even a point in the right direction lol Smile | :)
AnswerRe: asp.net 2.0 with vb if file exist create a hyperlink Pin
BhadeliaImran26-Jul-08 2:12
BhadeliaImran26-Jul-08 2:12 
QuestionCustom Control fails to show in ASP.NET application Pin
kharkov9225-Jul-08 12:11
kharkov9225-Jul-08 12:11 
Questionvalue tabstrip asp net 1.x Pin
raquidd2225-Jul-08 12:08
raquidd2225-Jul-08 12:08 
Questiontextbox suggest Pin
wajans25-Jul-08 10:06
wajans25-Jul-08 10:06 
QuestionHL7 Integration Pin
Aslesh25-Jul-08 8:20
Aslesh25-Jul-08 8:20 
QuestionWebservices in C#.net Pin
balu1234525-Jul-08 8:02
balu1234525-Jul-08 8:02 
AnswerRe: Webservices in C#.net Pin
SomeGuyThatIsMe25-Jul-08 8:32
SomeGuyThatIsMe25-Jul-08 8:32 
GeneralRe: Webservices in C#.net Pin
Ashfield25-Jul-08 8:35
Ashfield25-Jul-08 8:35 
GeneralRe: Webservices in C#.net Pin
SomeGuyThatIsMe25-Jul-08 8:39
SomeGuyThatIsMe25-Jul-08 8:39 
GeneralRe: Webservices in C#.net Pin
Blue_Boy25-Jul-08 12:09
Blue_Boy25-Jul-08 12:09 
QuestionOleDB connection.Open() fails in WebService only Pin
ErikJL25-Jul-08 5:03
ErikJL25-Jul-08 5:03 
AnswerRe: OleDB connection.Open() fails in WebService only Pin
Mike Ellison25-Jul-08 6:02
Mike Ellison25-Jul-08 6:02 
GeneralRe: OleDB connection.Open() fails in WebService only Pin
ErikJL25-Jul-08 6:56
ErikJL25-Jul-08 6:56 
QuestionApplication Alerts Pin
C. L. Phillip25-Jul-08 4:44
C. L. Phillip25-Jul-08 4:44 
AnswerRe: Application Alerts Pin
SomeGuyThatIsMe25-Jul-08 5:57
SomeGuyThatIsMe25-Jul-08 5:57 
AnswerRe: Application Alerts Pin
Mike Ellison25-Jul-08 5:58
Mike Ellison25-Jul-08 5:58 
AnswerRe: Application Alerts Pin
C. L. Phillip25-Jul-08 9:49
C. L. Phillip25-Jul-08 9:49 

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.