Click here to Skip to main content
15,889,867 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: substring function Pin
Sonia Gupta19-Nov-07 18:42
Sonia Gupta19-Nov-07 18:42 
AnswerRe: substring function Pin
Christian Graus19-Nov-07 18:32
protectorChristian Graus19-Nov-07 18:32 
AnswerRe: substring function Pin
Michael Sync19-Nov-07 18:37
Michael Sync19-Nov-07 18:37 
GeneralRe: substring function Pin
Sonia Gupta19-Nov-07 18:41
Sonia Gupta19-Nov-07 18:41 
AnswerRe: substring function Pin
InsDev19-Nov-07 19:09
InsDev19-Nov-07 19:09 
GeneralRe: substring function Pin
Sonia Gupta19-Nov-07 19:15
Sonia Gupta19-Nov-07 19:15 
GeneralRe: substring function Pin
Sonia Gupta19-Nov-07 19:27
Sonia Gupta19-Nov-07 19:27 
Questiondependent 2 select box list - how? Pin
VinothRao19-Nov-07 17:19
VinothRao19-Nov-07 17:19 
Hi,

I have a static non-dynamic 2 select list box. Example:

1) <asp:DropDownList id="cboYear" runat="server">
<asp:ListItem Value="2007">2007</asp:ListItem>
<asp:ListItem Value="2006">2006</asp:ListItem>
<asp:ListItem Value="2005">2005</asp:ListItem>
<asp:ListItem Value="2004">2004</asp:ListItem>
</asp:DropDownList>

2) <asp:DropDownList id="cboDate" runat="server">
<asp:ListItem Value="200706">Jun 2007</asp:ListItem>
<asp:ListItem Value="200705">May 2007</asp:ListItem>
<asp:ListItem Value="200704">Apr 2007</asp:ListItem>
<asp:ListItem Value="200606">Jun 2006</asp:ListItem>
<asp:ListItem Value="200605">May 2006</asp:ListItem>
<asp:ListItem Value="200604">Apr 2006</asp:ListItem>
<asp:ListItem Value="200508">Aug 2005</asp:ListItem>
<asp:ListItem Value="200506">Jun 2005</asp:ListItem>
<asp:ListItem Value="200505">May 2005</asp:ListItem>
<asp:ListItem Value="200409">Sep 2004</asp:ListItem>
<asp:ListItem Value="200405">May 2004</asp:ListItem>
</asp:DropDownList>

So i wonder how to create a dependent select list? I want the cboDate to be appear for year that was selected on cboYear. Example: if i select cboYear 2007, i want cboDate to show only 2007 list. Can it be done?

Please help. Thx.
AnswerRe: dependent 2 select box list - how? Pin
Christian Graus19-Nov-07 17:30
protectorChristian Graus19-Nov-07 17:30 
GeneralRe: dependent 2 select box list - how? Pin
VinothRao19-Nov-07 18:42
VinothRao19-Nov-07 18:42 
Generaldependent 2 select box list - how? Pin
Sarani Ravindran19-Nov-07 18:59
Sarani Ravindran19-Nov-07 18:59 
AnswerRe: dependent 2 select box list - how? Pin
Vasudevan Deepak Kumar19-Nov-07 17:32
Vasudevan Deepak Kumar19-Nov-07 17:32 
Question[Message Deleted] Pin
jagan12319-Nov-07 17:11
jagan12319-Nov-07 17:11 
AnswerRe: how to retrieve the saved file path which is saved using save file dialog box Pin
Vasudevan Deepak Kumar19-Nov-07 17:31
Vasudevan Deepak Kumar19-Nov-07 17:31 
GeneralRe: how to retrieve the saved file path which is saved using save file dialog box Pin
jagan12319-Nov-07 17:34
jagan12319-Nov-07 17:34 
GeneralRe: how to retrieve the saved file path which is saved using save file dialog box Pin
Christian Graus19-Nov-07 17:38
protectorChristian Graus19-Nov-07 17:38 
GeneralRe: how to retrieve the saved file path which is saved using save file dialog box Pin
Vasudevan Deepak Kumar19-Nov-07 17:39
Vasudevan Deepak Kumar19-Nov-07 17:39 
AnswerRe: how to retrieve the saved file path which is saved using save file dialog box Pin
Christian Graus19-Nov-07 17:37
protectorChristian Graus19-Nov-07 17:37 
QuestionPHP VS ASP.NET for a youtube-like project Pin
Mohammad A Gdeisat19-Nov-07 15:30
Mohammad A Gdeisat19-Nov-07 15:30 
AnswerRe: PHP VS ASP.NET for a youtube-like project Pin
Michael Sync19-Nov-07 16:29
Michael Sync19-Nov-07 16:29 
GeneralRe: PHP VS ASP.NET for a youtube-like project Pin
Mohammad A Gdeisat19-Nov-07 16:39
Mohammad A Gdeisat19-Nov-07 16:39 
GeneralRe: PHP VS ASP.NET for a youtube-like project Pin
Michael Sync19-Nov-07 17:59
Michael Sync19-Nov-07 17:59 
AnswerRe: PHP VS ASP.NET for a youtube-like project Pin
Christian Graus19-Nov-07 16:49
protectorChristian Graus19-Nov-07 16:49 
GeneralRe: PHP VS ASP.NET for a youtube-like project Pin
Mohammad A Gdeisat19-Nov-07 17:03
Mohammad A Gdeisat19-Nov-07 17:03 
GeneralRe: PHP VS ASP.NET for a youtube-like project Pin
Christian Graus19-Nov-07 17:22
protectorChristian Graus19-Nov-07 17:22 

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.