Click here to Skip to main content
15,886,199 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: navigation between secure pages Pin
MalarGayu16-Nov-11 17:45
MalarGayu16-Nov-11 17:45 
GeneralRe: navigation between secure pages Pin
s_magus16-Nov-11 19:23
s_magus16-Nov-11 19:23 
QuestionOptions for creating simple PDF in ASP.NET Pin
RvrBndBrewer16-Nov-11 5:01
RvrBndBrewer16-Nov-11 5:01 
SuggestionRe: Options for creating simple PDF in ASP.NET Pin
Rojan Gh.16-Nov-11 15:03
professionalRojan Gh.16-Nov-11 15:03 
AnswerRe: Options for creating simple PDF in ASP.NET Pin
Andy_L_J17-Nov-11 0:11
Andy_L_J17-Nov-11 0:11 
Questionasp.net MVC3 unobtrusive validation causes IE8 to crash Pin
Madhu Kampurath15-Nov-11 20:26
Madhu Kampurath15-Nov-11 20:26 
Question2010 asp.net options Pin
rachel_m15-Nov-11 9:54
rachel_m15-Nov-11 9:54 
AnswerRe: 2010 asp.net options Pin
Not Active15-Nov-11 14:24
mentorNot Active15-Nov-11 14:24 
I'm not sure if I completely understand. You want a row of label controls that display some dates, each of which will have a dropdown. When the user selects Yes from the dropdown the label should be changed to a dropdown that contains a list of dates. Correct?

This being the case I would not even consider using any ajax server controls that would require a postback to function. All of this can be handled on the client-side with some JavaScript. Handle the select event of the Yes/No dropdown and hide the label while showing a dropdown in its place. Handle the select event on this dropdown to do the reverse, hide the dropdown and show the label with the selected value. If the date dropdowns all contain the same values you don't even need multiple dropdowns. You can have one and clone it or position it as necessary.

The question though is how are you planning to post the updated data, if any, to the server?


rachel_m wrote:
that is the 'old' style of coding.

Explain this? The table element was created to display tabular data. If that is what you have then use it. If you are using it just for layout, then no, there are better methods.

No comment

GeneralRe: 2010 asp.net options Pin
rachel_m15-Nov-11 16:29
rachel_m15-Nov-11 16:29 
GeneralRe: 2010 asp.net options Pin
Not Active15-Nov-11 17:23
mentorNot Active15-Nov-11 17:23 
QuestionProblem Setting Width of asp:Panel in Windows 7 Pin
Member 840472315-Nov-11 8:45
Member 840472315-Nov-11 8:45 
QuestionHidden Input value during <code>Page.Init</code> Pin
Ali Al Omairi(Abu AlHassan)15-Nov-11 5:42
professionalAli Al Omairi(Abu AlHassan)15-Nov-11 5:42 
AnswerRe: Hidden Input value during Page.Init Pin
Dennis E White15-Nov-11 6:31
professionalDennis E White15-Nov-11 6:31 
GeneralRe: Hidden Input value during Page.Init Pin
Ali Al Omairi(Abu AlHassan)15-Nov-11 7:03
professionalAli Al Omairi(Abu AlHassan)15-Nov-11 7:03 
AnswerRe: Hidden Input value during Page.Init Pin
jkirkerx15-Nov-11 18:26
professionaljkirkerx15-Nov-11 18:26 
GeneralRe: Hidden Input value during Page.Init Pin
Ali Al Omairi(Abu AlHassan)15-Nov-11 21:39
professionalAli Al Omairi(Abu AlHassan)15-Nov-11 21:39 
QuestionList (of ) remove, compare Pin
byka15-Nov-11 2:00
byka15-Nov-11 2:00 
AnswerRe: List (of ) remove, compare Pin
Dennis E White15-Nov-11 6:41
professionalDennis E White15-Nov-11 6:41 
Questionupdate button on web page Pin
rachel_m15-Nov-11 1:43
rachel_m15-Nov-11 1:43 
AnswerRe: update button on web page Pin
Dennis E White15-Nov-11 6:34
professionalDennis E White15-Nov-11 6:34 
QuestionIs there any design pattren for authentication in ASp.Net MVC3? Pin
wasimsharp14-Nov-11 23:34
wasimsharp14-Nov-11 23:34 
AnswerRe: Is there any design pattren for authentication in ASp.Net MVC3? Pin
Brij15-Nov-11 1:24
mentorBrij15-Nov-11 1:24 
GeneralRe: Is there any design pattren for authentication in ASp.Net MVC3? Pin
wasimsharp15-Nov-11 1:33
wasimsharp15-Nov-11 1:33 
QuestionWHAT IS SILVERLIGHT. Pin
Shubham Vijay14-Nov-11 21:10
Shubham Vijay14-Nov-11 21:10 
AnswerRe: WHAT IS SILVERLIGHT. PinPopular
thatraja14-Nov-11 21:37
professionalthatraja14-Nov-11 21:37 

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.