Click here to Skip to main content
15,888,113 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Which button pressed Pin
Abhijit Jana27-Aug-09 9:51
professionalAbhijit Jana27-Aug-09 9:51 
GeneralRe: Which button pressed Pin
ffowler27-Aug-09 10:02
ffowler27-Aug-09 10:02 
GeneralRe: Which button pressed Pin
Abhijit Jana27-Aug-09 10:14
professionalAbhijit Jana27-Aug-09 10:14 
QuestionNeed Suggestion Pin
amarnath n.n27-Aug-09 6:05
amarnath n.n27-Aug-09 6:05 
AnswerRe: Need Suggestion Pin
Jay Royall27-Aug-09 6:26
Jay Royall27-Aug-09 6:26 
GeneralRe: Need Suggestion Pin
amarnath n.n27-Aug-09 13:21
amarnath n.n27-Aug-09 13:21 
GeneralRe: Need Suggestion Pin
N a v a n e e t h27-Aug-09 19:52
N a v a n e e t h27-Aug-09 19:52 
QuestionRetaining focus after postback Pin
rcampbell1227-Aug-09 6:04
rcampbell1227-Aug-09 6:04 
I'm tasked with helping a developer finish up a web page that collects information about an order and populates some SQL Server tables. ASPX with C#. I'm not a C# guy, but my main job here is to keep him on task, interface with the dept. that will need this, and validate the data design. At present, there are some issues with postbacks. He does a good bit of validation, mostly to ensure fields aren't blank, and posts back upon exit of a good many fields. One problem is retaining focus after postback. The user enters a value, presses tab, and a postback occurs. Instead of the focus moving to the next field, there seems to be no field with focus after the postback, which forces the user to click in the next field with the mouse. So instead of being able to tab to fields as expected, the user keeps having to use the mouse to get the focus to the appropriate field. This is not very desireable at all. Another issue is what fields cause a postback. An example would be a field that can be empty (zero), but if it's >0 another field needs to be populated. The postback occurs after the first field and an error message is displayed next to the second field saying it can't be empty, yet the user hasn't even had a chance to enter anything in that field. This is most likely a simple fix of where the validation originates from (the second field instead of the first), but the programmer seems to think this is hard to do or not doable. I may have to dig into C#, but some help here would be appreciated.

Thanks,

Russell
AnswerRe: Retaining focus after postback Pin
Jeremy Likness27-Aug-09 6:17
professionalJeremy Likness27-Aug-09 6:17 
GeneralRe: Retaining focus after postback Pin
rcampbell1227-Aug-09 6:33
rcampbell1227-Aug-09 6:33 
GeneralClient side validation is the way to go - Example given Pin
David Mujica27-Aug-09 7:43
David Mujica27-Aug-09 7:43 
Questionupload and download Pin
hasani200727-Aug-09 5:15
hasani200727-Aug-09 5:15 
AnswerRe: upload and download Pin
Abhishek Sur27-Aug-09 5:33
professionalAbhishek Sur27-Aug-09 5:33 
AnswerRe: upload and download Pin
Abhijit Jana27-Aug-09 9:20
professionalAbhijit Jana27-Aug-09 9:20 
GeneralRe: upload and download Pin
Robert_Pan27-Aug-09 14:26
Robert_Pan27-Aug-09 14:26 
QuestionProblem in DateTime conversion!! Please help Pin
skhan1727-Aug-09 4:56
skhan1727-Aug-09 4:56 
AnswerRe: Problem in DateTime conversion!! Please help Pin
DoctorMick27-Aug-09 5:01
DoctorMick27-Aug-09 5:01 
GeneralRe: Problem in DateTime conversion!! Please help Pin
skhan1727-Aug-09 5:17
skhan1727-Aug-09 5:17 
GeneralRe: Problem in DateTime conversion!! Please help Pin
Jeremy Likness27-Aug-09 6:18
professionalJeremy Likness27-Aug-09 6:18 
AnswerRe: Problem in DateTime conversion!! Please help Pin
Robert_Pan27-Aug-09 14:24
Robert_Pan27-Aug-09 14:24 
QuestionHTML Input Box Dynamically set default value Pin
dptalt27-Aug-09 3:43
dptalt27-Aug-09 3:43 
AnswerRe: HTML Input Box Dynamically set default value Pin
Coding C#27-Aug-09 4:02
Coding C#27-Aug-09 4:02 
GeneralRe: HTML Input Box Dynamically set default value Pin
dptalt27-Aug-09 4:44
dptalt27-Aug-09 4:44 
GeneralRe: HTML Input Box Dynamically set default value Pin
Coding C#27-Aug-09 21:07
Coding C#27-Aug-09 21:07 
AnswerRe: HTML Input Box Dynamically set default value Pin
Robert_Pan27-Aug-09 14:32
Robert_Pan27-Aug-09 14:32 

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.