Click here to Skip to main content
15,914,488 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: XML Pin
Not Active9-Apr-10 6:14
mentorNot Active9-Apr-10 6:14 
GeneralRe: XML Pin
Farraj9-Apr-10 6:42
Farraj9-Apr-10 6:42 
GeneralRe: XML Pin
Not Active9-Apr-10 7:03
mentorNot Active9-Apr-10 7:03 
GeneralRe: XML Pin
leckey9-Apr-10 7:11
leckey9-Apr-10 7:11 
Questionhow to store multiple rows in a table from gridview Pin
developerit9-Apr-10 1:41
developerit9-Apr-10 1:41 
AnswerRe: how to store multiple rows in a table from gridview Pin
Brij9-Apr-10 3:37
mentorBrij9-Apr-10 3:37 
GeneralRe: how to store multiple rows in a table from gridview Pin
developerit9-Apr-10 22:37
developerit9-Apr-10 22:37 
AnswerRe: how to store multiple rows in a table from gridview Pin
Tej Aj16-Apr-10 2:50
Tej Aj16-Apr-10 2:50 
QuestionReport Viewer Control Pin
Paul Unsworth9-Apr-10 0:26
Paul Unsworth9-Apr-10 0:26 
QuestionGetting response from aspx page Pin
Pryabu8-Apr-10 21:49
Pryabu8-Apr-10 21:49 
QuestionASP.Net vs MVC Pin
swjam8-Apr-10 20:15
swjam8-Apr-10 20:15 
AnswerRe: ASP.Net vs MVC Pin
Gaurav Dudeja India8-Apr-10 20:27
Gaurav Dudeja India8-Apr-10 20:27 
AnswerRe: ASP.Net vs MVC Pin
sashidhar8-Apr-10 20:55
sashidhar8-Apr-10 20:55 
AnswerRe: ASP.Net vs MVC Pin
Brij8-Apr-10 23:56
mentorBrij8-Apr-10 23:56 
QuestionListBox SelectedIndex does not persist during postback [modified] Pin
Toni788-Apr-10 4:49
Toni788-Apr-10 4:49 
AnswerRe: ListBox SelectedIndex does not persist during postback Pin
JHizzle8-Apr-10 5:03
JHizzle8-Apr-10 5:03 
GeneralRe: ListBox SelectedIndex does not persist during postback Pin
Toni788-Apr-10 5:18
Toni788-Apr-10 5:18 
GeneralRe: ListBox SelectedIndex does not persist during postback Pin
JHizzle8-Apr-10 5:26
JHizzle8-Apr-10 5:26 
GeneralRe: ListBox SelectedIndex does not persist during postback [modified] Pin
Toni788-Apr-10 8:03
Toni788-Apr-10 8:03 
AnswerRe: ListBox SelectedIndex does not persist during postback Pin
michaelschmitt8-Apr-10 8:42
michaelschmitt8-Apr-10 8:42 
GeneralRe: ListBox SelectedIndex does not persist during postback Pin
Toni788-Apr-10 8:56
Toni788-Apr-10 8:56 
QuestionMultiple file upload Pin
paper678-Apr-10 4:13
paper678-Apr-10 4:13 
Hi,

I want to upload multiple image files from within an InsertItemTemplate within
a FormView. That Formview is placed in an UpdatePanel. I searched the net for
2 days to find answers to my problem. I am aware that a full postback is required
to make the asp.net FileUpload control work and that a PostBackTrigger has to be set
inside the UpdatePanel. My problem is that the PostBackTrigger button that I place in
the Triggers section of the UpdatePanel can not be found since it is declared in the
InsertItemTemplate. Can this be solved some way. I have read that in this case it is
better to use an AJAX AsyncFileUpload control, but I can not find any examples where
multiple files can be uploaded. I doubt that this is the best way to solve my problem
since the upload starts immediately after a file on the local file system is selected.
I want to start the upload only when the Insert Button inside the InsertItemTemplate is
clicked and therefore do the handling in the ItemInserting event of the FormView.
Can anyone please point me to an example where this is done. I can not imagine I am the
only one having this problem.


tia
AnswerRe: Multiple file upload Pin
chriswk8-Apr-10 19:21
chriswk8-Apr-10 19:21 
GeneralRe: Multiple file upload Pin
Gaurav Dudeja India8-Apr-10 19:31
Gaurav Dudeja India8-Apr-10 19:31 
GeneralRe: Multiple file upload Pin
paper679-Apr-10 5:08
paper679-Apr-10 5:08 

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.