Click here to Skip to main content
15,896,201 members

Comments by BlehBlahBah (Top 17 by date)

BlehBlahBah 16-Oct-13 5:19am View    
I basically want to bind the grid on event click. There are three grids which are bound. The first one which displays the header, then the second one which displays second header, and the third one which displays the details.

Now when I click, the major grid which contains the two other grid is displayed twice.

I want my grid to be called only once.
BlehBlahBah 16-Oct-13 2:54am View    
the entire gridview is getting fired twice. there are two inner grids inside the main gridview.
BlehBlahBah 16-Oct-13 2:53am View    
i have already went through this page.. :(
BlehBlahBah 16-Oct-13 2:39am View    
doesn't help. instead it just hides my main grid text and doesn't find rest of the grid.
BlehBlahBah 8-Feb-13 2:27am View    
I don't want to display it. I just want to populate it. For eg. when the user will select year 2011, then month February should have date till 28. Otherwise if he selected 2012, then date from 1 to 29 should be shown.