Click here to Skip to main content
16,015,920 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionmaster page and user control Pin
ravikiranreddydharmannagari2-Aug-07 23:45
ravikiranreddydharmannagari2-Aug-07 23:45 
AnswerRe: master page and user control Pin
Rhys Gravell3-Aug-07 5:12
professionalRhys Gravell3-Aug-07 5:12 
AnswerRe: master page and user control Pin
Bino B3-Aug-07 6:54
Bino B3-Aug-07 6:54 
QuestionDelete directory recursively throwing an error Pin
Nicejith2-Aug-07 23:22
Nicejith2-Aug-07 23:22 
AnswerRe: Delete directory recursively throwing an error Pin
N a v a n e e t h3-Aug-07 0:06
N a v a n e e t h3-Aug-07 0:06 
GeneralRe: Delete directory recursively throwing an error Pin
Nicejith3-Aug-07 1:30
Nicejith3-Aug-07 1:30 
QuestionMultiple file uploading [modified] Pin
Milind Panchal2-Aug-07 23:02
Milind Panchal2-Aug-07 23:02 
AnswerRe: Multiple file uploading Pin
N a v a n e e t h3-Aug-07 0:04
N a v a n e e t h3-Aug-07 0:04 
tulsulkar wrote:
I am creating a web page which contains listbox. Listbox have a paths of file. I want to upload that files on server.


Impossible until you get HTTPPostedFile object. May be possible with some activex controls.

Reason is, ASP.NET won't be having access to the file paths listed in the listbox. So it can't read files for upload. Instead of this you can use datagrid/gridview. Put a template column contains file upload control. Iterate through all the rows of grid and get fileuploadcontrol object, do the upload.


QuestionAccessing back end variable into asp.net Pin
Anurag Gandhi2-Aug-07 22:23
professionalAnurag Gandhi2-Aug-07 22:23 
AnswerRe: Accessing back end variable into asp.net Pin
Christian Graus2-Aug-07 22:36
protectorChristian Graus2-Aug-07 22:36 
AnswerRe: Accessing back end variable into asp.net Pin
sulabh20202-Aug-07 23:32
sulabh20202-Aug-07 23:32 
GeneralRe: Accessing back end variable into asp.net Pin
Anurag Gandhi3-Aug-07 0:20
professionalAnurag Gandhi3-Aug-07 0:20 
GeneralRe: Accessing back end variable into asp.net Pin
N a v a n e e t h3-Aug-07 0:28
N a v a n e e t h3-Aug-07 0:28 
GeneralRe: Accessing back end variable into asp.net Pin
Anurag Gandhi3-Aug-07 0:51
professionalAnurag Gandhi3-Aug-07 0:51 
GeneralRe: Accessing back end variable into asp.net Pin
sulabh20203-Aug-07 1:06
sulabh20203-Aug-07 1:06 
Questioncustomizing account Pin
mmm!@#2-Aug-07 22:21
mmm!@#2-Aug-07 22:21 
QuestionRe: customizing account Pin
T.EDY2-Aug-07 22:29
T.EDY2-Aug-07 22:29 
QuestionRe: customizing account Pin
mmm!@#6-Aug-07 18:31
mmm!@#6-Aug-07 18:31 
AnswerRe: customizing account Pin
Edwin Syarief2-Aug-07 22:50
Edwin Syarief2-Aug-07 22:50 
AnswerRe: customizing account Pin
Bino B3-Aug-07 6:57
Bino B3-Aug-07 6:57 
Questionhow to write feedback form in asp.net v1.1 Pin
aurorae1282-Aug-07 21:58
aurorae1282-Aug-07 21:58 
AnswerRe: how to write feedback form in asp.net v1.1 Pin
Christian Graus2-Aug-07 22:37
protectorChristian Graus2-Aug-07 22:37 
AnswerRe: how to write feedback form in asp.net v1.1 Pin
Talal Sultan2-Aug-07 22:38
Talal Sultan2-Aug-07 22:38 
GeneralRe: how to write feedback form in asp.net v1.1 Pin
aurorae1286-Aug-07 3:58
aurorae1286-Aug-07 3:58 
GeneralRe: how to write feedback form in asp.net v1.1 Pin
Talal Sultan8-Aug-07 3:47
Talal Sultan8-Aug-07 3:47 

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.