Click here to Skip to main content
16,010,394 members
Home / Discussions / C#
   

C#

 
GeneralRe: stand alone application Pin
Looney Tunezez6-Aug-04 10:22
Looney Tunezez6-Aug-04 10:22 
GeneralRe: stand alone application Pin
Anonymous6-Aug-04 10:30
Anonymous6-Aug-04 10:30 
GeneralRe: stand alone application Pin
Nick Parker6-Aug-04 10:29
protectorNick Parker6-Aug-04 10:29 
GeneralRe: stand alone application Pin
Anonymous6-Aug-04 10:46
Anonymous6-Aug-04 10:46 
GeneralRe: stand alone application Pin
Colin Angus Mackay6-Aug-04 10:55
Colin Angus Mackay6-Aug-04 10:55 
GeneralRe: stand alone application Pin
Anonymous6-Aug-04 11:05
Anonymous6-Aug-04 11:05 
GeneralForm control event problems Pin
Jefferys6-Aug-04 10:04
Jefferys6-Aug-04 10:04 
GeneralRe: Form control event problems Pin
Looney Tunezez6-Aug-04 10:21
Looney Tunezez6-Aug-04 10:21 
Maybe in the selectedindex_changed event handler of the comboboxes , try this:
{
   if( this.combo_Box1.SelectedIndex > 0)
     {
       //Do filtering as required and
       //Reload Grid
     }
 }


Also, let me know if it actually works ( cross your fingers! ) Unsure | :~


"Creating tomorrow's legacy systems today.....
.... One CRISIS at a time!" -- Unknown


"If you build it....
.....BUGS will come!" -JB


this.Dispose();


"A Bug is a piece of <sup> code </sup> that knows whatz its purpose"



GeneralRe: Form control event problems Pin
Not Active6-Aug-04 10:21
mentorNot Active6-Aug-04 10:21 
GeneralRe: Form control event problems Pin
Nick Parker6-Aug-04 10:27
protectorNick Parker6-Aug-04 10:27 
GeneralRe: Form control event problems Pin
Jefferys6-Aug-04 12:43
Jefferys6-Aug-04 12:43 
QuestionAny way to test code effeciency? Pin
FocusedWolf6-Aug-04 9:54
FocusedWolf6-Aug-04 9:54 
AnswerRe: Any way to test code effeciency? Pin
eggie56-Aug-04 9:58
eggie56-Aug-04 9:58 
AnswerRe: Any way to test code effeciency? Pin
Christoph Ruegg6-Aug-04 13:26
Christoph Ruegg6-Aug-04 13:26 
AnswerRe: Any way to test code effeciency? Pin
leppie6-Aug-04 19:25
leppie6-Aug-04 19:25 
GeneralSetting Colum widths in a datagrid Pin
Peter86753096-Aug-04 9:50
Peter86753096-Aug-04 9:50 
GeneralRe: Setting Colum widths in a datagrid Pin
Looney Tunezez6-Aug-04 10:09
Looney Tunezez6-Aug-04 10:09 
GeneralRe: Setting Colum widths in a datagrid Pin
Peter86753096-Aug-04 10:42
Peter86753096-Aug-04 10:42 
GeneralRe: Setting Colum widths in a datagrid Pin
Looney Tunezez6-Aug-04 11:08
Looney Tunezez6-Aug-04 11:08 
GeneralRe: Setting Colum widths in a datagrid Pin
Peter86753099-Aug-04 4:29
Peter86753099-Aug-04 4:29 
GeneralRe: Setting Colum widths in a datagrid Pin
Looney Tunezez9-Aug-04 6:38
Looney Tunezez9-Aug-04 6:38 
GeneralRe: Setting Colum widths in a datagrid Pin
Anonymous12-Aug-04 1:31
Anonymous12-Aug-04 1:31 
GeneralBizarre remoting problem: a bug in VS2005 Pin
Judah Gabriel Himango6-Aug-04 9:19
sponsorJudah Gabriel Himango6-Aug-04 9:19 
GeneralRe: Bizarre remoting problem: a bug in VS2005 Pin
leppie6-Aug-04 9:32
leppie6-Aug-04 9:32 
GeneralRe: Bizarre remoting problem: a bug in VS2005 Pin
eggie56-Aug-04 9:59
eggie56-Aug-04 9:59 

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.