Click here to Skip to main content
15,899,754 members

Comments by tranesyasd (Top 45 by date)

tranesyasd 1-Sep-15 3:51am View    
i solved it
thank you
tranesyasd 1-Sep-15 1:41am View    
i passed the value using method and i filled the datatable depending on this value ,the problem when i bind the grid it be null
tranesyasd 31-Aug-15 6:22am View    
i create user control contain aspxgridview
i will use this user control in my page in the code behind of this page i will get the id and pass it to the grid in the user control to fill the data and display it

this i want to do
tranesyasd 31-Aug-15 5:42am View    
also if i only bind the aspxgridview1 it be null also
tranesyasd 31-Aug-15 5:33am View    
when i used debugger every thing ok and dt returned rows
when i reach the line
ASPxGridView1.DataSource = dt;
the ASPxGridView1 is null
i think its null because i access it from another page