5,277 Posted Topics
Re: >I'm want the photos in folder 'gallery1' So I assume that you have "Directory Browsing" enabled on the web server? If so, the way that you reference the folder is "/folderName" if the folder is one level from the root directory. Or the absolute URL would be http://www.domain.com/folder ![]() | |
Re: If you are doing this in asp.net and you have visual studio installed, you can get this done with minimal code. Sounds like a good example for using a grid view control on the first page Nd when you pass the entry ID to the second page, display the results … | |
Re: You could just handle this in your code behind and just check the value of the text box prior to setting up the SQL statement. In your code you would do this in a subroutine for the click event triggered by a button. | |
Re: So if the Ads are just pictures, and you want them to scroll on the display, sounds like you can use a simple slider. Where do you want to fix the banner? Where on the page? Do you want it visible all the time or when the user scrolls down? | |
Re: You will need to start by visiting the Samsung site and see if they have drivers for this computer for that OS. I highly suggest that you do not download drivers from untrusted sources. | |
Re: PHP is definately a great choice for server side scripting. I've been working with asp.net/c# for years now. When I started learning asp.net, I was not very strong on HTML and other client side components. My suggestion to you if you are not strong on the clients side stuff... start … | |
Re: I think what you are asking is how to setup an Active Directory domain. the short answer is to run DCPROMO from a command prompt. however, there are some additional steps you need to take before you implement a domain. Is this your only server? Is there an existing domain? … | |
![]() | ![]() |
Re: The bottom line is that you need to execute JavaScript or jQuery AJAX related code when the hyperlink is clicked. Here is an example tutorial that may help, native JavaScript, no jQuery. [AJAX and PHP](http://www.itgeared.com/articles/1403-ajax-php-sql-database-data-tutorial/) | |
Re: Shouldn't be a problem. You can always use an online validated when you are unsure if you are using elements and attributes correctly. http://validator.w3.org/ | |
Re: If this is a 3G connection, you should contact the provider. These connections have profiles which place you in an APN | |
Re: You can integrate a variety, but Microsoft's Visual Studio integrates very easy with Microsoft SQL Server. You can download the express edition for free. Its fully functional, just as good as their enterprise versions, except the advanced features are not supported. | |
Re: DaniWeb? ** ** *** *** *** *** *** **** ** * ** *** *** ** ** ** *** ** *** *** ** ** *** *** *** *** **** ** ** *** *** *** *** *** ** ** | |
Re: There are books dedicated to [Color Theory](http://www.amazon.com/s/?_encoding=UTF8&camp=1789&creative=390957&field-keywords=color%20theory&linkCode=ur2&rh=i%3Aaps%2Ck%3Acolor%20theory&sprefix=color%2Caps&tag=itgeared-20&url=search-alias%3Daps), although I havent seen any related to Web Design and Color Theory. You may want to do a search on Amazon and read take a look at some of the book previews and read the reviews. | |
Re: Sorry to ask a dumb question...but why not send 2 copies to the same printer? | |
Re: The native border-radius property is not supported on pre IE version 9. You could try to use vendor prefixes, or just use images if you really didnt want to go with that option. If you have a website and you have analytics (collecting data about your visitors) take a look … | |
Re: In the post... >I have unfortunately installed a fake copy of xp We dont know if the user installed it knowingly and now asking for help to get around it, or figured it was pirated after the issue occured. Either way, the appropriate response is to get a licensed copy, … | |
Re: I think the suggestions you already provided are valid. I would start a new project, get your new structure in place, then copy the code that will remain into the new pages. Copy sections at a time so it gives you the opportunity to fix a few items at a … | |
Re: Take a look at the documentation on MSDN. Examples in c# and vb.net http://msdn.microsoft.com/en-us/library/system.web.ui.webcontrols.checkboxlist.aspx | |
Re: It would be helpful if you are a bit more clear on what the problem is and only post revelant code. Can you clarify as to what the problem is? You are being redirected to the wrong URL? | |
Re: L7Sqr's answer is correct. As long as you follow the standard, you'll be able to communicate with other hosts TCP hosts. The same goes for any other protocol. | |
Re: Once you insert the correct URLs, they color will change once the visitor has visted each particular link from the browser's perspective. Of course, if the user clears their history, the links would have the a:link style applied once again. | |
Re: You are limited by the subnet range. If you have a consumer based router, many of them are limited by one subnet with a /24 mask. You can then only have 254 usable IPs behind that router for your hosts. So it depends. | |
Re: The solution is for you to get a licensed copy of Windows and to wipe the drive and reinstall. | |
Re: I host a lot with GoDaddy mainly because of price. Their service, I would say is good, but they tend to try to dismiss issues on their end by convincing you the problem is with your site, at least I have had this experience in the past until I clearly … | |
Re: Are you having trouble accessing other sites? Can you get to the sites you listed from another host on your network? | |
Re: I tried your code using IE9 and Chrome 24 and it appears to work and display the same in both browsers. What versions of IE have you tried?  | |
Re: You will need to be more specific and clearly indicate what you are trying to do. Are you coding in vb or c#. What have you done so far? What issue are you specificially having a problem with? | |
Re: You can get help here, but you'll need to be more specific with regard to the problem you are having. There is no code, errors, or any specific information to help you. | |
Re: With regard to installing services on the same OS instance, yes this makes sense if the services are complimentary. Let me give you an example in the Windows world... Its generally not a good idea to set up a server, install Domain Services, SQL, Exchange, and make it also a … | |
Re: If you are using a code-behind page (example.aspx.cs), you can access those objects and their data. For example... `textBox1.text, or dropDown1.selectedValue` | |
Re: When you boot the computer without the cd, what error do you see? | |
Re: Can you clarify your question a bit more. The picture above doesnt help with respect to the link you provided. If you are trying to get a shadow around a div (content area), have you considered the `box-shadow` CSS3 property? The only downside at this time is that this property … | |
Re: So for this to work, you have to apply the style to your target images by assigning the style name to the class attribute. For example class="item_image". Secondly, this CSS3 style is works for Firefox and Crome. For Safari and Opera, you need to add their vendor prefixes. Also, IE … | |
Re: Is the site online to get a feel for the site? | |
Re: There are a variety of ways to do this. You can do it via asp.net on the server-side, but you may want to consider using JavaScript/JQuery on the client side. | |
Re: Do you have any code to start with, at least the navigation portion. Some information about what you are using for hte back-end would be helpful... asp.net, php, jsp? also, client side stuff you are considering... javascript, jquery, ajax? | |
Re: >auto generate number with current month and year. Its Should auto generate. If you can be more specific and/or clarify what you are having trouble with, that would be helpful in getting the best guidance. | |
Re: I don't understand. Do you mean point the hyperlink to another page? Just assign the .href properly the value of the URL. If you mean redirecting, user the response.redirect method. Response.redirect("www.domain.com"); | |
Re: It sounds like there are two issues here. The first, when you remote into the server and try to open the file, if the file doesnt not open this is likely to be a file association issue. You can just right click, select open width, select the program that will … | |
Re: You can store these values in a database table. When its time to create a new user, read the last value and use some type of formula to increment the value by 1. Do you have any code you are working with yet? | |
Re: I would tend to beleive that if you violated their policies, they would have notified you via email as well. Must be something else. If you take a blank web page, locally on a computer and insert the adsense script for your account, does the ad show? |
The End.