Click here to Skip to main content
15,896,461 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: CACHING IN ASP.NET Pin
ToddHileHoffer20-Feb-09 4:40
ToddHileHoffer20-Feb-09 4:40 
QuestionPerformance of webpage Pin
farogh haider19-Feb-09 23:03
farogh haider19-Feb-09 23:03 
AnswerRe: Performance of webpage Pin
Brij19-Feb-09 23:28
mentorBrij19-Feb-09 23:28 
AnswerRe: Performance of webpage Pin
Satish3220-Feb-09 0:43
Satish3220-Feb-09 0:43 
AnswerRe: Performance of webpage Pin
Xmen Real 20-Feb-09 17:45
professional Xmen Real 20-Feb-09 17:45 
Questionhow to populate grid view with list of files. [modified] Pin
aashish.saalvi19-Feb-09 22:46
aashish.saalvi19-Feb-09 22:46 
AnswerRe: how to populate grid view with list of files. [modified] Pin
rakeshs31219-Feb-09 23:37
rakeshs31219-Feb-09 23:37 
AnswerRe: how to populate grid view with list of files. Pin
Member 43782053-Mar-09 7:07
Member 43782053-Mar-09 7:07 
Hi...
First I would like to know whether you need to get the files from the directory in the local system only or you would like to upload the files as well.

If you want to get the files from the directory we can use Directory.GetFiles() method.
GO through the following code.

GridView1.DataSource = Directory.GetFiles("c:\\Tempu\\Upload", "*.doc");
GridView1.DataBind();

Please let me know if it serves your question.

Regards
Raj.
QuestionHow To Store File Path In Access Databse in ASP.net using C# Pin
aashish.saalvi19-Feb-09 22:23
aashish.saalvi19-Feb-09 22:23 
AnswerRe: How To Store File Path In Access Databse in ASP.net using C# Pin
Vimalsoft(Pty) Ltd19-Feb-09 22:34
professionalVimalsoft(Pty) Ltd19-Feb-09 22:34 
AnswerRe: How To Store File Path In Access Databse in ASP.net using C# Pin
farogh haider19-Feb-09 23:13
farogh haider19-Feb-09 23:13 
AnswerRe: How To Store File Path In Access Databse in ASP.net using C# [modified] Pin
rakeshs31219-Feb-09 23:40
rakeshs31219-Feb-09 23:40 
QuestionDoes dll developed using Framework 3.5 will work in Framework 2.0 server Pin
Exelioindia19-Feb-09 22:10
Exelioindia19-Feb-09 22:10 
AnswerRe: Does dll developed using Framework 3.5 will work in Framework 2.0 server Pin
Christian Graus19-Feb-09 22:17
protectorChristian Graus19-Feb-09 22:17 
Questionhow to generate the dynamic menu in front end.(sequence and page hiearachy pass by the adminstrator) Pin
keyur satyadev19-Feb-09 21:57
keyur satyadev19-Feb-09 21:57 
QuestionValidation of viewstate MAC failed Pin
NidhiKanu19-Feb-09 21:34
professionalNidhiKanu19-Feb-09 21:34 
AnswerRe: Validation of viewstate MAC failed Pin
Pratik Vasant Shah20-Feb-09 1:31
Pratik Vasant Shah20-Feb-09 1:31 
GeneralRe: Validation of viewstate MAC failed Pin
NidhiKanu20-Feb-09 1:50
professionalNidhiKanu20-Feb-09 1:50 
QuestionComma Separated Value Pin
krishna2gubbala19-Feb-09 21:32
krishna2gubbala19-Feb-09 21:32 
AnswerRe: Comma Separated Value Pin
Christian Graus19-Feb-09 21:59
protectorChristian Graus19-Feb-09 21:59 
AnswerRe: Comma Separated Value Pin
J4amieC19-Feb-09 22:10
J4amieC19-Feb-09 22:10 
Questionhotmail address book import. Pin
VijayVishwakarma19-Feb-09 20:56
VijayVishwakarma19-Feb-09 20:56 
QuestionHow to Get Short date in Proper Format? Pin
mr_muskurahat19-Feb-09 20:28
mr_muskurahat19-Feb-09 20:28 
AnswerRe: How to Get Short date in Proper Format? Pin
Gaurav K Singh19-Feb-09 20:38
Gaurav K Singh19-Feb-09 20:38 
GeneralRe: How to Get Short date in Proper Format? Pin
mr_muskurahat19-Feb-09 23:01
mr_muskurahat19-Feb-09 23:01 

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.