locked
How to pass parameter to SelectMethod of gridView in asp .net 4.5 RRS feed

  • Question

  • Problem : How to pass parameter to SelectMethod of gridView in asp .net 4.5

    Description : I am using asp .net 4.5 and tring to bind gridView using selectMethod (Strongly typed Binding)

    SelectMethod ="BindGrid"  BindGrid --- user defined function

    But i want to pass GridRow as parameter to BindGrid method

    So is there any way to pass the parameters to SelectMethod in asp .net 4.5

    Wednesday, April 3, 2013 5:35 AM