5,277 Posted Topics

Member Avatar for Jigs28

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

Member Avatar for Jigs28
0
256
Member Avatar for nosajbiboy.talan

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],`

Member Avatar for MohdDilshad
0
941
Member Avatar for AmrReflection

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 …

Member Avatar for CimmerianX
0
262
Member Avatar for <M/>

mSedique, I would also be curious as to the position:relative on the outer div. I dont see what the reason would be.

Member Avatar for <M/>
0
127
Member Avatar for <M/>

You have a few threads open. They seem related. Is this thread resolved or do you need more help on this one?

Member Avatar for <M/>
0
187
Member Avatar for <M/>
Member Avatar for jgcalifornia
Member Avatar for JorgeM
0
13
Member Avatar for HunainHafeez
Member Avatar for oharabob12

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?

Member Avatar for oharabob12
0
186
Member Avatar for <M/>

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

Member Avatar for <M/>
0
1K
Member Avatar for Nastadon

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.

Member Avatar for Nastadon
0
104
Member Avatar for apaulogy

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 …

Member Avatar for hazzag1995
0
101
Member Avatar for G_Waddell
Member Avatar for rotten69

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.

Member Avatar for caperjack
0
630
Member Avatar for actfray

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.

Member Avatar for johhny-marshal
0
214
Member Avatar for abailey

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?

Member Avatar for johhny-marshal
0
112
Member Avatar for jigarsangoi
Member Avatar for JorgeM
0
224
Member Avatar for subtlehulk

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 …

Member Avatar for DavidB
0
148
Member Avatar for Sandman4040

Possibility that you have some sort of malware preventing your browsers from working?

Member Avatar for c-tech
0
261
Member Avatar for chira9na9pal

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

Member Avatar for chira9na9pal
0
262
Member Avatar for PalomoBlanco

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.

Member Avatar for caperjack
0
185
Member Avatar for linn.cole.5

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 …

Member Avatar for linn.cole.5
0
232
Member Avatar for bo0ga

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 …

Member Avatar for hazzag1995
0
594
Member Avatar for k7i5t3n

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 …

Member Avatar for c-tech
0
360
Member Avatar for simon.karuga.7

You'll need to elaborate on "does not support the network". What is the exact problem you are having?

Member Avatar for c-tech
0
84
Member Avatar for <M/>

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 …

Member Avatar for <M/>
0
110
Member Avatar for HunainHafeez

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

Member Avatar for HunainHafeez
0
90
Member Avatar for kuroartinfo

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.

Member Avatar for skilly
0
85
Member Avatar for loidz123

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 …

Member Avatar for loidz123
0
155
Member Avatar for napninjanx

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 …

Member Avatar for almostbob
0
244
Member Avatar for louie540
Member Avatar for missy.kunze.9

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.

Member Avatar for JorgeM
0
43
Member Avatar for smartsheep
Member Avatar for michaelzip

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

Member Avatar for michaelzip
0
263
Member Avatar for np complete
Re: SAM

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.

Member Avatar for RainbowMatrix
0
138
Member Avatar for pradeepds
Member Avatar for zobadof

We'll need the sample code, or post the URL so that the source code can be accessed via a browser.

Member Avatar for zobadof
0
138
Member Avatar for bmuhindo12

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.

Member Avatar for JorgeM
0
36
Member Avatar for bo0ga

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 …

Member Avatar for urtrivedi
0
240
Member Avatar for chandbasha

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 …

Member Avatar for c-tech
0
320
Member Avatar for davy_yg

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

Member Avatar for davy_yg
0
106
Member Avatar for kian.popat

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 …

Member Avatar for johhny-marshal
0
264
Member Avatar for gadgetandgear
Member Avatar for PhilEaton

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 …

Member Avatar for arrgh
0
2K
Member Avatar for eoop.org

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#?

Member Avatar for Randlathor05
0
172
Member Avatar for CriticalError

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 …

Member Avatar for JorgeM
0
209
Member Avatar for hungryjack

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 …

Member Avatar for JorgeM
0
121
Member Avatar for Dani
Member Avatar for rotten69

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

Member Avatar for iamthwee
0
306
Member Avatar for maxpaine69

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

Member Avatar for maxpaine69
0
159

The End.