Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
selected
- Page 1
Re: What is the last website that you visited?
Community Center
Geeks' Lounge
2 Months Ago
by Reverend Jim
Selected
comics at [gocomics](https://www.gocomics.com/). These days I need to start my day with a smile.
Re: Director of Innovative Technologies Labs
Community Center
Say Hello!
2 Months Ago
by Dani
Hello and welcome to DaniWeb. That’s quite the CV you’ve got there. :)
Re: Text Classification and Summarization with DeepSeek R1 Distill Llama 70B
Programming
Computer Science
2 Months Ago
by Pelorus_1
Great breakdown of DeepSeek R1 Distill LLaMA 70B! The explanation of text classification and summarization is clear and insightful. Appreciate the practical examples—makes implementation much easier. Thanks for sharing!
Re: selected="selected" on Submit
Programming
Web Development
14 Years Ago
by ayesha789
…='
selected
="
selected
"':$std9=''; ($m == 'October')? $std10='
selected
="
selected
"':$std10=''; ($m == 'November')? $std11='
selected
="
selected
"':$std11=''; ($m == 'December')? $std12='
selected
="
selected
"…
Re: selected="selected" on Submit
Programming
Web Development
14 Years Ago
by vibhaJ
…gt; <?=($b == "September-".$year)?'
selected
="
selected
"':'';?> ><? echo "September…gt; <?=($b == "Novemebr-".$year)?'
selected
="
selected
"':'';?> ><? echo "Novemebr…gt; <?=($b == "December-".$year)?'
selected
="
selected
"':'';?> ><? echo "December…
Re: selected="selected" on Submit
Programming
Web Development
14 Years Ago
by ayesha789
…='
selected
="
selected
"':$std9=''; ($m == 'October')? $std10='
selected
="
selected
"':$std10=''; ($m == 'November')? $std11='
selected
="
selected
"':$std11=''; ($m == 'December')? $std12='
selected
="
selected
"…
Re: Selected Option for Select Tag/Dropdown/Menu List
Programming
Web Development
14 Years Ago
by vibhaJ
…<select> <option <?=($value == 'a')?'
selected
="
selected
"':''?> >a</option> <option …<?=($value == 'b')?'
selected
="
selected
"':''?> >b</option> <…option <?=($value == 'c')?'
selected
="
selected
"':''?> >c</option> <…
Re: selected="selected" on Submit
Programming
Web Development
14 Years Ago
by ayesha789
… page is also same. so how I keep last
selected
option when button pressed. [CODE]<form action="…lt;/option> <option value="May"
selected
="
selected
">May</option> <option value…bold"> <option value="2010"
selected
="
selected
">2010</option> <option value…
Re: selected="selected" on Submit
Programming
Web Development
14 Years Ago
by ayesha789
…time [CODE=php]<option value="January"
selected
=<? echo $std1; ?>>January</…option> <option value="February"
selected
=<? echo $std2; ?>>February</option…["months"]; if($m == 'January') { $std1='"
selected
"';} else {$std1='';} if($m == 'February') { $std2='"…
SELECTED in drop down
Digital Media
UI / UX Design
13 Years Ago
by basketmen
…drop down choosed by user, it will add
SELECTED
next time they opening the drop down again …still dont know how to put the
SELECTED
there, please help what is the code to… add
SELECTED
, i only have variable mod[cpu] and …input" name="mod[cpu]" [B]
selected
="$content[cpu]"[/B]> <option …
selected="selected" on Submit
Programming
Web Development
14 Years Ago
by ayesha789
Hi, this is my option value. June is my Default
selected
Value, but there is a small issue. When Users select …;option value=<? echo "June-".$year; ?>
selected
="
selected
"><? echo "June-".$year; ?><…
Selected Folder/File
Programming
Software Development
15 Years Ago
by zuve_fox
Hi.. I use vb.net windows application How to select Folder or File on desktop using vb.net and detect which folder
selected
. like on Desktop. If we
selected
"My computer", vb application will know we
selected
"My Computer" select Folder or File On Desktop not on application (browser windows) thanx
Re: selected="selected" on Submit
Programming
Web Development
14 Years Ago
by ayesha789
Its show
selected
=
selected
when i click on submit
Re: SELECTED in drop down
Digital Media
UI / UX Design
13 Years Ago
by shadowcrawler
… database, then [CODE]<option value="xxx"
selected
="
selected
">xxx</option>[/CODE]. Otherwise, just write…
selected index is not changing in the dropdownlist
Programming
Web Development
9 Years Ago
by Avani Nimavat
…one of the panels visible as per the
selected
item in the dropdownlist. The problem is when… the dropdownlist, the seletcedIndexChanged event fires, but the
selected
index remains -1 every time. I have set …="ddlReportType_SelectedIndexChanged" > <asp:ListItem
Selected
="True">-- Select which data you want…
Re: selected="selected" on Submit
Programming
Web Development
14 Years Ago
by rajarajan2017
You should use AJAX to avoid refreshing methods or use PHP to executing itself as SELF to retrieve the
selected
value.
Re: selected="selected" on Submit
Programming
Web Development
14 Years Ago
by ayesha789
[CODE]
selected
=<? echo $std1; ?>[/CODE] is this right way to write it
Re: Selected Option for Select Tag/Dropdown/Menu List
Programming
Web Development
14 Years Ago
by ekseks
Hi vibhadevit, I'm new to PHP and I know this is a simpe PHP program but how does this work? Well, I wanted to place that
selected
part [QUOTE]'
selected
="
selected
"'[/QUOTE] to what element I will choose in my select list
Selected indexes not seened
Programming
Software Development
16 Years Ago
by Jennifer84
… when I click on the area where it should be
selected
, it ´blincs´ very fast and you can see that the… area was
selected
. I wonder why you cant see it. You must click…
Selected Option for Select Tag/Dropdown/Menu List
Programming
Web Development
14 Years Ago
by ekseks
cna anyone tell me how to use the Select = "
selected
" option for a simple dropdown. for example when someone …chooses c it will have a code like <option
selected
="">c</option> (am I doing…
Selected Option for Select Tag/Dropdown/Menu List
Programming
Web Development
14 Years Ago
by ekseks
can anyone tell me how to use the Select = "
selected
" option for a simple dropdown. for example when someone …chooses c it will have a code like <option
selected
="">c</option> (am I doing…
selected items in listview
Programming
Software Development
13 Years Ago
by suneye
….Windows.Forms ParamName=index I am using this to get
selected
items:Items_list.SelectedItems[0].SubItems[2].Text; I have noticed… that at the moment i change selection the
selected
items count is 0 so what to do?
Re: selected items in listview
Programming
Software Development
13 Years Ago
by Geek-Master
… in your control. Try placing a validation check for the
selected
item count to see if it is greater than 0… before getting the items from
selected
items. If that still doesn't work, please post your…
selected navigation problem
Programming
Web Development
13 Years Ago
by phpbeginnerx
…;; if ($subject["id"] == $sel_subj) { echo " class=\"
selected
\""; } echo "><a href=\"content… a class from a CSS stylesheet file where item being
SELECTED
will become BOLD. The scripts should work like this if…
SELECTED TEXT IN DGV CELL
Programming
Software Development
11 Years Ago
by GeekPlease
… in a cell there is a text like - "A
SELECTED
TEXT". What I want to do is when I… highlight the word "SELECT" in "A
SELECTED
TEXT" it will appear in my textbox. I have…
Re: Selected indexes not seened
Programming
Software Development
16 Years Ago
by Jennifer84
I noticed a difference. If I put this code in a ToolStripMenuItem_Click, then the area is
selected
. But if I create a button on the form and put the same code in it, then it doesn´t work. :icon_confused: [code] richTextBox1->Select( 0, 30); [/code]
Re: Selected indexes not seened
Programming
Software Development
16 Years Ago
by Jennifer84
… something like this: ´When this property is set to false,
selected
nodes in the TreeView control remain highlighted in a different…
Re: Selected indexes not seened
Programming
Software Development
16 Years Ago
by mitrmkar
… something like this: ´When this property is set to false,
selected
nodes in the TreeView control remain highlighted in a different…
Re: Selected items in a listbox to equal an array???
Programming
Software Development
12 Years Ago
by Reverend Jim
… you first check to make sure a state has been
selected
. If so, then you get the capital by indexing the… dictionary with the
selected
state name. If, instead, you want to use a listbox…
selected index
Programming
Software Development
17 Years Ago
by Rockstar4cs
I'm having trouble putting in error messages for a
selected
index. I have a list box that has 5 products …
1
2
3
17
Next
Last
Search
Search
Forums
Forum Index
Hardware/Software
Recommended Topics
Programming
Recommended Topics
Digital Media
Recommended Topics
Community Center
Recommended Topics
Latest Content
Newest Topics
Latest Topics
Latest Posts
Latest Comments
Top Tags
Topics Feed
Social
Top Members
Meet People
Community Functions
DaniWeb Premium
Newsletter Archive
Markdown Syntax
Community Rules
Developer APIs
Connect API
Forum API Docs
Tools
SEO Backlink Checker
Legal
Terms of Service
Privacy Policy
FAQ
About Us
Advertise
Contact Us
© 2025 DaniWeb® LLC