5,277 Posted Topics

Member Avatar for billfromvt
Member Avatar for jeanclaudedjahlin

Are you referring to drive encryption, exactly what do you mean by hardware security?

Member Avatar for jeanclaudedjahlin
0
197
Member Avatar for billfromvt

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".

Member Avatar for billfromvt
0
2K
Member Avatar for Master Mascus

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)

Member Avatar for JorgeM
0
231
Member Avatar for naniavss
Member Avatar for eminenz cw
Member Avatar for suavedesign
Member Avatar for bestwsd
0
74
Member Avatar for jen.evans1

We basically need to know which folder the pictures are loaded and where that folder is in relation to the web site root folder.

Member Avatar for bestwsd
0
98
Member Avatar for darkSo

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 …

Member Avatar for cguan_77
0
179
Member Avatar for <M/>

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 …

Member Avatar for LastMitch
0
261
Member Avatar for CLICROI
Member Avatar for on93
Member Avatar for coder91

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--'

Member Avatar for JorgeM
0
191
Member Avatar for coder91

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 …

Member Avatar for JorgeM
0
102
Member Avatar for mannanmia

Who makes this software? Never heard of it. Is this your application? I would go with a product coming from a trusted company.

Member Avatar for JorgeM
0
32
Member Avatar for tadah toteng
Member Avatar for shallom.majestic

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.

Member Avatar for joseph ngigi
1
200
Member Avatar for ganges
Member Avatar for jspence29
Member Avatar for mgn2683

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; }

Member Avatar for mgn2683
0
125
Member Avatar for SilentCoder

> 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 …

Member Avatar for SilentCoder
0
706
Member Avatar for angelali2013

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>

Member Avatar for angelali2013
0
249
Member Avatar for czarjan

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 …

Member Avatar for caperjack
0
160
Member Avatar for kenny.robinson.315

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 …

Member Avatar for JorgeM
0
443
Member Avatar for hanamontana

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.

Member Avatar for JorgeM
0
253
Member Avatar for bobcallegari

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. …

Member Avatar for JorgeM
0
242
Member Avatar for HunainHafeez
Member Avatar for hwoarang69

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 …

Member Avatar for JorgeM
0
512
Member Avatar for sachin.rajak.566
Member Avatar for JorgeM
0
36
Member Avatar for akanshagrawal

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.

Member Avatar for akanshagrawal
0
93
Member Avatar for Vijaysin07
Member Avatar for faroukmuhammad

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

Member Avatar for faroukmuhammad
0
234
Member Avatar for worryfree

This is a duplicate thread... http://www.daniweb.com/hardware-and-software/networking/threads/439190/connection-without-internet-

Member Avatar for JorgeM
0
48
Member Avatar for HunainHafeez

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.

Member Avatar for HunainHafeez
0
398
Member Avatar for koros.komen

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 …

Member Avatar for diafol
0
259
Member Avatar for The Imp 96

.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 …

Member Avatar for The Imp 96
0
264
Member Avatar for akanshagrawal

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...

Member Avatar for JorgeM
0
37
Member Avatar for mahad.maqbool.39

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?

Member Avatar for JorgeM
0
12
Member Avatar for KhubaibQaiser
Member Avatar for rotten69

> 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 …

Member Avatar for rotten69
0
229
Member Avatar for benjamin.mauerberger.9
Member Avatar for shriram.pendse
Member Avatar for Violet_82

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 …

Member Avatar for Violet_82
0
155
Member Avatar for abbeyinka

What type of networking are you referring to..Administration, Engineering?

Member Avatar for AnilKumar_19
0
107
Member Avatar for minitauros

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 …

Member Avatar for minitauros
0
225
Member Avatar for Phil Moore

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.

Member Avatar for Phil Moore
0
78
Member Avatar for Priyanka786

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 …

Member Avatar for Priyanka786
0
1K
Member Avatar for TIM_M_91

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 …

Member Avatar for JorgeM
0
64
Member Avatar for aries.shine.3

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.

Member Avatar for arundlk
-1
55
Member Avatar for TIM_M_91

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.

Member Avatar for JorgeM
0
140

The End.