[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!

6.6

ASP.NET and CodeBehind

Asked by rossryan in Web Languages/Standards

Tags: codebehind, onserverclick

I'm new to ASP.NET, so please stick with me. I am implementing a Solution Site from MS (Retail2002), and I do not know enough aboout the language to accomplish what I need.

Below is the code that will be needed:

<!-- Catalog Browser - B O D Y  -->
     <tr>
          <td class="tdLightBox_Left">&nbsp;</td>
          <td class="tdBrowserBody">
               <div id="browseTypeHeading" style="FONT-WEIGHT: bold" runat="server"></div>
               <div>&nbsp;</div>
               <asp:repeater id="repeaterCatalogBrowser" runat="server" OnItemDataBound="Catalog_OnItemDataBound">
                    <ItemTemplate>
                         <div><a class="aBrowser" id="lnkCatalog" href="" onserverclick="OnClick" runat="server"><%# Container.DataItem("DisplayName") %></a>
                              </a> <input type='hidden' id="txtHdnCatalog" value='<%# Container.DataItem("CatalogName") %>' runat='server'>
                         </div>
                    </ItemTemplate>
               </asp:repeater><asp:repeater id="repeaterCategoryBrowser" runat="server">
                    <ItemTemplate>
                         <div id="CategoryNamesContainer">
                              <a class="aBrowser" id="lnkCategory" href="" runat="server" onserverclick="OnClick">
                                   <%# Container.DataItem("DisplayName") %>
                              </a><input type='hidden' id='hdntxtCategoryName' name='hdntxtCategoryName' value='<%# Container.DataItem("CategoryName") %>'  runat='server'>
                         </div>
                    </ItemTemplate>
               </asp:repeater><span style="WIDTH: 80px">&nbsp;</span>
          </td>
          <td class="tdLightBox_Right">&nbsp;</td>
     </tr>

This code calls Browser.ascx.vb via CodeBehind.

I am trying to place this code into ProductsList.ascx, which calls ProductsList.ascx.vb. I need the page (ProductsList.ascx) to display the Browser.ascx code. It needs to call the Browser.ascx.vb classes, but I haven't the slightest how to do it.
[+][-]10/11/03 10:49 AM, ID: 9533358Expert 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.

 
[+][-]10/13/03 09:38 AM, ID: 9541362Author 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.

 
[+][-]10/13/03 11:52 AM, ID: 9542240Expert 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.

 
[+][-]10/13/03 05:17 PM, ID: 9543836Author 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.

 
[+][-]10/13/03 05:29 PM, ID: 9543883Expert 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.

 
[+][-]10/13/03 06:08 PM, ID: 9544013Author 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.

 
[+][-]10/13/03 07:09 PM, ID: 9544194Expert 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.

 
[+][-]10/14/03 07:17 AM, ID: 9547158Author 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.

 
[+][-]10/14/03 07:18 AM, ID: 9547162Author 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.

 
[+][-]10/14/03 07:21 AM, ID: 9547194Author 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.

 
[+][-]10/14/03 12:40 PM, ID: 9549660Expert 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.

 
[+][-]10/15/03 07:24 AM, ID: 9554984Author 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.

 
[+][-]10/16/03 10:57 AM, ID: 9564116Expert 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.

 
[+][-]10/17/03 07:23 AM, ID: 9571730Author 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.

 
[+][-]10/17/03 09:00 AM, ID: 9572436Author 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.

 
[+][-]10/17/03 01:21 PM, ID: 9574068Accepted 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

Zone: Web Languages/Standards
Tags: codebehind, onserverclick
Sign Up Now!
Solution Provided By: amit_g
Participating Experts: 1
Solution Grade: A
 
[+][-]10/21/03 04:48 PM, ID: 9595150Author 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...
20091021-EE-VQP-81