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

ASP.NET

 
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 
ASP.NET will autogenerate a name element for all controls created on the server-side and the HTML spec, http://www.w3.org/TR/html4/interact/forms.html#successful-controls[^], states the name is required for Successful controls and only successful controls are required to be posted back.

To make it weird it seems browser agents still group by id for a post so input elements with the same id are submitted if at least one has a name? Neat. So, if you want to dynamically generate input elements in client-side java script you must include the name attribute in the input element tag!


On two occasions I have been asked [by members of Parliament], 'Pray, Mr. Babbage, if you put into the machine wrong figures, will the right answers come out?' I am not able rightly to apprehend the kind of confusion of ideas that could provoke such a question. - Charles Babbage

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 
QuestionDisplaying Hourglass cursor at the start of event and normal one at the end of event Pin
Omkar Ghaisas18-Oct-06 10:04
Omkar Ghaisas18-Oct-06 10:04 
AnswerRe: Displaying Hourglass cursor at the start of event and normal one at the end of event Pin
minhpc_bk18-Oct-06 15:44
minhpc_bk18-Oct-06 15:44 
QuestionCannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 9:25
Zach Burnett18-Oct-06 9:25 
AnswerRe: Cannot get ASP.NET page to run server side Pin
Guffa18-Oct-06 10:36
Guffa18-Oct-06 10:36 
GeneralRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 10:44
Zach Burnett18-Oct-06 10:44 
GeneralRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 10:54
Zach Burnett18-Oct-06 10:54 
AnswerRe: Cannot get ASP.NET page to run server side Pin
Christian Graus18-Oct-06 12:24
protectorChristian Graus18-Oct-06 12:24 
AnswerRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 12:46
Zach Burnett18-Oct-06 12:46 
GeneralRe: Cannot get ASP.NET page to run server side Pin
Zach Burnett18-Oct-06 13:29
Zach Burnett18-Oct-06 13:29 
QuestionSimple layout question..hopefully Pin
Member 9618-Oct-06 7:57
Member 9618-Oct-06 7:57 
AnswerRe: Simple layout question..hopefully Pin
Christian Graus18-Oct-06 8:11
protectorChristian Graus18-Oct-06 8:11 

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.