I have a list of objects called Activity and I want to display the date, type and notes for each and every one of these activities. This is the code I\'m using.
how can i do this client side, OnClientClick of the btnYes will return false if the gridview selected index < 0;
Does anybody know a gridview for c# w开发者_运维知识库eb applications or ajax that shows data as a tree?
I want to \"group\" some columns in a WPF GridView by having an additional header row that spans a couple of the columns in the GridView.
So I\'m trying to make Flash video work at http://skadaddlemedia.com/beta/blog/ and http://skadaddlemedia.com/beta/about/. Things are going swimmingly in Safari and Firefox. Not so in IE.
The sorting works fine when u fill the gridview using SQL datasource in the aspx page... but now i am using template field and the columns are filled separately in the codebehind and the sorting is n
In button click event how can I check all check boxes in gridview? I dont need header checkbox. Please provide your kno开发者_运维百科wledge
This is the code that i use to find whether any checkbox is checked in gridview if($(\"table t开发者_运维技巧r td:first-child input:checkbox:checked\").length ==0)
I\'m trying the find the best way to send a GridView or DataTable in an email. Page Behind Code: protected void Page_Load(object sender, EventArgs e)
Sorry if my question seems to simple . Right now in the BoundField of my GridView some data display like \"12/11/1381\" that i wanna display like \"1381/11/12\" (opposite direction) .