Click here to Skip to main content
15,892,746 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: response Pin
Guffa18-Oct-06 18:44
Guffa18-Oct-06 18:44 
QuestionHow to handle this error: "Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to postback Pin
chandu4codeproj18-Oct-06 18:11
chandu4codeproj18-Oct-06 18:11 
AnswerRe: How to handle this error: "Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to post Pin
Tad McClellan18-Oct-06 18:26
professionalTad McClellan18-Oct-06 18:26 
GeneralRe: How to handle this error: "Invalid postback or callback argument. Event validation is enabled using in configuration or <%@ Page EnableEventValidation="true" %> in a page. For security purposes, this feature verifies that arguments to post Pin
chandu4codeproj18-Oct-06 18:30
chandu4codeproj18-Oct-06 18:30 
QuestionResponse.Redirect Pin
avahia18-Oct-06 18:01
avahia18-Oct-06 18:01 
AnswerRe: Response.Redirect Pin
Guffa18-Oct-06 18:50
Guffa18-Oct-06 18:50 
QuestionMore on file uploading Pin
Ennis Ray Lynch, Jr.18-Oct-06 14:45
Ennis Ray Lynch, Jr.18-Oct-06 14:45 
AnswerRe: More on file uploading Pin
minhpc_bk18-Oct-06 15:36
minhpc_bk18-Oct-06 15:36 
Ennis Ray Lynch, Jr. wrote:
A simple loop through Page.Controls reveals the HtmlControl for the page if there is one. (Surprise there is no method to return it! so you must roll your own) With this set I am still unable to upload files!

You can use the HttpRequest.Files Property [^] to access the uploaded file collection.

Ennis Ray Lynch, Jr. wrote:
I can't find any meaningful difference in the HTML source between the two.

The difference is that the HtmlInputFile marked with runat="server" will set the Enctype = "multipart/form-data" for the form element if this property is empty.



GeneralRe: More on file uploading Pin
Ennis Ray Lynch, Jr.18-Oct-06 15:44
Ennis Ray Lynch, Jr.18-Oct-06 15:44 
GeneralRe: More on file uploading Pin
minhpc_bk18-Oct-06 15:45
minhpc_bk18-Oct-06 15:45 
GeneralRe: More on file uploading Pin
Ennis Ray Lynch, Jr.18-Oct-06 15:56
Ennis Ray Lynch, Jr.18-Oct-06 15:56 
GeneralRe: More on file uploading Pin
minhpc_bk18-Oct-06 16:23
minhpc_bk18-Oct-06 16:23 
GeneralRe: More on file uploading Pin
Ennis Ray Lynch, Jr.18-Oct-06 16:31
Ennis Ray Lynch, Jr.18-Oct-06 16:31 
GeneralBTW Pin
Ennis Ray Lynch, Jr.18-Oct-06 16:32
Ennis Ray Lynch, Jr.18-Oct-06 16:32 
GeneralRe: BTW Pin
minhpc_bk18-Oct-06 16:39
minhpc_bk18-Oct-06 16:39 
GeneralRe: BTW Pin
minhpc_bk18-Oct-06 16:49
minhpc_bk18-Oct-06 16:49 
GeneralRe: BTW Pin
Ennis Ray Lynch, Jr.18-Oct-06 16:55
Ennis Ray Lynch, Jr.18-Oct-06 16:55 
GeneralRe: More on file uploading Pin
Ennis Ray Lynch, Jr.19-Oct-06 4:12
Ennis Ray Lynch, Jr.19-Oct-06 4:12 
GeneralAha: Those that don't know everything may be interested Pin
Ennis Ray Lynch, Jr.19-Oct-06 7:13
Ennis Ray Lynch, Jr.19-Oct-06 7:13 
QuestionForms Authentication Question [modified] Pin
Rob Walter18-Oct-06 12:05
Rob Walter18-Oct-06 12:05 
AnswerRe: Forms Authentication Question Pin
minhpc_bk18-Oct-06 15:43
minhpc_bk18-Oct-06 15:43 
QuestionRe: Forms Authentication Question Pin
Rob Walter22-Oct-06 15:51
Rob Walter22-Oct-06 15:51 
AnswerRe: Forms Authentication Question Pin
minhpc_bk23-Oct-06 5:49
minhpc_bk23-Oct-06 5:49 
Questionexe file Pin
hamzah123418-Oct-06 11:04
hamzah123418-Oct-06 11:04 
AnswerRe: exe file Pin
Christian Graus18-Oct-06 12:23
protectorChristian Graus18-Oct-06 12:23 

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.