5,277 Posted Topics
Re: Are you referring to drive encryption, exactly what do you mean by hardware security? | |
Re: most importantly, find the configuration in the two routers to disable routing. Some of these routers, have an option to disable the router and turn the device into an "access point". | |
Re: Refer to this Microsoft MSDN article on Session State. Examples in VB and C# [ASP.NET Session State Overview](http://msdn.microsoft.com/en-us/library/ms178581(v=vs.100).aspx) | |
Re: What problem are you having that you need help with? | |
Re: Yes, you can download Wordpress. http://wordpress.org/ | |
Re: We basically need to know which folder the pictures are loaded and where that folder is in relation to the web site root folder. | |
Re: A 169.254.x.x address is within the APIPA range (automatic private IP address). This type of address is assigned to a network interface, when it it configured as a DHCP client. In your case, if you applied a static IP, this should not have happened. Why did it happen? A fluke … | |
Re: So, i'm not a PHP developer, but I am wondering why are you including the HTML structure elements within your echo... instead why not do this...then style the table either by applying the style within the head element, or referring to an external style sheet. <DOCTYPE! html> <html> <head> <title>My … ![]() | |
Re: Huh? Can you elaborate on what this is about.. | |
Re: There are various methods. Here is a similar question posted on the asp.net forum: http://forums.asp.net/t/1287909.aspx/1 You could even do this within SQL (not that I would recommend this approach), by creating a UNION with the other SELECT statement. SELECT dropDownFieldData FROM table1 UNION SELECT '--Please Select--' | |
Re: One of the easiest ways to accomplish this is to add a hyperlink control. You can do this via the GUI-design view by right clicking the Gridview and modifying the field properties. Then for the hyperlink, you can modify the DataNavigateUrlFields and DataNavigateUrlFormatString properties. Here is a similar question with … | |
Re: Who makes this software? Never heard of it. Is this your application? I would go with a product coming from a trusted company. | |
Re: Can you be more specific as to what you are asking? | |
Re: If you can get access to that drive from another computer, there should be a file called setuperr.log in the systemroot folder (c:\Windows) which is a log that the setup program writes to when there are issues. | |
Re: What server side scripting language are you using? | |
Re: I beleive your problem is that you set a height & min-height on the "side-column" div. #side-column { float: left; width: 235px; height: 460px; min-height: 460px; background-color: #ffffff; background-image: url(images/sidebar-bg.jpg); background-repeat: no-repeat; border-right: 1px solid #dadada; } | |
Re: > Is it solved? Can you click Mark Question Solve on the bottom left corner so the thread is close and solve so noone can add stuff to it. How can this be solved? While the link you posted does have some amazing examples, there was no solution proposed in … | |
Re: How about something like this... <body> <div id="myDiv1"><b>text</b></div> <div id="myDiv2"></div> <script> var div1= document.getElementById("myDiv1"); var div2 = document.getElementById("myDiv2"); div2.innerText = div1.innerHTML; </script> </body> | |
Re: I would suggest that you download malwarebyte (its free) and do a full scan of your computer just to rule out it isnt malware. The main difference between safe mode and normal mode is that you are running the a limited set of services/processes in safe mode. What may be … | |
Re: Thats a pretty generic error message. So are you saying that you could print old documents? Are you not able to print only specific documents, maybe very large documents? Try to determine what is in common about what you cant print. Of course, its always a good idea to make … | |
Re: Also, some AV endpoints include URL filtering. NOt sure about avast. You could also try Blue Coat's K9 free client. It will block sites based on categories, including malicious and suspicous sites that are known to infect visitors. | |
Re: The CPU should be able to power up even with the fan not running. The CPU would last a few seconds before overheating so you should at least see something on the display. If the mother board has an internal speaker, if its plugged in, you should hear some beeps. … | |
Re: Maybe you applied the CSS style of overflow:hidden? | |
Re: You probably find it easy because you like it. So done that finds it boring will most likely have trouble learning it. If go like something, you are probably going to spend time to learn it, be good at it, and get a good salary. No matter how much a … | |
Re: sounds like homework or an assignment. If you do some research have then have a specific question about something you didnt understand, then post a question. I am not sure how many people on this forum are interested in writing up a detailed response to that question. | |
Re: Which operating system are you running? assuming Win 7... Take a look at this question and answered posted on a Microsoft site: http://answers.microsoft.com/en-us/windows/forum/windows_7-system/windows-7-what-no-hibernate/2761b1ad-3623-4808-b6a9-a23999ddddb8 | |
Re: This is a duplicate thread... http://www.daniweb.com/hardware-and-software/networking/threads/439190/connection-without-internet- | |
Re: You do not have to use the graphical wizards. You can go back to the aspx page and just update the select, update, delete, and insert commands manually. Just manually modify line 83 in the code you posted for the update command. | |
Re: Why would you need different tables. It sounds like the information belongs in one table. When you query this table, you would use the WHERE clause to pick specific produce as an example. Without knowing more information about the tables you have, it would be challenging to advise on options … ![]() | |
Re: .wrapper is a not a specific type of object or standard. It is a user defined name for a class which is used to apply a set of styles to an HTML element. What do you mean by "move an image in one of these"? That doesnt make sense or … | |
Re: Another homework question, huh? These are telecommunication lines you can lease from a provider. T1 and T3 are just two examples. However there are many more. They are used for voice and data. Go do some reading and come back with some specific questions... | |
Re: hello and welcome, but you will find that to get good help, you need to get your thoughts together to post clear and specific questions. How is anyone going to be able to help you make "softwars" via a forum thread? | |
Re: With regard to problem2, how do you expect it to behave? | |
Re: > redirected to the main page (mysite/index.php) but the url displays as mysite/login.php So, I know more about asp.net than PHP, but it doesnt sound like the client is an actually being redirected. It appears that the web server is just providing the client with the contents of index.php in … | |
| |
Re: Hello, The process of recovery should be the same. The version of OS shouldnt be a problem. If there is a recovery partition, you need to find out what keys you need to press during POST so that you can access this partition. You should be able to find that … | |
Re: What type of networking are you referring to..Administration, Engineering? | |
Re: Having skills with both Java and ASP.NET will be useful if you are looking to expand on your horizons and become marketable in one of those (or both) platforms. As you continue to expand your skillset, you may find it challanging to master any particular area if you are trying … | |
Re: have you tried to do a search online for this? There are a lot of examples online with many varations of tabs with and without javascript. I just did a search for "tab hover css javascript" and found many examples. | |
Re: This is your second post with the same question. To get help on this forum, you should stick to one post per question/topic. Next, post the code you are having trouble with so that the community members can take a look and provide you with guidance. You need to provide … | |
Re: There are several options here. You could save the value of the text in a session variable. Or you can send the value via a query string (/someotherpage.aspx?val=value), or you can pass the value when the form is submitted via POST. Also, Are you developing in VB or C#? Have … | |
Re: Can you be more specific as to what type of information you are inquiring about? Keep in mind that this is not a homework service. | |
Re: I believe that your problem is the session variable is not storing the value of a simple string. The label1.text property can not be assigned the value of that session variable. Instead of using a label control, why aren't you using a listbox on the second page. |
The End.