Nested Repeaters and SqlDataSource Parameters

后端 未结 5 1255
耶瑟儿~
耶瑟儿~ 2020-12-07 02:18

I am using nested repeaters to build a table for reasons I won\'t discuss here, but what I\'m looking to do is have two datasources, one for the top level repeater that will

5条回答
  •  無奈伤痛
    2020-12-07 02:59

    I did this by using a HiddenField to store a value to use as a parameter later. Gets the job done.

    
    
        
    
            
    
            
                
                    
                
            
    
            
    
        
    
    

提交回复
热议问题