Advertisement

08.29.2008 at 07:53PM PDT, ID: 23690540
[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!

9.1

Displaying table in .net using response.write - need checkbox name

Asked by goodnotgreat in Visual Studio, .NET, .NET Framework 2.x

Tags: ,

I am using visual studio .net and would have liked to use a gridview to display my data but because of several data sources, could not get it working SO I combined all into an array and then to display, I did response.write's.  It looks fine and I have a column with checkboxes that when checked, will take a value from another column and pass it along for more processing.  IE.

Id      Name            Filename       Push
007   Georgia        GAdata         checkbox

All is fine but now I need to add a button for checkall which would select all checkboxes in table and select them.  My problem is that it will not recognize the name of the checkbox which is "push".  All functions I have found should work for adding this button but because the name of the checkbox will not be read, the functions do not work.  How can I get this to pass the name of the checkboxes.

Here is how I have it in code (.aspx page)

 Response.Write("<input type='checkbox' value=")
                Response.Write(dsbrarray(p, 2))
                Response.Write(" id='Push' name='Push'>")
If I hit submit button, then Push is recognized along with the value of my array it references but only if I submit the page, not if I check the checkbox only.  Any suggestions?Start Free Trial
[+][-]08.29.2008 at 09:39PM PDT, ID: 22350662

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.29.2008 at 09:59PM PDT, ID: 22350706

Assisted solutions are selected by the member who asked the question as a comment that contributed to their question's solution.

Start your 7-day free trial to view this Assisted Solution or ask the Experts your question.

 
[+][-]08.30.2008 at 10:46AM PDT, ID: 22352655

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.30.2008 at 11:07AM PDT, ID: 22352742

View this solution now by starting your 7-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: Visual Studio, .NET, .NET Framework 2.x
Tags: .net, IE
Sign Up Now!
Solution Provided By: mwvisa1
Participating Experts: 2
Solution Grade: A
 
 
[+][-]08.30.2008 at 02:13PM PDT, ID: 22353247

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
[+][-]08.30.2008 at 02:31PM PDT, ID: 22353293

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 7-day free trial to view this Expert Comment or ask the Experts your question.

 
[+][-]08.30.2008 at 02:41PM PDT, ID: 22353310

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 7-day free trial to view this Author Comment or ask the Experts your question.

 
 
Loading Advertisement...
20080716-EE-VQP-32 / EE_QW_2_20070628