Click here to Skip to main content
15,919,245 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: transfer a key value from a page to a popup page "on selected index change" of a gridview. Pin
saurabh8april26-Nov-09 20:21
saurabh8april26-Nov-09 20:21 
QuestionInvalid URI: There is an invalid sequence in the string Pin
Robymon25-Nov-09 22:17
Robymon25-Nov-09 22:17 
AnswerRe: Invalid URI: There is an invalid sequence in the string Pin
Gamzun25-Nov-09 22:26
Gamzun25-Nov-09 22:26 
GeneralRe: Invalid URI: There is an invalid sequence in the string Pin
Robymon25-Nov-09 22:35
Robymon25-Nov-09 22:35 
AnswerRe: Invalid URI: There is an invalid sequence in the string Pin
Richard MacCutchan25-Nov-09 22:36
mveRichard MacCutchan25-Nov-09 22:36 
GeneralRe: Invalid URI: There is an invalid sequence in the string Pin
Robymon25-Nov-09 22:54
Robymon25-Nov-09 22:54 
AnswerRe: Invalid URI: There is an invalid sequence in the string Pin
sashidhar25-Nov-09 22:49
sashidhar25-Nov-09 22:49 
QuestionFileUpload Control in Usercontrol Pin
Milind R Chavan25-Nov-09 22:13
Milind R Chavan25-Nov-09 22:13 
Hello,

I have one Fileupload control in usercontrol. And I am loading usercontrol to in panel within updatepanel of page dynamically.

So the scenario is like this :

Masterpage
--- Default.aspx
---- UpdatePanel
--- ASP Panel
---- Usercontrol loaded according to user request.

I have loading the usercontrol dynamically , As User can load the usercontrol multiple times

I can able generate usercontrol while postback of the page.

The problem is, When I click "Upload" button within usercontrol I am not getting postedfile of fileupload

I have also tried following method in usercontrol to solve this problem , but no success yet

<asp:UpdatePanel ID="UpdatePanel1" runat="server" UpdateMode="conditional">
<Triggers>
<asp:PostBackTrigger ControlID="IbUploadT" />
</Triggers>
<ContentTemplate>
<asp:FileUpload ID="fupResource" runat="server" EnableViewState="true" />
<asp:ImageButton ID="IbUploadT" runat="server" ImageUrl="~/App_Themes/White/Images/Add.ICO" Height="16px" onclick="IbUploadT_Click" />
</ContentTemplate>
</asp:UpdatePanel>

Even though the page is postingback , I am not getting the postedfile of Fileupload

Please help me.

Regards,
Milind
AnswerRe: FileUpload Control in Usercontrol Pin
Gamzun25-Nov-09 22:28
Gamzun25-Nov-09 22:28 
GeneralRe: FileUpload Control in Usercontrol Pin
Milind R Chavan25-Nov-09 22:30
Milind R Chavan25-Nov-09 22:30 
QuestionDoing Static Analysis, Profiling etc. with VSTS 2008 Dev. Edn. Pin
Reshma.R25-Nov-09 20:31
Reshma.R25-Nov-09 20:31 
AnswerRe: Doing Static Analysis, Profiling etc. with VSTS 2008 Dev. Edn. Pin
sashidhar25-Nov-09 20:33
sashidhar25-Nov-09 20:33 
QuestionGrid view Problem while displaying item template Pin
Amit Patel198525-Nov-09 20:11
Amit Patel198525-Nov-09 20:11 
AnswerRe: Grid view Problem while displaying item template Pin
Nishant Singh25-Nov-09 20:20
Nishant Singh25-Nov-09 20:20 
AnswerRe: Grid view Problem while displaying item template Pin
Vimalsoft(Pty) Ltd25-Nov-09 20:27
professionalVimalsoft(Pty) Ltd25-Nov-09 20:27 
AnswerRe: Grid view Problem while displaying item template Pin
Amit Patel198525-Nov-09 21:25
Amit Patel198525-Nov-09 21:25 
QuestionConsuming WCF service for development in advance? Pin
mittalpa25-Nov-09 18:52
mittalpa25-Nov-09 18:52 
AnswerRe: Cross Post - CP Member Please Ignore Pin
Abhijit Jana25-Nov-09 19:04
professionalAbhijit Jana25-Nov-09 19:04 
AnswerRe: Consuming WCF service for development in advance?[Modified] Pin
dan!sh 25-Nov-09 19:18
professional dan!sh 25-Nov-09 19:18 
Question[Message Deleted] Pin
mittalpa25-Nov-09 18:51
mittalpa25-Nov-09 18:51 
AnswerRe: Consuming WCF service for development in advance? Pin
Abhijit Jana25-Nov-09 19:06
professionalAbhijit Jana25-Nov-09 19:06 
QuestionProblem with Gridview Edit Button Pin
wr302825-Nov-09 18:01
wr302825-Nov-09 18:01 
AnswerRe: Problem with Gridview Edit Button Pin
Abhijit Jana25-Nov-09 18:24
professionalAbhijit Jana25-Nov-09 18:24 
GeneralRe: Problem with Gridview Edit Button Pin
wr302825-Nov-09 23:38
wr302825-Nov-09 23:38 
GeneralRe: Problem with Gridview Edit Button Pin
Abhijit Jana25-Nov-09 23:57
professionalAbhijit Jana25-Nov-09 23:57 

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.