Menu
Menu
DaniWeb
Log In
Sign Up
Read
Contribute
Meet
Search
Search
About 1,000 results for
option
- Page 1
Re: Data storage and retrieval - cache or database
Programming
Mobile Development
2 Weeks Ago
by jonathannweyer
If the "status" doesn't change frequently, caching is a solid
option
. You could fetch it from the database the first time it's needed, then store it in a cache (like in-memory or Redis, depending on your setup), and use that for subsequent loads.
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by lennyli
…; anywhere. Even if i run the setup and ticked the
option
"add to path", the echo %PATH% command didnt…
Re: Cannot run exe from asp.net
Programming
Web Development
1 Week Ago
by Salem
…. > Even if i run the setup and ticked the
option
"add to path", the echo %PATH% command didnt…
Re: 💻 What’s the First App You Install on a Fresh Windows Machine?
Hardware and Software
Microsoft Windows
1 Week Ago
by Reverend Jim
… get an error for others, even though the change location
option
is still presented. And the error message makes no sense…
Implementing a Dynamic Filter Option in a Web Application
Programming
Software Development
1 Month Ago
by YashSmith
…={filters.category} onChange={handleChange}> <
option
value="">All</
option
> <
option
value="A">Category… A</
option
> <
option
value="B">Category B</
option
> <
option
value="C"…
DeepSeek R1 vs Llama 3.1-405b for Text Classification and Summarization
Programming
Computer Science
2 Months Ago
by usmanmalik57
… allowing requesting the model due to high demand. My other
option
was to access the model via the Hugging Face API…
McCharts - ArkTS
Programming
Software Development
1 Month Ago
by 杨_659
… | number, fontSize?: string | number, color?: string, cSpace?: number, data?: interface_data[] } //
option
default value const def_option: interface_option = { cWidth: '100%', cHeight: '100%', fontSize…
Re: How to contact a specific member
Community Center
Say Hello!
2 Months Ago
by Ja sa bong
I had to check but sadly I couldn't find anywhere to specifically contact a member personally. There is no
option
for you to send direct message or even see the person's contact information on their profile. You have to just tag the person on a post and hope that the person comes back to see it.
Re: WooCommerce Duplicate Categories
Programming
Web Development
2 Months Ago
by simplixi
…, check the import settings to see if there's an
option
to prevent duplicates or match existing categories Hopefully this will…
Re: Meta shop setup problem
Digital Media
Digital Marketing
2 Months Ago
by KunalK
You can contact the meta support team for a better understanding of the issue. You can go to Meta Business Help Center and then Go to Meta Business Support, The Chat
option
is available there. You can try this.
Re: How secure is Github?
Programming
Software Development
1 Month Ago
by Salem
… to one of the more trustworthy sites might be an
option
. I wouldn't touch google/onedrive with a barge-pole…
Re: Are SaaS & Cloud Computing Interchangeable Terms?
Community Center
1 Month Ago
by peol
Cloud computing and SaaS (Software as a Service) are not interchangeable terms. Cloud computing includes IaaS, PaaS, and SaaS services that provide computing resources over the Internet. Essentially, SaaS is a subset of cloud computing where users access software applications online without managing infrastructure.
Re: option strict on
Programming
Software Development
16 Years Ago
by gever
Option
Strict is prevents program from automatic variable conversions, that is implicit data type conversions [url]http://vb.net-informations.com/language/vb.net_option_strict.htm[/url] [url]http://vb.net-informations.com/language/vb.net_languagebasics_tutorials.htm[/url] gever
Option[];
Programming
Software Development
16 Years Ago
by ceyesuma
… int i=0; for(Person person:personList){
Option
opt = new
Option
(person.getPersonId(),person.getName()); personOptions[i++]=opt; …] also the for loop has [code] personOptions= new
Option
[personList.size()]; for(Person person:personList){ } [/code] …
option buttons, enable
Programming
Software Development
19 Years Ago
by softwarecaz
…please help, If the user enters
option
1, it should make
option
4 and
option
7 not available If the user …enters
option
2, it should make
option
5 and
option
8 …make rest of the
option
available If the user enters
option
3, it should make
option
6 and
option
9 not available, but…
Re: option buttons, enable
Programming
Software Development
19 Years Ago
by Comatose
… it, because as long as there are ungrouped
option
buttons, regardless if they are a control array … so that you can have more than 1
option
button selected at a time, is to set…a Frame control, basically. You put the
option
buttons of 1 group in a frame, and the… do it all programmatically, you can put each
option
button in it's own frame, and make …
Re: option buttons, enable
Programming
Software Development
19 Years Ago
by purplegerbil
… be done is to use a control array on the
option
buttions with code simmilar to below: [CODE]Private Sub Option1_Click…
Re: option dropdown can't see options
Programming
Web Development
18 Years Ago
by nathanpacker
…kubrickheader_pic.jpg">kubrickheader_pic.jpg</
option
> <
option
value="http://www.packerworld.com/…personalheader_no_logo.jpg">personalheader_no_logo.jpg</
option
> <
option
value="http://www.packerworld.com/….jpg">maddiecamera_copy.jpg</
option
> <
option
value="http://www.packerworld.com/…
Re: option value
Programming
Web Development
15 Years Ago
by abrish24
…'];?>"><?php echo $row['Make'];?></
option
> <?php } ?> </select>…'];?>"><?php echo $row['Model'];?></
option
> <?php } ?> </select>…'];?>"><?php echo $row['Colour'];?></
option
> <?php } ?> </select>…
Re: option value
Programming
Web Development
15 Years Ago
by Tekkno
…'];?>"><?php echo $row['Make'];?></
option
> <?php } ?> </select>…'];?>"><?php echo $row['Model'];?></
option
> <?php } ?> </select>…'];?>"><?php echo $row['Colour'];?></
option
> <?php } ?> </select>…
Option values from HTML to Java
Programming
Software Development
14 Years Ago
by Kirielson
…Tomcat. I'm trying to get the
option
values from the HTML to go inside…
option
> <
option
name="Country">Country</
option
> <
option
name="Bluegrass">Bluegrass</
option
> <
option
…code unless it's not getting the
option
, which in that case I need …
option value
Programming
Web Development
15 Years Ago
by abrish24
… down to display from my database. when i wrote the
option
value, a drop down is displaying in my html page…> <tb> <
option
value="" selected>Select </
option
> <
option
value="Cars_ID "><…=" "><?php echo($row['Make']);?></
option
></br> </tb> </tr>…
Re: option value
Programming
Web Development
15 Years Ago
by Tekkno
… <tb> <
option
value="" selected>Select </
option
> <
option
value="cars_id"><…php echo $row['cars_id'] ;?></
option
></br> <
option
value="registration_number"><?php echo…make"><?php echo $row['make'] ;?></
option
></br> </tb> </tr&…
Re: option value
Programming
Web Development
15 Years Ago
by Tekkno
…result)) { ?> <
option
value=""selected>Select make </
option
> <
option
value= "<?php echo…'];?>"><?php echo $row['Make'];?></
option
> <?php } ?> </select> [/code…'];?>"><?php echo $row['Make'];?></
option
> <?php } ?> </select> [/code…
Option Select Value
Programming
Web Development
14 Years Ago
by andrewliu
… jquery script [CODE] $(document).ready(function(){ var selection = $("#selected_category
option
:selected").val(); if(selection == 'new_category') { $('.works').show(); } }); [/CODE] Can…
Re: Option values from HTML to Java
Programming
Software Development
14 Years Ago
by Kirielson
… from "name" to "value" for the
option
in my TomCat and it worked.[/QUOTE] Unfortunately it's…;/
option
> <
option
value="Country">Country</
option
> <
option
value="Bluegrass">Bluegrass</
option
> <
option
…
option dropdown can't see options
Programming
Web Development
18 Years Ago
by nathanpacker
…Wordpress site. The problem is that there is an
option
box that lets you select from among a list of…!== false) { if ( preg_match('/\w*(\.jpg|\.gif|\.png)$/', $file) ) printf('<
option
value="%1$s/%2$s">%2$s…</
option
>',$img_dir_uri,$file); } } ?> </select> [/PHP] …
Re: OPTION problem
Programming
Web Development
17 Years Ago
by johnsquibb
echo your
option
tags inside of a select tag like this: [CODE] <select name="test" id="test"> <
option
value="value 1">
option
1</
option
> <
option
value="value 2">
option
2</
option
> <
option
value="value 3">
option
3</
option
> </select> [/CODE]
Re: Option values from HTML to Java
Programming
Software Development
14 Years Ago
by ztini
Oh, It may be that you have " <
option
name="Folk">Folk</
option
>" That should be " <
option
value="Folk">Folk</
option
>", this is the value for the name "musicChoices".
Re: Option values from HTML to Java
Programming
Software Development
14 Years Ago
by mandy011
…'s damn easy problem. Just give every
option
value attribute, You can select one
option
at a time then: assuming following: [code…] <select name='hmm'> <
option
value='one'>one</
option
> [/code] Assuming you are submitting form via…
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