Click here to Skip to main content
15,921,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: DropDownList - ListItem Pin
Dayekh30-Oct-06 23:34
Dayekh30-Oct-06 23:34 
GeneralRe: DropDownList - ListItem Pin
just3ala231-Oct-06 0:31
just3ala231-Oct-06 0:31 
GeneralRe: DropDownList - ListItem Pin
Dayekh31-Oct-06 0:48
Dayekh31-Oct-06 0:48 
AnswerRe: DropDownList - ListItem Pin
just3ala231-Oct-06 1:05
just3ala231-Oct-06 1:05 
GeneralRe: DropDownList - ListItem Pin
Dayekh31-Oct-06 1:19
Dayekh31-Oct-06 1:19 
GeneralRe: DropDownList - ListItem Pin
just3ala231-Oct-06 1:33
just3ala231-Oct-06 1:33 
GeneralRe: DropDownList - ListItem Pin
Dayekh31-Oct-06 2:30
Dayekh31-Oct-06 2:30 
GeneralRe: DropDownList - ListItem Pin
just3ala231-Oct-06 3:02
just3ala231-Oct-06 3:02 
u can do that as a solution

If u wanna keep it as before:

<br />
If ddlProjectRequestSearch.SelectedValue = "All" Then<br />
            'The code for all ...<br />
        Else<br />
            'The code for the rest ...<br />
        End If<br />
<br />
<br />
End If<br />


Put this code in the ddlProjectRequestSearch_SelectedIndexChanged and make the postback property "True"

or put it in a button and leave the postback property for the ddlProjectRequestSearch in the default state (False)

This should work fine, i tried it now Big Grin | :-D





Best Regards
3ala2 Smile | :)

GeneralRe: DropDownList - ListItem Pin
Dayekh31-Oct-06 3:42
Dayekh31-Oct-06 3:42 
GeneralRe: DropDownList - ListItem Pin
just3ala231-Oct-06 5:36
just3ala231-Oct-06 5:36 
GeneralRe: DropDownList - ListItem Pin
Dayekh31-Oct-06 5:46
Dayekh31-Oct-06 5:46 
QuestionError BC30002: Type &#8216;XXX&#8217; is not defined&#8230; Pin
greekius30-Oct-06 21:28
greekius30-Oct-06 21:28 
QuestionLogon Failure : Unknown username or bad password Pin
Raju Sharma30-Oct-06 20:56
Raju Sharma30-Oct-06 20:56 
QuestionPrinting the contents of a web grid Pin
petro_00730-Oct-06 20:23
petro_00730-Oct-06 20:23 
Question(Exam 70-528): Microsoft® .NET Framework 2.0 Web-Based Client Development Pin
Girish Pendse30-Oct-06 19:59
Girish Pendse30-Oct-06 19:59 
AnswerRe: (Exam 70-528): Microsoft® .NET Framework 2.0 Web-Based Client Development Pin
minhpc_bk31-Oct-06 0:28
minhpc_bk31-Oct-06 0:28 
Questionwhat the event that is fired when closing the browser window Pin
abdelhameed8130-Oct-06 19:39
abdelhameed8130-Oct-06 19:39 
AnswerRe: what the event that is fired when closing the browser window Pin
just3ala231-Oct-06 1:39
just3ala231-Oct-06 1:39 
Question.NET Best Architecture!!!? Pin
cloudking1196630-Oct-06 18:42
cloudking1196630-Oct-06 18:42 
AnswerRe: .NET Best Architecture!!!? Pin
just3ala231-Oct-06 1:36
just3ala231-Oct-06 1:36 
AnswerRe: .NET Best Architecture!!!? Pin
minhpc_bk31-Oct-06 13:41
minhpc_bk31-Oct-06 13:41 
GeneralRe: .NET Best Architecture!!!? Pin
cloudking119661-Nov-06 19:08
cloudking119661-Nov-06 19:08 
QuestionHow to download text file on client system Pin
asprajesh30-Oct-06 18:15
asprajesh30-Oct-06 18:15 
QuestionAccessing Global Objects in User Controls Pin
GregStevensCA30-Oct-06 13:34
GregStevensCA30-Oct-06 13:34 
AnswerRe: Accessing Global Objects in User Controls Pin
minhpc_bk30-Oct-06 13:50
minhpc_bk30-Oct-06 13: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.