Click here to Skip to main content
15,900,258 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionHide ASP.NET Ajax Popupcontrol Pin
samithaslk23-Mar-09 21:46
samithaslk23-Mar-09 21:46 
AnswerRe: Hide ASP.NET Ajax Popupcontrol Pin
AprNgp24-Mar-09 1:38
AprNgp24-Mar-09 1:38 
AnswerRe: Hide ASP.NET Ajax Popupcontrol Pin
AprNgp24-Mar-09 1:38
AprNgp24-Mar-09 1:38 
AnswerRe: Hide ASP.NET Ajax Popupcontrol Pin
danico4912-Aug-09 14:22
danico4912-Aug-09 14:22 
Questionhow to make discussion forums? Pin
maheshsahini23-Mar-09 21:21
maheshsahini23-Mar-09 21:21 
AnswerRe: how to make discussion forums? Pin
Abhishek Sur23-Mar-09 21:34
professionalAbhishek Sur23-Mar-09 21:34 
AnswerRe: how to make discussion forums? Pin
Blumen23-Mar-09 21:38
Blumen23-Mar-09 21:38 
QuestionFileUpload Not Working in the Wizard Pin
anada888623-Mar-09 20:56
anada888623-Mar-09 20:56 
Hello All,

I have a page on which I am using the wizard control.The finish button is on third step of the wizard. But i am having a FileUpload control in the first step itself.When I select a file in the FileUpload ,after clicking on Next,postback occurs and the Filename is lost.
I need the FileUpload, not to loose the filename till the last step.
I have tried saving the filename in viewstate,but since I need to pass the whole control in my method(which is predefined,and can not be changed),the viewstate solution didn't work.

I also found 1 more solution on internet i.e.
Manually add the enctype to the page's form on Page_Load()

Page.Form.Attributes.Add("enctype", "multipart/form-data");

but it is also not working,might be because the form tag is on my MasterPage and not on the requiered page.

Do anyone have any suggestion/solution to this problem?
Please help.
AnswerRe: FileUpload Not Working in the Wizard Pin
Abhishek Sur23-Mar-09 21:37
professionalAbhishek Sur23-Mar-09 21:37 
QuestionRe: FileUpload Not Working in the Wizard Pin
anada888623-Mar-09 21:56
anada888623-Mar-09 21:56 
AnswerRe: FileUpload Not Working in the Wizard Pin
Abhishek Sur23-Mar-09 22:15
professionalAbhishek Sur23-Mar-09 22:15 
QuestionSystem.Web.Services.Protocols.SoapException: Client Error - WindowsLiveSearchProvider Pin
Blumen23-Mar-09 20:29
Blumen23-Mar-09 20:29 
Questionwant to give cssclass to a string Pin
bhavna432123-Mar-09 20:08
bhavna432123-Mar-09 20:08 
AnswerRe: want to give cssclass to a string Pin
Spunky Coder23-Mar-09 20:17
Spunky Coder23-Mar-09 20:17 
GeneralRe: want to give cssclass to a string Pin
bhavna432123-Mar-09 20:27
bhavna432123-Mar-09 20:27 
GeneralRe: want to give cssclass to a string Pin
Spunky Coder23-Mar-09 22:29
Spunky Coder23-Mar-09 22:29 
AnswerRe: want to give cssclass to a string Pin
kumar_k50823-Mar-09 21:46
kumar_k50823-Mar-09 21:46 
Questionis it possible to integerate two websites in vs2008? Pin
Ramesh A.23-Mar-09 19:54
Ramesh A.23-Mar-09 19:54 
AnswerRe: is it possible to integerate two websites in vs2008? Pin
Abhijit Jana23-Mar-09 19:59
professionalAbhijit Jana23-Mar-09 19:59 
GeneralRe: is it possible to integerate two websites in vs2008? Pin
Ramesh A.23-Mar-09 20:48
Ramesh A.23-Mar-09 20:48 
GeneralRe: is it possible to integerate two websites in vs2008? Pin
Abhijit Jana23-Mar-09 20:58
professionalAbhijit Jana23-Mar-09 20:58 
Questionneed some explaination about the session in as.net Pin
prasadbuddhika23-Mar-09 19:45
prasadbuddhika23-Mar-09 19:45 
AnswerRe: need some explaination about the session in as.net Pin
krishnaveer23-Mar-09 19:56
krishnaveer23-Mar-09 19:56 
AnswerRe: need some explaination about the session in as.net Pin
Abhijit Jana23-Mar-09 19:56
professionalAbhijit Jana23-Mar-09 19:56 
GeneralRe: need some explaination about the session in as.net Pin
prasadbuddhika23-Mar-09 22:05
prasadbuddhika23-Mar-09 22:05 

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.