5,277 Posted Topics

Member Avatar for mel01

When I visit your link above, yes with Chrome there appears to be some type of issue. However, when I copy your table related mark-up and CSS into a dedicated htm file, the table renders perfectly as expected. Not sure what the issue is at this moment, as I am …

Member Avatar for JorgeM
0
2K
Member Avatar for korathualex

On the post back the focus is not at the top? Check: [Page.MaintainScrollPositionOnPostBack Property](http://msdn.microsoft.com/en-us/library/system.web.ui.page.maintainscrollpositiononpostback.aspx)

Member Avatar for JorgeM
0
169
Member Avatar for korathualex
Member Avatar for Legitcomp.
Member Avatar for Violet_82

Both can be active, but Windows should prioritize the adapter with a faster connection.

Member Avatar for riahc3
0
142
Member Avatar for jewelraz

Hyper-V, VMWare, Xen all fall into the same grouping, just different products with different strengths and features. It appears that the hosting provider you mentioned, simply provides you with a VM infrastucure that allows you to create guest Virtual Machines. The bigger the VM host, the more VM guests you …

Member Avatar for jewelraz
0
105
Member Avatar for sonudelhi
Member Avatar for PopLikeCutie

Please provide your relevant code you are having a problem with. here is a basic example. `a:hover {background-color:yellow;}`

Member Avatar for <M/>
0
83
Member Avatar for misheng

Yes, ask your question. Include the SQL statement as well as any errors that resulted when executed.

Member Avatar for Lethugs
0
63
Member Avatar for mdminternet

If you still need help, a better indication of how you want the layout to look like would be helpful. LastMitch's suggestion regarding an image would work fine.

Member Avatar for JorgeM
0
217
Member Avatar for GraficRegret

If you are including CSS3 and HTML5, it may be very challenging for you especially if you are trying to include support for IE8 or earlier. What version of IE are you trying to code for? You can use IE conditional statements to "do stuff" when earlier versions are detected.

Member Avatar for GraficRegret
0
167
Member Avatar for mano7859
Member Avatar for Neethaa
Re: Like

Also, you will need to think about JavaScript/jQuery and AJAX if you want to be able to allow visitors to interact with your page without a page reload every time someone clicks a like/unlike button on your page. You would have to provide a lot more details if you want …

Member Avatar for JorgeM
0
115
Member Avatar for oishi

Without any relevant code or a link to the site online, it is difficult for members of this forum to give guidance.

Member Avatar for oishi
0
265
Member Avatar for Noth

Not this this will fix your issue, but you should definately consider using a document type declaration just above the `<html>` opening tag. Without it, you are surely going to run into quirky issues since IE will go into quirks mode without a proper doctype. Just start getting use to …

Member Avatar for digital-ether
0
176
Member Avatar for nicholask

I hate to ask the obvious question, but have you checked on toshiba's support page?

Member Avatar for JorgeM
0
42
Member Avatar for baol

>When i zoom out or in, everything move Can you clarify what it is you mean? When I visited your page, the content appears to be in the center of the screen.

Member Avatar for mattster
0
257
Member Avatar for mohan221

What operating system are you running? Back in the day with NT4, this was a common scenario. You could easily convert to NTFS by using the convert command. Open Command Prompt. In the command prompt window, type: convert drive_letter: /fs:ntfs

Member Avatar for rubberman
0
126
Member Avatar for longtomjr
Member Avatar for Bolabode

The primary reason is to provide authentication services in the event of a WAN failure.

Member Avatar for Bolabode
0
165
Member Avatar for nicolestar
Member Avatar for thahaz

If you have an available PCI slot on the motherboard, you could purchase a card and plug it in. Before you do so, you need to know exactly what type of slot you have as their are different types of PCI connectors and you want to make sure it's Win …

Member Avatar for JorgeM
0
124
Member Avatar for chilly_peppers
Member Avatar for joshfizzle
Member Avatar for Upstateplastic
Member Avatar for anisha.silva

based on your code it appears that you already have that URL assigned to the string sUrl. Therefore, you can simple do a response.redirect. `response.redirect(sUrl)`

Member Avatar for anisha.silva
0
155
Member Avatar for darylglenng

Explaining how the IP addresssing scheme and routing works in a single thread is really challenging. In any event, what you are asking doesnt make much sense with regard to what you posted. For example, you list 500 hosts. What do you want to know about this? I assume that …

Member Avatar for JorgeM
0
277
Member Avatar for sallygo
Member Avatar for plasticfood

If you would like the navmenu to be centered, remove the right property, assign a width and set the left and right margin to auto. #navmenu{ position:relative; font-size:100%; width: 900px; margin: 0 auto; padding: 0; top: 100px; }

Member Avatar for JorgeM
0
143
Member Avatar for thomaspoul

The main purpose you use AJAX for is to get data from a web server and display it within your web page without having to reload the page. From the user's perspective, this improves the experience because nothing frustrates web users more than waiting a few seconds for a page …

Member Avatar for JorgeM
0
98
Member Avatar for hunghim
Member Avatar for istore221

>the side elements (content area) changing without loading page. The solution is either going to be using Ajax or an iframe element to display the target content without a full page reload.

Member Avatar for JorgeM
0
105
Member Avatar for josverhoeff
Member Avatar for pucivogel
Member Avatar for Buppy

I havent had a need to implement this myself, but you should be able to check for other status codes, 302 for instance. In addition, for this to work, you have to make sure that the redirect does not violate security (it is same origin). Also, in your case, I …

Member Avatar for JorgeM
0
405
Member Avatar for mayobrains
Member Avatar for HunainHafeez

Hmm.. wasnt aware of that. Are you indicating that you see that behaviour for ADO.NET? You can get the number of rows affected in SQL... `SELECT @@rowcount AS 'TotalRows'`

Member Avatar for JorgeM
0
181
Member Avatar for rholdbataller
Member Avatar for milos.krstic.91
Member Avatar for InfinMarkets
Member Avatar for KVChosting
Member Avatar for alenalang.phillips
Member Avatar for fivepints
Member Avatar for ketan1234

Auditing of files is generally important if you want to be able to track who creates, deletes, and modifies files. This sounds like a homework question, so you may want to refer to your course work to get the correct context of this question.

Member Avatar for JorgeM
0
26
Member Avatar for pucivogel

If the site is online, you can provide us with the URL. That will be sufficient to inspect your code.

Member Avatar for DDarren
0
271
Member Avatar for Vincentas

If you store the password in plain text, I am not sure that there is a point in storing the hash value. If the DB is compromised, or packets captured during the email "resend", the passwords are vulnerable.

Member Avatar for cereal
0
169
Member Avatar for ctkam

So, do you have a question about this topic. Its not clear regarding your post, at least not to me.

Member Avatar for ctkam
0
222
Member Avatar for Dani

Welcome back, I'm sure you couldnt wait to get to work again...

Member Avatar for javedsai
0
206
Member Avatar for HunainHafeez

Is it the same email? Instead of sending the same email 1000 times, why not send the email once to 1000 users (BCC-blind carbon copy)? If there is detalied info for each receipient, you could provide a link in the email back to a web page to collect that info? …

Member Avatar for arun1123
0
712
Member Avatar for somiya kunwar

The response to this question is not easily done in just a few sentences. Is this question for some class question, class project or something like that? If you are having an issue with designing a solution, more information is needed.

Member Avatar for <M/>
0
325

The End.