Click here to Skip to main content
15,892,005 members
Home / Discussions / C#
   

C#

 
GeneralRe: Taking screenshot from a DX game Pin
SimpleData27-Aug-09 3:56
SimpleData27-Aug-09 3:56 
GeneralRe: Taking screenshot from a DX game Pin
Dave Kreskowiak27-Aug-09 12:46
mveDave Kreskowiak27-Aug-09 12:46 
QuestionAccess RS-232 in C# using VISA Pin
Member 637782627-Aug-09 1:34
Member 637782627-Aug-09 1:34 
AnswerRe: Access RS-232 in C# using VISA Pin
stancrm27-Aug-09 1:46
stancrm27-Aug-09 1:46 
AnswerRe: Access RS-232 in C# using VISA Pin
Alan N27-Aug-09 2:21
Alan N27-Aug-09 2:21 
GeneralRe: Access RS-232 in C# using VISA Pin
Member 637782627-Aug-09 4:04
Member 637782627-Aug-09 4:04 
GeneralRe: Access RS-232 in C# using VISA Pin
zafersavas27-Aug-09 9:12
zafersavas27-Aug-09 9:12 
QuestionRetaining focus after postback Pin
rcampbell1227-Aug-09 1:25
rcampbell1227-Aug-09 1:25 
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
EliottA27-Aug-09 2:57
EliottA27-Aug-09 2:57 
GeneralRe: Retaining focus after postback Pin
rcampbell1227-Aug-09 6:02
rcampbell1227-Aug-09 6:02 
Questionglobalizatin Pin
Rekha Achariya27-Aug-09 0:53
Rekha Achariya27-Aug-09 0:53 
AnswerRe: globalizatin Pin
Henry Minute27-Aug-09 1:01
Henry Minute27-Aug-09 1:01 
JokeRe: globalizatin Pin
kKamel27-Aug-09 1:03
kKamel27-Aug-09 1:03 
JokeRe: globalizatin Pin
Arun Jacob27-Aug-09 1:06
Arun Jacob27-Aug-09 1:06 
AnswerRe: globalizatin Pin
Arun Jacob27-Aug-09 1:04
Arun Jacob27-Aug-09 1:04 
AnswerRe: globalizatin Pin
Trapper-Hell27-Aug-09 1:14
Trapper-Hell27-Aug-09 1:14 
AnswerRe: globalizatin Pin
Rajesh R Subramanian27-Aug-09 4:44
professionalRajesh R Subramanian27-Aug-09 4:44 
AnswerRe: globalizatin Pin
Luc Pattyn27-Aug-09 7:42
sitebuilderLuc Pattyn27-Aug-09 7:42 
QuestionChange color of ten or more PictureBoxes Pin
Lyon Sun27-Aug-09 0:48
Lyon Sun27-Aug-09 0:48 
AnswerRe: Change color of ten or more PictureBoxes Pin
Henry Minute27-Aug-09 1:05
Henry Minute27-Aug-09 1:05 
AnswerRe: Change color of ten or more PictureBoxes Pin
Lyon Sun27-Aug-09 1:50
Lyon Sun27-Aug-09 1:50 
GeneralRe: Change color of ten or more PictureBoxes Pin
Henry Minute27-Aug-09 2:14
Henry Minute27-Aug-09 2:14 
GeneralRe: Change color of ten or more PictureBoxes Pin
Lyon Sun27-Aug-09 2:38
Lyon Sun27-Aug-09 2:38 
GeneralRe: Change color of ten or more PictureBoxes Pin
Henry Minute27-Aug-09 3:00
Henry Minute27-Aug-09 3:00 
GeneralRe: Change color of ten or more PictureBoxes Pin
Lyon Sun27-Aug-09 3:53
Lyon Sun27-Aug-09 3:53 

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.