5,277 Posted Topics
Re: Seems to be centered on the screen just fine. Where/what resolution do you seem to be having a problem with? [edit]... i see that you are reffering to the form now...that didnt load before so I saw your image centered...be back.. Ok, I'm back... first, as I recommened to you … | |
Re: You definitely should consider using master pages for projects that have multiple pages that need to share a common layout. This allows you to manage one page for the overall layout. You should also be using an external style sheet to manage the look and feel (colors, fonts, margins, etc..). … | |
Re: If you are starting off with asp.net, I suggest you visit the asp.net web site and also pick up a beginners book. I recommend apress books. | |
Re: I don't think its related to being near an LCD monitor. Sounds like hardware issue with the laptop.. Could be related to the power supply, motherboard, failure with any component that connects to be motherboard. Hard to say exactly without looking at the device and testing components. | |
Re: Hello and welcome to DaniWeb! Once you build your reputation to 15 points, **or** hit five posts across five days, you will get full access to DaniWeb's community features, including chat. | |
Re: >So my problem is passing like this the name from other page to another page in ASP.NET in VB.NET There are several ways to pass data from page to page. 1) pass the data via a Query String 2) store the data in a session variable 3) store the data … | |
Re: Yes of course there is... For example taking the text from a textbox control and assigning it to a session variable.. `Session("FirstName") = FirstNameTextBox.Text` Take a look at this MSDN article: [ASP.NET Session State Overview](http://msdn.microsoft.com/en-us/library/ms178581.ASPX?cs-save-lang=1&cs-lang=vb) | |
Re: Do you have the code that we can look at? At this point belated in your description, those that respond are simple guessing. This may be javascript or some server side scripting that is controlling this behavior. | |
Re: Take a look at the location you are trying to create this site. You may want to consider creating your project on the local file system, then publish it to your IIS server once the website is ready for production. | |
Re: Maybe its a problem with your PC. Have you tried downloading from a different computer? | |
Re: Try setting a width on those elements.. nav ul ul li { float: none; border-top: 1px solid #cbcbcb; position: relative; width: 200px; } | |
Re: There are a lot of online tools that can help you build your RSS feed. However, if you have a static page and you want to create one manually as suggested by Dani, you can easily to so by generating an XML file and creating the proper structure for an … | |
Re: Yes, calling the function in both the head and body is causing that problem. Here is your sample code consolidated in a working html file. <!DOCTYPE html> <head> <title>Flickering Logo</title> <script src="http://code.jquery.com/jquery-1.10.1.min.js"></script> <style> div { width:50px; height:50px; border:1px solid gray; } div#box2 { background-color:red; } div { background-color:black; } div.on … | |
Re: You can create a router using one additional VM running windows server with two NICs. One NIC on each subnet. Enable RRAS, no special router are needed since the networks will be local to the RRAS server Then configure the hosts on each subnet with their default gateway address which … | |
Re: If you remove the height property as shown below, the space if removed. However, you will need to work on the mouseover/hover effect on those links..  | |
Re: The local storage that is being referred to is HTML5 localstorage. Your best bet is as diafol recommends which is server side scripting and storing your data in a database. ![]() | |
Re: The problem seems be related to your DB connection and/or query. When I test out your code removing the DB related code, the If..else block executes as expected. If I fill in all of the values in your form, the if produces true. If i leave out any of the … | |
![]() | Re: Two minor changes to your script... 1) checkBox function 2) you forgot to add "()" after the function name "calcTotal" Here is the updated script... <script> var cart1 = 0; function checkBox(name) { document.getElementById(name).disabled = !document.getElementById(name).disabled; } function calcTotal() { var sheet1 = parseInt(document.buy.merch1.value); if (document.buy.MusicSheet1.checked) { document.buy.merch1.disabled = false; … ![]() |
Re: We'll lets start with how are they the same...they are both databases. What's different is their purpose. A traditional application database is optimized to get data from your front-end application to your back-end database. This type of database is designed and optimize for storage and for quick writes to the … | |
Re: Are you logged in with an admin account? If so, right click the CMD prompt shortcut and select run as administrator. | |
Re: Since you mentioned the gridview control, I'm assuming asp.net not asp, correct? Also, I suspect that you'll want to handle this client side? In other words, do you want to control this process from the user's browser or were you going to attempt to handle this server side which would … | |
![]() | |
Re: I'm not sure what you mean by trackers. With regard to your data, are you able to store the data in another data source such as a database? You posted in the javascript forum category and based on your description, you have the data in an Excel file. Without some … | |
Re: First, I'd recommend that you stay away from using deprecated elements and attributes such as `<center>` and `align`. You should use CSS instead. Anyway, a few minor changes as below should produce the results you are looking for. First, remove the background image from the body element. Add in a … | |
Re: What do you mean by root servers indexing your domain name? If you have registered a public domain name with a registrar and created at least one NS record and A record pointing to your public IP address that your DNS server is listening in then the root servers will … | |
Re: Just to add... While the term cloud generally considered as an Internet cloud, some large organizations that may also implement private clouds, especially those types of organizations that provide services to themselves, such as a very large organization with divisions or sub-organizations. Rather than these individual divisions managing their own … | |
Re: I'm sure Dani is appreciative of your donation and maybe someone can help here.. Just to clarify, your objective is to redirect the user to a random (1 of 3) page after 10 seconds of landing on this page, while showing a progress bar? | |
Re: You may want to refer to this other DaniWeb thread that deals with a similar question as yours. Links to an example for creating a 3 column layout. http://www.daniweb.com/web-development/web-design-html-and-css/threads/461195/need-help-asap | |
Re: What do you mean by others seeing the changes? Do you mean other visitors? If so, you'll need help from some server side scripting and a data source of some type to store and retrieve the data. | |
Re: Try using a button element in the form. <button type="submit" name="btn1" value="clicked"><img src="#" /></button> | |
Re: >can you please share some informations about the usage of guidelines in seo process.. before you read up on the two links that hoverportmedia provided, which the Google one is good... the first, most important component in your bag of SEO tools is that you have to most definately, no … | |
Re: Do you have any code written so far we can take a look at? Do you have your DB connectivity working where you can query and insert anything yet? | |
Re: I'm all for freedom of speech, expression, etc.. However, there are things that cross this line. Its not really that hard to figure out what is acceptable vs not. Sure, there can be debate on certain scenarios... With regard to videos of actual murders, etc... the last time I checked, … | |
Re: You can create one function then for each div, attach an onclick event that sends the function a number. For example... <div onclick="clicked(1)"></div> Then the function... function clicked(userChoice) { If (userChoice == 1) { // some code } else if (userChoice == 2) { // some code } | |
Re: Have you validated that those IPs are indeed online? I am not able to ping either of those public IPs, at least not from the network where i'm at. >Now, we have configured 197.251.225.125 to another router as a gateway and connected to a Switch to distribute internet connection to … | |
Re: >since your subquery doesn't return anything but TRUE correct...the subquery is not there to produce a result with data. it simply returns a value of TRUE **or** FALSE. The purpose of the query (what you are interested in when using this approach) is a test to see if there is … | |
Re: Your description is not very clear. Do you have some relevant code you can show to better understand the problem. | |
The End.