Click here to Skip to main content
15,914,221 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: GridView Pin
keyur satyadev27-Jan-10 23:38
keyur satyadev27-Jan-10 23:38 
GeneralRe: GridView Pin
arkiboys27-Jan-10 23:40
arkiboys27-Jan-10 23:40 
GeneralRe: GridView Pin
Brij27-Jan-10 23:45
mentorBrij27-Jan-10 23:45 
GeneralRe: GridView [modified] Pin
arkiboys27-Jan-10 23:50
arkiboys27-Jan-10 23:50 
GeneralRe: GridView Pin
Brij28-Jan-10 0:13
mentorBrij28-Jan-10 0:13 
GeneralRe: GridView [modified] Pin
arkiboys28-Jan-10 0:18
arkiboys28-Jan-10 0:18 
GeneralRe: GridView Pin
Brij28-Jan-10 0:21
mentorBrij28-Jan-10 0:21 
GeneralRe: GridView Pin
VinayGarg8228-Jan-10 0:35
VinayGarg8228-Jan-10 0:35 
GeneralRe: GridView Pin
arkiboys28-Jan-10 3:43
arkiboys28-Jan-10 3:43 
GeneralRe: GridView Pin
arkiboys28-Jan-10 4:04
arkiboys28-Jan-10 4:04 
GeneralRe: GridView Pin
arkiboys28-Jan-10 5:44
arkiboys28-Jan-10 5:44 
QuestionRad combobox event in java script Pin
acmohanakrishnan27-Jan-10 22:27
acmohanakrishnan27-Jan-10 22:27 
Questionvalidation control problem Pin
Mogamboo_Khush_Hua27-Jan-10 22:25
Mogamboo_Khush_Hua27-Jan-10 22:25 
AnswerRe: validation control problem Pin
Brij27-Jan-10 23:28
mentorBrij27-Jan-10 23:28 
GeneralRe: validation control problem Pin
Anurag Gandhi28-Jan-10 0:15
professionalAnurag Gandhi28-Jan-10 0:15 
GeneralRe: validation control problem Pin
Mogamboo_Khush_Hua28-Jan-10 0:57
Mogamboo_Khush_Hua28-Jan-10 0:57 
GeneralRe: validation control problem Pin
Brij28-Jan-10 6:53
mentorBrij28-Jan-10 6:53 
Questionhyperlink in datalist opening in new window even in target set to parent Pin
Meax27-Jan-10 22:03
Meax27-Jan-10 22:03 
AnswerRe: hyperlink in datalist opening in new window even in target set to parent Pin
Abhishek Sur27-Jan-10 22:26
professionalAbhishek Sur27-Jan-10 22:26 
QuestionMasterDetail Pin
arkiboys27-Jan-10 21:41
arkiboys27-Jan-10 21:41 
AnswerRe: MasterDetail Pin
Dinesh Mani27-Jan-10 22:01
Dinesh Mani27-Jan-10 22:01 
GeneralRe: MasterDetail Pin
arkiboys27-Jan-10 22:13
arkiboys27-Jan-10 22:13 
GeneralRe: MasterDetail Pin
Dinesh Mani27-Jan-10 22:15
Dinesh Mani27-Jan-10 22:15 
GeneralRe: MasterDetail Pin
arkiboys27-Jan-10 22:32
arkiboys27-Jan-10 22:32 
GeneralRe: MasterDetail Pin
Dinesh Mani27-Jan-10 22:43
Dinesh Mani27-Jan-10 22:43 
Based on my work experience, I understand that users generally don't like to open a new page just in order to edit some values pertaining to a single classification. In simpler words, users would be happy if they can view and edit the data on the same page instead of navigating to a different page and then coming back to results page.

So, if you can let them edit it on the same place nothing like it. Since, in this case the users have to edit close to 25 fields, the users wouldn't be happy to edit so many fields in-line. So, we have to either redirect them to a new page or show the edit page in a pop-up.

Any day naive users would be happy with pop-ups, but advance ones hate them and might have them disabled. So the safe option would be to use a AJAX modal pop-up extender and display the edit form in AJAX pop-up. Naive users would be happy and advance ones wouldn't complain.

Smile | :)

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.