Click here to Skip to main content
16,005,162 members
Home / Discussions / C#
   

C#

 
GeneralRe: Disaplying different panels from options in a dropdown list Pin
XRaheemX11-Oct-05 7:08
XRaheemX11-Oct-05 7:08 
GeneralRe: Disaplying different panels from options in a dropdown list Pin
XRaheemX11-Oct-05 7:37
XRaheemX11-Oct-05 7:37 
GeneralRe: Disaplying different panels from options in a dropdown list Pin
AdamskiR11-Oct-05 22:55
AdamskiR11-Oct-05 22:55 
GeneralRe: Disaplying different panels from options in a dropdown list Pin
XRaheemX12-Oct-05 3:52
XRaheemX12-Oct-05 3:52 
QuestionButton Event Handler Pin
Brendan Vogt11-Oct-05 3:27
Brendan Vogt11-Oct-05 3:27 
AnswerRe: Button Event Handler Pin
XRaheemX11-Oct-05 3:40
XRaheemX11-Oct-05 3:40 
GeneralRe: Button Event Handler Pin
Brendan Vogt11-Oct-05 4:34
Brendan Vogt11-Oct-05 4:34 
GeneralRe: Button Event Handler Pin
XRaheemX11-Oct-05 4:47
XRaheemX11-Oct-05 4:47 
Ok, well then I'm also assuming that you're using the Web Validation controls provided by the .NEt Framework? If so, then you are most likely also using the default validation type of ClientSide. If all of this is the case then you can't choose which buttons you want to cause validation and which ones you don't. When client side validation controls are used the form auto validates any time a postback event is attempted. What you will need to do is change the Validation to "Custom" to allow server side validation so that you can tell the server in the code behind which controls to validate. I would google "Web Validation Controls" to get a better understanding of how they work before continuing.
QuestionWait in loop Pin
mrnoname11-Oct-05 3:16
mrnoname11-Oct-05 3:16 
AnswerRe: Wait in loop Pin
XRaheemX11-Oct-05 3:29
XRaheemX11-Oct-05 3:29 
GeneralRe: Wait in loop Pin
S. Senthil Kumar11-Oct-05 4:20
S. Senthil Kumar11-Oct-05 4:20 
GeneralRe: Wait in loop Pin
XRaheemX11-Oct-05 4:39
XRaheemX11-Oct-05 4:39 
GeneralRe: Wait in loop Pin
mrnoname11-Oct-05 9:25
mrnoname11-Oct-05 9:25 
AnswerRe: Wait in loop Pin
Wjousts11-Oct-05 4:22
Wjousts11-Oct-05 4:22 
GeneralRe: Wait in loop Pin
XRaheemX11-Oct-05 4:42
XRaheemX11-Oct-05 4:42 
GeneralRe: Wait in loop Pin
Wjousts11-Oct-05 6:46
Wjousts11-Oct-05 6:46 
GeneralRe: Wait in loop Pin
XRaheemX11-Oct-05 7:10
XRaheemX11-Oct-05 7:10 
QuestionVB.NET IRR Function Pin
zaboboa11-Oct-05 3:04
zaboboa11-Oct-05 3:04 
AnswerRe: VB.NET IRR Function Pin
Dave Kreskowiak11-Oct-05 5:38
mveDave Kreskowiak11-Oct-05 5:38 
GeneralRe: VB.NET IRR Function Pin
zaboboa11-Oct-05 9:45
zaboboa11-Oct-05 9:45 
QuestionWindows Service Pin
Talktorajeev11-Oct-05 2:20
Talktorajeev11-Oct-05 2:20 
AnswerRe: Windows Service Pin
XRaheemX11-Oct-05 3:18
XRaheemX11-Oct-05 3:18 
QuestionIs there any API for powerpoint file programming in .net? Pin
ting66811-Oct-05 2:18
ting66811-Oct-05 2:18 
AnswerRe: Is there any API for powerpoint file programming in .net? Pin
David Stone11-Oct-05 7:26
sitebuilderDavid Stone11-Oct-05 7:26 
GeneralRe: Is there any API for powerpoint file programming in .net? Pin
ting66812-Oct-05 1:50
ting66812-Oct-05 1:50 

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.