5,277 Posted Topics
Re: I have embedded images in a mail message using this technique. Feel free to adapt this example as you see fit. You can use this code in its own class, create a Subroutine and pass it variables so that you can send messages from different pages in your web application. … | |
Re: The first thing that sticks out for me is the fact that your fields have spaces in the name. Therefore, you need to wrap the field names within brackets. For example... `INSERT INTO tbl_Booking ([Booking Date], [Check In Date], [Check Out Date],` | |
Re: Yes, you can have two routers connected to the same internet connection. However, for a home type of connection, this is usually a problem since internet providers only allow one PPPoE connection (DSL), and cable proviers may limit the number of MAC addresses conecting to the line. However, in a … | |
Re: mSedique, I would also be curious as to the position:relative on the outer div. I dont see what the reason would be. | |
Re: You have a few threads open. They seem related. Is this thread resolved or do you need more help on this one? | |
| |
Re: If you post the Link or relevant code, we can try to help. | |
Re: use a detailsview control along with the gridview. | |
Re: If you create a shortcut and modify its properties, you can instruct Windows to emulate it in a Win 98 mode. Have you tried that? | |
Re: Wow, I clicked on the google search link above and this thread came out first on the list of the results. I'm in an endless loop here... | |
Re: your param and embed source are not pointing to the same path. depending on the browser you use to access the page will depend on which element is used. | |
Re: there is no need to hack into it. Reset the your router to the default configuration (usually there is reset button), then log in using the default username and password and reconfigure the device. If this isnt your device, then trying to get around the security processes is not something … | |
Re: Yeah, that is pretty annoying, good post! | |
Re: Yes, you'll need to reformat the drive. System drives that go from partitions to volumes (basic to dynamic disks) will require a reformat to go back to a basic disk. | |
Re: The only reason the OS would turn off the monitor is if you had power settigs configured so that the monitor shuts down after inactivity. Sounds like you determined that's not the case. You can always temporarily plug another monitor to see if you reproduce the issue. | |
Re: In addition, was the computer case opened when you installed the wireless card? If so, make sure that other cards are seated properly. When you power the computer on, do you hear the fans spin, hard drive spin up? | |
Re: Have you attempted to write any code that we can help you with? | |
Re: I beleive that you really should get your HTML and CSS sharpened. Score moving on to client and server side scripting. Being a developer and designer can be challenging for many. With regard to having a solid understanding about web server applications, it helps greatly. For the absolute beginner, I'd … | |
Re: Possibility that you have some sort of malware preventing your browsers from working? | |
Re: So, I assume that your product_ajax.php page will produce the image based on the result query string, correct? If so, then just add the following javascript code to either the javascript block in the head element, or at the bottom of your body element before the closing tag.. <script type="text/javascript"> … | |
Re: The hotmail service is located on Microsoft servers. They would most likely be collecting that information in their logs. It is unlikely that you can gain access to that information. | |
Re: For you to be able to access a resource by hostname (DNS name), you need to have your computer configured to point to at least one DNS server. If this computer is on your LAN and you have a typical consumer based router, you should be receiving the TCP/IP configuration … | |
Re: So as you may be aware, it is possible to automate the installation of a Windows operating system. Basically the "Dell" installation CD is really just Windows XP + specific device drivers embedded into the install process and possibly other Dell specific items. I suspect that you should be able … | |
Re: Sounds like you may have some malware lingering. While you may feel protected with a typical AV client, they are not 100% on target with Malware. Its a good practice to use various different anti-malware apps to help you keep malware off of your computer. I would try to run … | |
Re: You'll need to elaborate on "does not support the network". What is the exact problem you are having? | |
Re: Of course the size of the image is directly related to the time it takes to load. Make sure that your image dimensions already match what you are displaying. In other words, if the original image is 2mb in size 5400x3600, and you have the browser resize to 540x360, that's … | |
Re: What "layers" are you referring to? while I am not an asp.net guru, the only layers (or tiers) that I would refer to when talking about web development in general is about the placement of components such as: presenstation tier, business tier, and data tier. (typical 3 tier approach). | |
Re: I would try booting to Windows Safe Mode, by hitting the F8 key after the POST, then run a system restore to a point before this issue starting occurring. | |
Re: Can you elaborate on what you mean by "don't know how to get the increments"? What part of subnetting are you having an issue with? Binary conversion, formulas? I have a tutorial regarding [CIDR and Subnetting](http://www.itgeared.com/articles/1347-cidr-and-subnetting-tutorial/) that may help you better understand how subnetting works. I also have an [online … | |
![]() | Re: yes, you could install a server on a home network that has internet access a develop a web application. however, you'll find that if you want to create a production web app, its very cost effective to host this web application with a web hosting company for a few dollars … |
Re: What browser are you referring to? Internet Explorer? If so, right click while your mouse is next to a tab, and make sure that you have a check mark next to "Favorites Tab". If you dont, go ahead and click on that selection. | |
Re: > Is it possible to retrieve a text from a URL or page content by using something like ImageUrl property on the Image Control? > Ex in image: <asp:Image runat="server" id="Image1" ImageUrl="getImage.aspx?id=2" /> Sure it is... This is technique i have used when building a captcha solution. I generate the … | |
Re: The SAM file is the local Security Accounts Manager File in Windows. There isn't an editor as far as I know, as you can imagine this would be a breach in the sEcurity accounts db. There are tools that can against this file to crack user passwords. | |
Re: We'll need the sample code, or post the URL so that the source code can be accessed via a browser. | |
Re: If you have a specific question about this topic, you'll find that community members will be willing provide their feedback. However, at least for me, proving you with an answer to a homework assignment is not something that is of interest. | |
Re: ASP.NET is a web development model that includes the services necessary for you to build web applications. Coding ASP.NET applications means you have access to classes in the .NET Framework (libraries). You can code your applications in any language compatible with the common language runtime (CLR), very similar to the … | |
Re: Are you experiencing this issue from only one computer, or a subnet, or from different locations? Did you try a different browser on your computer? The site is obvisouly up since at least caperjack was able to access the page. When it comes to troubleshooting web site issues, using the … | |
Re: If you look at the source of page via your browser, you can take a look at the detais of the structure of the HTML table and Styling. here is an example of whats on that page your referenced (including 5 rows so you can see the alternating row color).. … | |
Re: Yes it is possible that your motherboard is damaged. There is no specific information that can be provided to you to make that determination. When it comes to hardware repair, it usually diagnosed by swapping out parts. With the cost of the components, I am not aware of anyone that … | |
Re: Coldfusion is a server-side programming language simliar to PHP or ASP.NET. You do need to have it installed on your web server for you to be able to write coldfusion code. Again, just like if you were hosting asp, php, or aspx files on a web server. Some find that … | |
Re: C# is a programming language. You want to develop a programming language like c#, or you are interested in writing your own scripting language based on C#? | |
![]() | Re: I am not exactly sure about the effects of the underscore for SEO, but I find that using a hyphen between words is more readable. With regard to the redirects, yes you should most definately implement this. I would suggest that you do via the URL rewrite module. There is … |
Re: If the Wifi segment is on a different subnet than the wired LAN, you'll need a router to be connected between the two subnets. Otherwise, what you could do is disable routing services on the router and configure the router to bridge (have all ports act like a switch), then … | |
Re: @rotten69 - you're not alone..that doesnt make much sense to me as well. I am in the process of learning some more advanced techniques in JavaScript and some of the libraries out there including jQuery. I'd suggest a good book..the sites mentioned only provide you only a basic understanding in … ![]() | |
Re: The controls within visual studio really just make it easier for you to develop. However, you could just create your own tables for users and just have a form to have them input usernames and passwords, look up the info in the DB, then store the relevant information in session/cookies. … |
The End.