[x]
Posted via EE Mobile

Search, ask, and monitor your questions on the go with EE Mobile. Visit Experts Exchange from your mobile device and never be out of touch again.

Question
[x]
Attachment Details
[x]
The Solution Rating System

With so many solutions, how can you tell which solutions are most likely to help you and which ones are not? To provide you with a tool to use, we rate our solutions based on various elements that most accurately determine if a solution is a quality solution. To explain what factors affect the solution rating, here are the elements we take into consideration when formulating our solution rating.

  • The Grade of the Solution
  • The Zone Rank of the Expert Providing the Solution
  • The Number of Author and Expert Comments
  • The Number of Experts Contributing
  • The Feedback of the Community

Your Input Matters
Because of the way the system is set up, the most important variable in this equation is you. As a member of Experts Exchange, you are able to cast your vote on the quality of the solutions in regard to how complete, accurate, helpful and easy to understand each solution is. When you provide your feedback, each rating is adjusted accordingly. So, if you see a solution that has a poor rating that you think is a good solution, let us know by rating it. As you do, the rating will be adjusted and will become more accurate for other members of our site.

If you have any suggestions that you would like to make for our rating system, please ask a question in the Suggestions Zone of Community Support.

Thank you!

5.0

ASP.NET - Displaying multiple images in a single row from a MS SQL database.

Asked by cunninw in Programming for ASP.NET, Microsoft Visual Basic.Net, WebApplications

Tags: id

I am trying to display a series of images from a SQL database, in a sigle row in the following page where (PLACE IMAGES HERE!!) is on the page transaction_new_photo.aspx.  I have included the code behind to this page also which will show the fields for which I am saving the image data into.  What I would like to happen is that when the page loads it passes 'transactionID' = 1023 in the querystring.  I would like all of the images corresponding to tranactionID in table HA_Transaction_Images and resize_internalID = "thumb" in table HA_Tranasaction_Pictures in the database to display in a single row on my web page.  (Also note that HA_Transactions_Images.recordID = HA_Trasanction_Pictures.imageID)

SQL Table  'HA_Transaction_Images'
recordID      transactionID  description
31      1023        Waterfall
32      1023        stuff
33      1023      

SQL Table  'HA_Transaction_Pictures'
RecordID      c_i_c      imageID      resize_internalID      image
11      NULL      31      __Selected            Binary Data
12      NULL      31      __Icon            Binary Data
13      NULL      31      thumb            Binary Data
14      NULL      32      __Selected            Binary Data
15      NULL      32      __Icon            Binary Data
16      NULL      32      thumb            Binary Data
17      NULL      33      __Selected            Binary Data
18      NULL      33      __Icon            Binary Data
19      NULL      33      thumb            Binary Data

tansaction_new_photo.aspx

<%@ Page Language="vb" AutoEventWireup="false" Inherits="HomesAndAgents.transaction_new_photoDetail" CodeFile="transaction_new_photo.aspx.vb" Debug="True" %>
<%@ Register TagPrefix="rawcil" Namespace="Radactive.WebControls.ILoad" Assembly="Radactive.WebControls.ILoad" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<script runat=server>
</script>


<html xmlns="http://www.w3.org/1999/xhtml" >
<LINK REL="STYLESHEET" TYPE="text/css" HREF="../styles.css">
<head runat="server">
    <title>Untitled Page</title>
</head>
<body leftmargin="0" topmargin="0">
<!-- #include file="index_header.asp" -->
<br>
<table width="100%" border="0" cellspacing="0" cellpadding="0">
  <tr>
    <td height="400" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">
      <tr>
        <td>&nbsp;</td>
        <td><table width="100%" border="0" cellspacing="1" cellpadding="0">
            <tr>
              <td bgcolor="#597A9C">&nbsp;<strong><font color="#FFFFFF">New Transaction</font></strong></td>
            </tr>
        </table></td>
        <td>&nbsp;</td>
      </tr>
      <tr>
        <td width="15">&nbsp;</td>
        <td><form id="form1" runat="server">
            <table width="100%" cellpadding="0" cellspacing="0">
              <tr>
                <td colspan="3">&nbsp;<a href="javascript:history.go(-1)">Step
                  1</a> &gt; Step 2 &gt; Step 3 &gt; Step 4 &gt; <strong>Step 5 (Upload Listing Images)</strong></td>
              </tr>
              <tr>
                <td width="10%" height="250" valign="top">&nbsp;</td>
                <td width="30%" height="250" valign="middle"><table width="100%" cellpadding="0" cellspacing="0">
                    <tr>
                      <td colspan="2" nowrap="nowrap">Use the following for to upload images of your listing: </td>
                    </tr>
                    <tr>
                      <td colspan="2" nowrap="nowrap">&nbsp;</td>
                    </tr>
                    <tr>
                      <td colspan="2" nowrap="nowrap" bgcolor="#000000"><table width="100%" border="0" cellpadding="0" cellspacing="0">
                        <tr>
                          <td height="75" bgcolor="#FFFFFF"><RAWCIL:ILoad ID="picture1" runat="server">
<Configuration ManualTemporaryFolder="False" InternalCode="" GenerateKey="False" GenerateIconImage="True" Title="" KeepSourceImage="False" CutMode="Manual" WebPublishedDestinationFolder="True" GenerateIndexFile="True" OnCompleteBehavior="KeepFilesInTemporaryFolder">
      <DestinationFolder UrlMode="Automatic" ManualUrl="" Path="">      </DestinationFolder>
      <TemporaryFolder UrlMode="Automatic" ManualUrl="" Path="">      </TemporaryFolder>
      <InputOptions>
            <UploadableFileSizeLimits>
                  <HiLimit Enabled="False" Value="2097152">                  </HiLimit>
                  <LowLimit Enabled="False" Value="1">                  </LowLimit>
            </UploadableFileSizeLimits>
            <FileExtensionValidator DefaultBehavior="AcceptAll" NotAcceptedFileExtensions="" AcceptedFileExtensions="">            </FileExtensionValidator>
      </InputOptions>
      <WebImageDefinitions>
            <Radactive.WebControls.ILoad.Configuration.WebImageDefinition InternalCode="Default" Title="Default">
                  <SizeConstraint Mode="FixedSize">
                        <FixedAspectRatioSizeData Size="400, 300" LimitedDimension="Width">
                              <Limits>
                                    <HiLimit Enabled="False" Value="400">                                    </HiLimit>
                                    <LowLimit Enabled="False" Value="300">                                    </LowLimit>
                              </Limits>
                        </FixedAspectRatioSizeData>
                        <FixedSizeData Size="400, 300">                        </FixedSizeData>
                        <FreeSizeData>
                              <LimitsH>
                                    <HiLimit Enabled="False" Value="400">                                    </HiLimit>
                                    <LowLimit Enabled="False" Value="300">                                    </LowLimit>
                              </LimitsH>
                              <LimitsW>
                                    <HiLimit Enabled="False" Value="400">                                    </HiLimit>
                                    <LowLimit Enabled="False" Value="300">                                    </LowLimit>
                              </LimitsW>
                        </FreeSizeData>
                  </SizeConstraint>
                  <OutputOptions FormatMode="Source" Format="b96b3cae-0728-11d3-9d7b-0000f81ef32e" JPEGForceRecompression="False" JPEGQuality="92">                  </OutputOptions>
                  <ResizeDefinitions>
                        <Radactive.WebControls.ILoad.Configuration.WebImageResizeDefinition UseSourceImage="False" AdaptiveMaxSize="64, 64" BackgroundColor="White" FixedSize="160, 120" DisableIfSmaller="True" InternalCode="thumb" Title="Thumbnail" Mode="Fixed" ZoomFactor="200" Fit="True" HTMLBackgroundColor="White">                        </Radactive.WebControls.ILoad.Configuration.WebImageResizeDefinition>
                  </ResizeDefinitions>
            </Radactive.WebControls.ILoad.Configuration.WebImageDefinition>
      </WebImageDefinitions>
      <WindowsAppearance>
            <PreviewWindow WindowTitle="I-load - Preview">            </PreviewWindow>
            <ImageUploadWizardWindow WelcomePageText="" TopLogoImageMode="Default" WindowTitle="I-load" ShowSummaryPage="True" TopLogoImageManualUrl="" ShowImagePreviewBeforeFileUpload="True" ShowMeHowSWFUrl="https://licenseserver.radactive.com/Shared/WebControls/ILoad/V1/ShowMeHow.swf" ShowWelcomePage="True">            </ImageUploadWizardWindow>
      </WindowsAppearance>
      <License Number="" Key="">      </License>
</Configuration>
</RAWCIL:ILoad></td>
                        </tr>
                      </table></td>
                    </tr>
                    <tr>
                      <td colspan="2" nowrap="nowrap"></td>
                    </tr>
                    <tr>
                      <td nowrap="nowrap">&nbsp;</td>
                      <td nowrap="nowrap">&nbsp;</td>
                    </tr>
                    <tr>
                      <td nowrap="nowrap">Image Description &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</td>
                      <td nowrap="nowrap"><asp:TextBox ID="Description" runat="server" Width="300" MaxLength="200" /> &nbsp;&nbsp;<img src="../GIF/Icons/info.jpg" alt="help" width="21" height="21" align="absmiddle" /></td>
                    </tr>
                    <tr>
                      <td nowrap="nowrap">&nbsp;</td>
                      <td nowrap="nowrap">&nbsp;</td>
                    </tr>
                   
                </table></td>
                <td width="50%" valign="middle">&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td colspan="2"><input name="userID" type="hidden" id="userID" value="" />
                    <input name="sessionID" type="hidden" id="sessionID" value="" />
                    <input name="action" type="hidden" id="action" value="add" />
                    <input name="transactionID" type="hidden" id="transactionID" value="" />
                    <input name="agent_role" type="hidden" id="agent_role" /></td>
              </tr>
              <tr>
                <td><font color="#990000"><strong> </strong></font></td>
                <td colspan="2"><asp:Button ID="SaveButton" runat="server" Text="Save Image" />    
                  &nbsp;
                  <input name="Submit" type="submit" id="Submit" value="Continue to next page &gt;&gt;" />
                  &nbsp; <a href="javascript:history.go(-1)"><img src="../GIF/back.gif" alt="back" width="34" height="19" border="0" align="absmiddle" /></a>&nbsp;&nbsp; <a href="transaction_delete.asp?userID=&amp;sessionID=&amp;transactionID=" onclick="return Submit_onclick1()"><img src="../GIF/cancel.gif" alt="cancel" width="47" height="19" border="0" align="absmiddle" /></a></td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td colspan="2">&nbsp;</td>
              </tr>
              <tr>
                <td>&nbsp;</td>
                <td colspan="2">PLACE IMAGES HERE!!!</td>
              </tr>
            </table>
        </form></td>
        <td width="15">&nbsp;</td>
      </tr>
    </table></td>
  </tr>
</table>
<p>&nbsp;</p>
<p>&nbsp;</p>
</body>
</html>


transaction_new_photo.aspx.vb (code behind)

Imports System
Imports System.Data
Imports System.Data.SqlClient
Imports System.Web.Configuration
Imports Radactive.WebControls.ILoad

Namespace HomesAndAgents


Partial Class transaction_new_photoDetail
    Inherits System.Web.UI.Page

      
    Private _conString As String
      
      
      Public Sub New()
            _conString = WebConfigurationManager.ConnectionStrings("Production").ConnectionString
      End Sub
      
            
      Private Sub Page_Load(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles MyBase.Load
        ' On page load give focus to the first text field
        Me.RegisterStartupScript("doFocus", "<script language=""javascript"">document.forms[0].Description.focus();</script>")

        ' Initialzie the page
        If (Not Me.IsPostBack) Then
            Dim transactionID As Integer = 0
            Dim idString As String = Request.QueryString("transactionID")
            If (idString <> "") Then
                Try
                    transactionID = Integer.Parse(idString)
                Catch

                End Try
            End If

            ' A id have been passed in query string, load the relative news.
            'If (id > 0) Then
                'Me.loadNews(transactionID)
            'End If

            ' Store id in the view state.
            Me.ViewState("TransactionID") = transactionID
        End If
'--------------------------------------------------------------------------            
    Private Sub saveImage(ByVal transactionID As Integer, ByVal recordID As Integer)
        ' Prepare the database connection string


        Dim con As New SqlConnection(_conString)
            Dim transID as String = transactionID
                  Dim cmd As New SqlCommand()
                  cmd.Connection = con
                  cmd.CommandText = "Insert HA_Transaction_Images (transactionID, description, picture) Values (@transactionID, @description, @picture)"
                  cmd.Parameters.AddWithValue("@transactionID", transactionID)
                  cmd.Parameters.AddWithValue("@description", Me.Description.Text)
                  cmd.Parameters.AddWithValue("@picture", Me.Picture1.GetIndexXml())
                  
                  Using con
                  con.Open()
                  cmd.ExecuteNonQuery()
                  cmd.Dispose()
                  
                  cmd = New SqlCommand("Select @@IDENTITY", con)
                  Try
                        recordID = CInt(cmd.ExecuteScalar())
                  Finally
                        cmd.Dispose()
                  End Try
                  
                  Dim recID as String = recordID
                  Dim resize As WebImageResize
                  For Each resize in Me.Picture1.Value.Resizes
                  cmd = New SqlCommand()
                  cmd.Connection = con
                  cmd.CommandText = "Insert HA_Transaction_Pictures (configuration_internal_code, imageID, resize_internalID, image) Values (@configuration_internal_code, @imageID, @resize_internalID, @image)"
                  cmd.Parameters.AddWithValue("@configuration_internal_code", Me.Picture1.Configuration.InternalCode)
                  cmd.Parameters.AddWithValue("@imageID", recID)
                  cmd.Parameters.AddWithValue("@resize_internalID", resize.InternalCode)
                  cmd.Parameters.AddWithValue("@image", resize.GetFileBytes())
                  cmd.ExecuteNonQuery()
                  cmd.Dispose()
                  Next
                  End Using
        ' Return to news list page
        Response.Redirect("transaction_new_photo.aspx?transactionID=" + transID)
    End Sub


    Private Sub SaveButton_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles SaveButton.Click
        Dim transactionID As Integer = CInt(Me.ViewState("TransactionID"))
            Dim recordID As Integer = 99
        Me.saveImage(transactionID, recordID)
      End Sub
      

End Class

End Namespace
[+][-]07/16/07 05:40 PM, ID: 19501365Accepted Solution

View this solution now by starting your 30-day free trial. Setting up your free trial is quick, easy, and secure. We will return you to this solution, unlocked, when you're done.

About this solution

Zones: Programming for ASP.NET, Microsoft Visual Basic.Net, WebApplications
Tags: id
Sign Up Now!
Solution Provided By: lunadl
Participating Experts: 4
Solution Grade: A
 
[+][-]07/16/07 05:37 AM, ID: 19494766Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 05:41 AM, ID: 19494822Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 05:53 AM, ID: 19494953Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 06:19 AM, ID: 19495195Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 08:54 AM, ID: 19496824Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 08:57 AM, ID: 19496858Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 08:58 AM, ID: 19496871Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 08:59 AM, ID: 19496885Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 09:02 AM, ID: 19496903Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 09:03 AM, ID: 19496925Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 09:05 AM, ID: 19496935Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 09:09 AM, ID: 19496974Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 10:24 AM, ID: 19497604Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 10:43 AM, ID: 19497760Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 10:47 AM, ID: 19497814Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 10:57 AM, ID: 19497924Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 10:58 AM, ID: 19497929Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 10:59 AM, ID: 19497941Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 11:15 AM, ID: 19498075Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 11:19 AM, ID: 19498104Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 11:20 AM, ID: 19498118Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 12:26 PM, ID: 19498819Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 12:41 PM, ID: 19498983Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 01:07 PM, ID: 19499248Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 02:13 PM, ID: 19499766Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 02:44 PM, ID: 19500047Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 02:51 PM, ID: 19500099Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:11 PM, ID: 19500252Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 03:14 PM, ID: 19500268Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:19 PM, ID: 19500292Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 03:19 PM, ID: 19500298Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 03:24 PM, ID: 19500322Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:29 PM, ID: 19500352Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 03:30 PM, ID: 19500362Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 03:31 PM, ID: 19500365Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:33 PM, ID: 19500371Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:36 PM, ID: 19500391Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:41 PM, ID: 19500424Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 03:42 PM, ID: 19500426Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:45 PM, ID: 19500444Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:46 PM, ID: 19500451Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 03:49 PM, ID: 19500472Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:52 PM, ID: 19500500Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 03:52 PM, ID: 19500503Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:53 PM, ID: 19500508Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 03:53 PM, ID: 19500509Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:54 PM, ID: 19500518Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:57 PM, ID: 19500536Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 03:57 PM, ID: 19500538Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 03:58 PM, ID: 19500543Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:00 PM, ID: 19500555Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:01 PM, ID: 19500564Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:02 PM, ID: 19500571Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:07 PM, ID: 19500598Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:10 PM, ID: 19500609Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:12 PM, ID: 19500624Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:13 PM, ID: 19500633Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:16 PM, ID: 19500651Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:22 PM, ID: 19500683Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:23 PM, ID: 19500684Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:24 PM, ID: 19500693Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:25 PM, ID: 19500696Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:27 PM, ID: 19500709Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:28 PM, ID: 19500718Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:30 PM, ID: 19500734Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:32 PM, ID: 19500750Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:33 PM, ID: 19500759Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:35 PM, ID: 19500773Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:36 PM, ID: 19500783Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:39 PM, ID: 19500820Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:41 PM, ID: 19500890Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:44 PM, ID: 19500948Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:45 PM, ID: 19500951Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:48 PM, ID: 19500962Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:48 PM, ID: 19500965Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:50 PM, ID: 19500977Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:51 PM, ID: 19500981Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:53 PM, ID: 19501003Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 04:55 PM, ID: 19501019Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 04:57 PM, ID: 19501034Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 05:02 PM, ID: 19501079Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 05:03 PM, ID: 19501082Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 05:06 PM, ID: 19501148Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 05:09 PM, ID: 19501174Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 05:11 PM, ID: 19501189Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 05:13 PM, ID: 19501200Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 05:17 PM, ID: 19501232Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 05:19 PM, ID: 19501241Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 05:22 PM, ID: 19501268Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 05:26 PM, ID: 19501287Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 05:32 PM, ID: 19501323Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 05:34 PM, ID: 19501337Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 05:38 PM, ID: 19501362Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 05:42 PM, ID: 19501374Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 05:43 PM, ID: 19501379Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 05:44 PM, ID: 19501383Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]07/16/07 05:46 PM, ID: 19501388Expert Comment

At Experts Exchange, members can ask their questions to thousands of technology professionals, also known as Experts. Experts compete and collaborate to answer those questions by leaving comments like this one.

Start your 30-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]07/16/07 06:13 PM, ID: 19501459Author Comment

Often, when Experts are collaborating with members who have asked questions, they will request additional information about the problem. Askers respond with an author comment like this one.

Start your 30-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20091111-EE-VQP-92