CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 2012
    Posts
    1

    Smile Checkbox, DropDownlist and Button in Gridview

    Checkbox, DropDownlist and Button in Gridview

    Hi,


    I am new to Dot Net and I am basic knowledge of Grid view. I am trying to get some intermediate grid view knowledge. So please share and help me to get some knowledge.

    I am trying to know Check box,dropdownlist and button are generated for each row in Grid view.I am using C# language.
    If I checked the check box and button was clicked some action will happen, in between i true the property Autopostback of check box true, When check box is clicked the drop down list in the row should update the correct data for the row and if the button is clicked, the specific action is triggered, the selected row will display at the bottom of the page in nested grid view or separate grid view.

    Please share you thoughts. For your convenience I have attached my 50% of code with this query.. I hope I will get the answer soon.

    www.4shared.com/zip/n9yCLSV2/ltest.html

  2. #2
    Join Date
    Jul 2000
    Location
    Milano, Italy
    Posts
    7,726

    Re: Checkbox, DropDownlist and Button in Gridview

    Usually we do not like external downloads. You should zip your code and attach it to your post.
    If code is not too long, you could even post it directly here inside the tags [code] and [/code]
    ...at present time, using mainly Net 4.0, Vs 2010



    Special thanks to Lothar "the Great" Haensler, Chris Eastwood , dr_Michael, ClearCode, Iouri and
    all the other wonderful people who made and make Codeguru a great place.
    Come back soon, you Gurus.

Tags for this Thread

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured