firing event problem .. Plz Help
-
I have a gridview in my page & a Calendar control .. i bound a gridview to dataset then i add a gridview to a calendar .. after i added a gridview to my calendar no grid view events fire .. why ?? :( plz help me ..
-
I have a gridview in my page & a Calendar control .. i bound a gridview to dataset then i add a gridview to a calendar .. after i added a gridview to my calendar no grid view events fire .. why ?? :( plz help me ..
-
You will need to post your code so we can see what is happening Im not sure what you mean by
legend_of_zanado wrote:
i bound a gridview to dataset then i add a gridview to a calendar ..
i mean that i fill my grid view with data by a dataset .. then i add the grid view to a specific date cell for ex. (3-18-2008) .. so the gridview will appear in the calender in the date 3-18-2008..
-
i mean that i fill my grid view with data by a dataset .. then i add the grid view to a specific date cell for ex. (3-18-2008) .. so the gridview will appear in the calender in the date 3-18-2008..
-
i mean that i fill my grid view with data by a dataset .. then i add the grid view to a specific date cell for ex. (3-18-2008) .. so the gridview will appear in the calender in the date 3-18-2008..
-
OK so you add the gridview to the calendar, you click on a date and a gridview should appear yeah? Id it appearing? What event isn't firing for the gridview?
The event is Gridview RowCommand .. I wanna fire this event when the gridview is in the Calendar ..
-
The event is Gridview RowCommand .. I wanna fire this event when the gridview is in the Calendar ..
OK this is very vague so far. What is exactly happening when you click on a date in a calendar, is the gridview displaying at all? The row command should start when the someone click on the gridview yeah? Check that this command runs when it is not in the calendar also post your code it might help us more