Click here to Skip to main content
15,887,585 members
Home / Discussions / Algorithms
   

Algorithms

 
GeneralRe: Random Number Pin
lukeer26-Apr-12 3:53
lukeer26-Apr-12 3:53 
GeneralRe: Random Number Pin
BobJanova27-Apr-12 4:41
BobJanova27-Apr-12 4:41 
AnswerRe: Random Number Pin
BupeChombaDerrick25-Apr-12 14:00
BupeChombaDerrick25-Apr-12 14:00 
GeneralRe: Random Number Pin
Mohibur Rashid25-Apr-12 14:49
professionalMohibur Rashid25-Apr-12 14:49 
GeneralRe: Random Number Pin
BupeChombaDerrick26-Apr-12 0:50
BupeChombaDerrick26-Apr-12 0:50 
AnswerRe: Random Number Pin
Member 205300626-Apr-12 21:59
Member 205300626-Apr-12 21:59 
QuestionPearl Jewellery Pin
pearljewellery9-Apr-12 0:52
pearljewellery9-Apr-12 0:52 
QuestionDrop Down select Pin
MuthuKumar3422-Mar-12 2:14
MuthuKumar3422-Mar-12 2:14 
i have 2 aspx page
1st page one drop down list 1 text box
textbox visible ="false"
drop down list 2 value , if i select 1st value it goes to 2nd page . if i select 2nd value, text box should be visible..


in my 2nd aspx page only one drop down list . if i select one value it goes to first page .. i did until this
now if i select 2nd page drop down list value , it goes first page and textbox should be visible ..
can any 1 help me pls ?
my coding :


first page:

script type="text/javascript">
function goto1(str) {


if (str =="http://www.contactus.aspx")
{
window.location = str;



}
else if (str == "Corporate") {

document.getElementById("txtdesignation").style.display = "block";
}
}

<asp:dropdownlist id=""DropDownList1"" runat=""server"" onchange=""goto1(this.value)"" height=""22px">

" &lt;asp:listitem="" text=""Select"" value="""></asp:listitem>
" &gt;&lt;="" asp:listitem&gt;
="" &lt;="" asp:dropdownlist&gt;<="" pre="">


VB
<asp:textbox ID="txtdesignation"  style="display:none "
                              runat="server" Height="22px" />



2nd page only one drop down list:
AnswerRe: Drop Down select Pin
Richard MacCutchan27-Mar-12 22:16
mveRichard MacCutchan27-Mar-12 22:16 
QuestionPlease help with image feature extraction code! Pin
supernorb20-Mar-12 2:11
supernorb20-Mar-12 2:11 
AnswerRe: Please help with image feature extraction code! Pin
enhzflep20-Mar-12 3:36
enhzflep20-Mar-12 3:36 
GeneralRe: Please help with image feature extraction code! Pin
supernorb21-Mar-12 2:40
supernorb21-Mar-12 2:40 
GeneralRe: Please help with image feature extraction code! Pin
enhzflep21-Mar-12 2:55
enhzflep21-Mar-12 2:55 
AnswerRe: Please help with image feature extraction code! Pin
Alan Balkany21-Mar-12 4:43
Alan Balkany21-Mar-12 4:43 
AnswerRe: Please help with image feature extraction code! Pin
BupeChombaDerrick2-Apr-12 13:02
BupeChombaDerrick2-Apr-12 13:02 
Questiontheory needed for a described algorithm Pin
liquid_15-Mar-12 22:07
liquid_15-Mar-12 22:07 
AnswerRe: theory needed for a described algorithm Pin
Bernhard Hiller16-Mar-12 1:10
Bernhard Hiller16-Mar-12 1:10 
GeneralRe: theory needed for a described algorithm Pin
liquid_16-Mar-12 1:35
liquid_16-Mar-12 1:35 
AnswerRe: theory needed for a described algorithm Pin
Bernhard Hiller16-Mar-12 4:18
Bernhard Hiller16-Mar-12 4:18 
AnswerRe: theory needed for a described algorithm Pin
Luc Pattyn16-Mar-12 4:35
sitebuilderLuc Pattyn16-Mar-12 4:35 
GeneralRe: theory needed for a described algorithm Pin
liquid_16-Mar-12 10:05
liquid_16-Mar-12 10:05 
AnswerRe: theory needed for a described algorithm Pin
Luc Pattyn16-Mar-12 18:57
sitebuilderLuc Pattyn16-Mar-12 18:57 
GeneralRe: theory needed for a described algorithm Pin
Bernhard Hiller18-Mar-12 21:31
Bernhard Hiller18-Mar-12 21:31 
AnswerRe: theory needed for a described algorithm Pin
Skippums19-Apr-12 10:37
Skippums19-Apr-12 10:37 
Generalcctv video sharing with static ip Pin
sanjib_sinha6-Mar-12 2:30
sanjib_sinha6-Mar-12 2:30 

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.