5,277 Posted Topics
Re: You mentioned monitor and camera. Are you referring to the same device? For you to be a me to tap into a device that is not directly connected, but connected via a USB device, the software would need to be aware and support this type of connection. Based on your … | |
Re: If you are only showing or hiding a div element based on the radiobutton, I think it would make more sense for you to use JavaScript. There doesnt seem to be any reason to make a trip back to the server to process that request. | |
Re: The validation occurs client side. However, the code that is built to do this client side is generated server side, if that makes sense.... Very similiar to when you create an asp.net control say the gridview. If you look at the source code in the browser when you access a … | |
Re: That is OK, since you will refer to each dropdown list by a different ID. for example, one dropdown list may have an id of "dropdownlist1" and the other may have an id of "dropdownlist2". So in your code, to get the selected value of list1 it would be something … | |
Re: Maybe by having a standard naming/numbering system on the pics (image1.jpg, image2.jpg,etc.) and then using a random function to pick the number (1-10), append that number to the name of the pic and show that one. | |
Re: Many high schools and local community colleges have partnered with Cisco and are now offering Cisco's certification programs. The most common Cisco certification is the CCNA, but there are many more that are offered by Cisco. You can access their web site for specific details regarding each of the certification … | |
Re: The file extention is really only there to serve the purpose of telling the OS which application should be use to read the file. IN other words, just because you have file with a .doc or .docx extention, it doesnt mean that the file was created with Word. Anyone can … | |
Re: Aside from the NetBIOS name, domains form different Active Directory forests that share the same namespace will have domain suffix routing issues. So, setting up a trust is not a good idea for this type of scenario. | |
Re: You mean with regard to not following the HTML standard? No, i do not see any problems. ![]() | |
| |
Re: You havent provided enough information. What do you exactly mean by adding laptops to the network? There are IP scheme considerations, the actual network equipment to support the field devices, such as VPN remote connectivity, wireless so when they are in the office. Network accounts, network services, etc... | |
Re: have you tried a system restore, and restore the computer to a point in time when this did not happen? To perform a restore, boot into safe mode first. Alternatively, if that doesnt work, you can try a windows repair during the installation process. If it was my computer and … | |
Re: These BSODs are sometimes challanging to troubleshoot. They can be caused due to failing hardware, or a problem with a driver. Have you recently installed anything in your computer that you recall began causing this issue? | |
Re: Yes, you can install both Camtasia and a virtual host app like vmware, virtualbox or virtualpc on your host computer. When you run the VM, do not run it in full screen so that you can capture video during the process. Then with camtasia, just edit the capture before producing … | |
Re: This all depends on what are your most important goals and objectives. Is this for only you are are there several devices you need to provide VPN services for? Is this for a corporate type of VPN for your organization or if this just for you and you are trying … | |
Re: I beleive that would work. However, if there was something incompatible, you could service pack your existing OS to SP3, then overlay the repair after that. Although the SP3 may fix your issue since these service packs replace a vast majority of existing files. | |
Re: this is usually an indication that there is a problem with the hard drive. If you are getting that message right after the power on self test (POST boot), it means that the OS cannot be found. If you are not technical with computer repair and maintenance, it will be … | |
Re: I would also recommend that you consider jQuery. Even if you are not familiar, you can come up to speed pretty quick. The jQuery library has a slideToggle() function that you can use to show/hide content, very easily. I have a sample that you can take a look and see: … | |
Re: The problem is either with the device itself or the battery. I have worked with many of these smaller units and batteries do not last for many, many years. It would be good if you had access to another battery so that you can swap it out and see if … | |
Re: 6 years? You may want to purchase, in my opinion, the best PC hardware book on the market: Upgrading and Repairing PCs by Que. At a high level... RAM stands for Random Access Memory. It provides an area for your computer to read and write data to be accessed by … | |
Re: I see that you are doing this code-behind. I wish I could provide you the answer via coding this by had. If you use the GUI in Visual Studio, and access the properties of the GridView, you'll notice that your "image" column should be that of an ImageField, and then … | |
Re: Hello HunainHafeez, looks like you have two thread open related to the same question... http://www.daniweb.com/web-development/aspnet/threads/432949/facebook-google-likes-button Its a good idea to keep one thread per question to get the best response and also provide others that may have a similar issue with the help they need. | |
Re: There are a lot of examples on the internet. I've used this one for some of my projects. Easy to implement and has been effective as far as I know. Do some research on your own so you find one that meets your exact needs. http://www.worldofasp.net/tut/ContactUs/Creating_Contact_Us_Form_easily_using_ASPNET_and_SMTP_126.aspx | |
Re: You need to associate the corret file type with the correct application. To get to the File Type Association applet is slightly different between XP/7, but the process to associate is essentially the same. | |
Re: You can add social networking buttons using a variety of methods. For example, you can simply add images that you acquire from their sites and create links back to your profile pages. Or, if you want to add, for example, Facebook Like, Send, Recommend buttons, you can grab pre-written code … | |
Re: Well, based on your fields, it appears that you would join the two tables based on the ZIP_LOOKUP_CODE. I assume that data is different than what is stored in Zip. In any event, the following SQL query simply joins the two tables and includes a WHERE clause so that you … | |
Re: > Is it ok still put mydomain.com? No, you need to specify the sub-domain. > Because i tried put subdomain.mydomain.com but its says not valid domain. The process is going to be dependent on your provider. This is not a limitation of a web server or DNS. Maybe they are … | |
Re: Are you planning on putting the parts together or buying it pre-configured with these requirements? Have you shopped around yet? | |
Re: Generally, the consumer based devices to not logging included as a feature. Simply log into your internet gateway device and take a look at the options. Additionally, visit the vendor's support site to determine if logging is an included feature. | |
Re: First, i would hope that you have your neighbors approval if you are using his/her wireless connection. In any event, limited access means that you were able to make the connection (layer1/layer2), but your computer was not successful in obtaining an IP address from a DHCP source. You would need … | |
Re: Yes of course. Take a look at this recent thread where the question was related to sending mail in asp.net, but including an embedded image. The source code should be the same without the image portion of the code. http://www.daniweb.com/web-development/aspnet/threads/432640/how-to-embed-image-handler-image-in-mail | |
Re: I agree that someone with some computer desktop management experience and common sense could probably get away with limited malware protection. For most people, I would recommend some type of malware client. | |
Re: Here is a simple example you can use and modify it to fit you needs. <!DOCTYPE html> <html> <head runat="server"> <title>My Page</title> <script type="text/javascript"> function infoshowhide(id) { var e = document.getElementById(id); if (e.style.display == 'block') e.style.display = 'none'; else e.style.display = 'block'; } </script> </head> <body> <button onclick="infoshowhide('info11')">Show/Hide</button> <div id="info11">Hello … | |
Re: Your "limited connectivity" refers to the fact that your Windows system was not able to acquire and IP address from a DHCP server, but did configure itself with an [Automatic Private IP Address (APIPA)](http://www.itgeared.com/articles/1029-automatic-private-ip-addressing-apipa/) address. Do you have a DHCP server on your network? | |
Re: Focus on your web site content and getting vistors to visit your site and they will create quality backlinks for you naturally. this is really the goal that you should be working towards.. | |
Re: I think you need to have this thread moved to the Software Development category. | |
Re: I am not strong on PHP, but I would suggest that you look into doing this client side, using jQuery. You can easily add or remove classes. Take a look: http://api.jquery.com/addClass/ on the client-side, you can use the same approach to check the current URL, then add/remove the class as … | |
Re: I was able to use your code and get the background to change from selectedImg to deselectImg. I figured the problem was with the way you are assigning the background-image information so I used a nifty piece of javascript to see what the value of background image is when I … | |
Re: These are two different organizations. Do you really mean, which area of IT has more growth and compensation possibilities? Even that question is too vague. Deciding on which aspect of IT you should purse should depend on a number of factors. For example, its common knowledge that surgeons do very … | |
Re: Sounds like you may want to implement optimistic concurrency. If you using the wizards to create your controls, this option can be enabled during the creation of the data source. | |
Re: > but i have 6 pages which needs larger page height of same master page. need some clarification here... Your master page should only contain those controls that are shared by all pages. In the event that you need a few variations of the master, its possible to "nest" your … | |
Re: While you can purchase parts for a laptop, thier more challenging to work with than standard desktops. In addition, if you do not know about computer hardware, it may be very challanging for you to fix this on your own. If you have important data on your drive, what you … |
The End.