5,277 Posted Topics
![]() | |
Re: >So, are there any "cons" to using this approach? Doesn't sound like it. I think the benefits greatly outway any cons you may come up with. Of course, the URL rewriting introduces the risk of making mistakes with your rules, but that can be mitigated by following a testing process … | |
Re: >It was stimulating and satisfying. It sure beats some of life-sucking work I have been doing since graduating. for those of you who are still in school... you have no idea what's coming your way. Its no coincidence that you hear so many of us say, "if we can just … | |
Re: For your environmental variables to have changed, someone or something (another program) would have had to had done it intentionally. There's nothing that I can think of that would have caused your path variable to change by accident or something you unintentionally did unless you issued some commands within the … | |
Re: Can you show an example of your code? Also, if you add the "selected" attribute, that value will be preselected. <option value="myValue" selected>My Value</option> | |
Re: >If you run as normal user or local admin without "run as administrator" it won't access the event logs at all Since Vista, regardless of the account you use to log into a computer, running programs are done using regular user priviledges. You can run programs using "run as administrator" … | |
Re: Try powering it on without the battery plugged in, just straight from the electrical outlet. If that doesnt work, you could have a bad powersupply or bad motherboard. | |
Re: You need to store a few details in your database. To start, you need to create a relationship between users, employees and their managers With regard to the approval process, you need to store approval information about the uploaded file. This could be represented in a database table field as … | |
Re: Here is a sample of a simply multi-level navigation menu. It is very similar to the one displayed in your picture. you can easily modify the CSS to have it match your site. [Multi-level Navigation Menu using CSS](http://www.itgeared.com/articles/1420-css-multi-level-navigation-menu-tutorial/)  | |
Re: Your PC can only be as fast as its slowest component. The problem with your PC is likely involving the hard drive. Its possible that it is fragmented, or you have something running on your system that is requiring costant use of the hard drive. Because you've mentioned that you … | |
Re: You can do this with JavaScript or jQuery to check it client-side, but most importantly, you should also check server-side once the form is submitted because a user can bypass the JS/jQuery validation by disabling JS in their browser. You can see an example of something that is related to … | |
Re: Both URLs seem to produce a similar experience, as both show you a pop-up when you access the sites. Is that the social traffic pop you are referring to? | |
Re: Your best option is to purchase a Hotstop (MiFi) device. If you want WiFi, pay for it. People that work hard for the things they have dont appreciate people like you that take things that dont belong to them. With regad to getting help to hack into wireless networks, you … | |
Re: The runat makes the asp or html elements accessible for you to manipluate via asp.net. It would be easier to see your code as a whole, but just curious as to why you are mixing asp.net server, web controls and HTML elements together? For example, why use one html element … | |
Re: Ok, what do you have so far as far as HTML code? Upload that or provide the URL, or put your code on jsfiddle.net. | |
Re: Have you looked at your source code? Is it embedded somewhere in an include file or all of your pages? Do you pull data from a datasource like a DB table and maybe this your site was compromised by SQL injection? If the text above is just displayed only your … | |
Re: What have you tried this far? What error message or what part are you stuck on? | |
Re: >Couldn't resolve MX records for domain gmail.com. this is an indication that the system was unable to figure out where the mail server(s) for gmail.com are located. Does this system have its client DNS settings correctly configured? I dont know JSP very well, but I've never seen an instance where … | |
Re: So what issue are you having? Not sure exactly what you mean, but In any case, I would think you are missing a comma (and apostrophe at the end) in your second SQL example.. `sqlString = "SELECT '"+ Col_New.text +"', PID, Name, FName FROM Tbl_Products WHERE PID = '" + … | |
Re: A 404 error means page not found. That's an indication that the URL you typed does not match up to a file that the web server can find in that location. Based on the URL, that means from the ROOT of your website, there is a folder called httpdocs you … | |
Re: Its common to try to create a sleep or delay, but in JavaScript, the setTimeout function is not used in the manner that you are attempting. With the setTimeout function, you can create a delay, but that does not stop the rest of the code from executing. The setTimeout() method … | |
Re: > I don't know how this will be handled in normal ASP.NET (WebForms). If you are using ASP.NET web forms, you can use the URL Rewrite module to help you with this. What i would invision is that you need to direct all of you traffic to one page, then … | |
Re: So, here's another approach... use a select statement to select records from another select statement..For example.. `select * from (select * from table1 where sDate BETWEEN 'mm-dd-yyyy' AND 'mm-dd-yyyy') where sTime BETWEEN 'hh.mm.ss' AND 'hh.mm.ss'` So this is just an example, but it should give you an idea on how … | |
Re: There are various solutions you can implement. It depends on the end goal or vision for your network. Each design will have a different config. If you want to run both devices as routers, you will need at a bare minimum, to create static route(s) on the edge router ( … | |
Re: Well, what is the error you are encountering? | |
Re: Please prove additional information regarding your question or issues/errors you encountered. | |
Re: Your default.aspx sample above appears to be missing the page declerations which should be the first line of code. Something like... `<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>` Other than that, I tested your code, with the exception of the database related code, and everything worked as expected. | |
Re: The last div element should not be expressed as a singleton type element. <div class="col"/> | |
Re: You have reference to two different functions. I only see this function: function compareSentences() I don't see a function called checkSentence(). | |
Re: What have you tried to do so far that isnt working for you? errors when compiling? | |
Re: The session variables should be available unless the browser window is closed and/or there is session inactivity. Maybe seeing your relevant code would provide some insight into what's going on. | |
Re: I think you mean that you need to connect to a database using C#. What database platform...MSSQL, MySQL, etc.? you'll need to provide additional information and some put reasonable effort to get the best guidance. | |
Re: >Will apache experienced problem for a database that required 500 GB of space can you clarify what you mean by this question? | |
Re: You may not be aware but XP's support ends next April. In any case, here is a video tutorial on installing XP. http://www.youtube.com/watch?v=sZvzCvpMoPA ![]() | |
Re: I dont see any elements below your footer. It's black because you applied a background-color of #000000 (black) to your body element. I assume you are asking about this because you want your footer to be placed at the bottom of your page? If so, here is a summary on … | |
Re: definately the loop is the way to go.... to give you a hint... you may want to re-ID those `li` elements and give new IDs such as li1, li2, li3, etc... there are different methods to approach this problem, but the various options will all use some form of a … | |
Re: I think you have it backwards... Dont you want your visitors or links to have the more friendly version.. say: www.example.com/abcdef and then you want that to be mapped to a page user.php and display user information? If so, that's a **rewrite**. However if your users are accessing www.example.com/user.php?id=1 and … | |
Re: Open the disk management console. See if you can see the drive listed there. You may need to initialize it, but will definately need to create the appropriate partition(s) before you can format it. | |
Re: When you go into the CMOS setup is there a unique serial number present? I'm not familiar with the Dell laptops but i know for a fact that HP servers have unique serials that tie to the actual motherboard seriall. | |
Re: Dani- what happened to the response that letting users change the UI is against rules according to the UI Rule making people.... That's what I learned this week! | |
Re: Just some additional info to clarify some things that may help. What I'm reading here is that when you say "override" you really mean that what ever host name to IP mapping you have locally, you want that to take precedence over the records defined in the DNS zone. So … | |
Re: I would believe that the easiest approach is not to try to create a solution to search against the gridview, but simply use the same datasource that populated the gridview. In other words, when a user types in a word or phrase into the textbox, on the click event (server … | |
Re: All you need to do is establish the session variable then assign th value to this variable. The session variable can be accessible until the user closes the browser or after 20 min of inactivity (default, but configurable). MSDN (Microsoft) has a really good article on this with examples. [ASP.NET … |
The End.