No announcements
Found 521054 threads
-
0 Votes
linkbutton on gridview
x.Id ==soruid); obj.Statü = "Onaylandı"; db.SaveChanges(); SoruOnayGridView.EditIndex = -1; lblStatus.Text = ...Answered | 3 Replies | 17 Views | Created by Anonymous - Wednesday, July 23, 2014 10:58 AM | Last reply by Anonymous - Thursday, July 24, 2014 2:09 AM -
0 Votes
equivalent for GridViewRow row = (GridViewRow)ButtonOk.NamingContainer;
0) { GridViewRow headerRow=GridView1.HeaderRow; }Answered | 2 Replies | 51 Views | Created by Anonymous - Thursday, March 17, 2011 8:47 AM | Last reply by Anonymous - Thursday, March 17, 2011 1:33 PM -
0 Votes
linkbutton
GridViewRow row = (GridViewRow)lnk.Parent.Parent; }Answered | 7 Replies | 39 Views | Created by Anonymous - Friday, January 30, 2009 11:46 PM | Last reply by Anonymous - Tuesday, February 3, 2009 5:25 AM -
0 Votes
GridViewRow Question - Please Help
That should raise the SelectedIndexChanged event of the GridView, in which you'd have access to the SelectedRow (which is the ...Answered | 3 Replies | 36 Views | Created by Anonymous - Tuesday, June 22, 2010 10:11 PM | Last reply by Anonymous - Wednesday, June 23, 2010 8:53 AM -
0 Votes
LINQ Query Translate to VB.net
'explicit type could be removed if Option Infer is On Dim checkedIDs As IEnumerable(Of String) = From row As GridViewRow In GridView.Rows Where ...Answered | 4 Replies | 2940 Views | Created by Aarsh (MCTS) - Monday, December 10, 2012 3:35 PM | Last reply by Sehnsucht_Fr - Monday, December 10, 2012 11:09 PM -
0 Votes
Access Selected GridViewRow in GridView
...Answered | 4 Replies | 54 Views | Created by Anonymous - Monday, November 30, 2009 1:41 AM | Last reply by Anonymous - Thursday, December 3, 2009 5:24 AM -
0 Votes
OnCommand for linkbutton
And also, use the FindControl syntax to get the right linkbutton and then write the event handler.Answered | 12 Replies | 57 Views | Created by Anonymous - Sunday, February 14, 2010 2:39 PM | Last reply by Anonymous - Monday, February 15, 2010 4:22 PM -
0 Votes
Get GridViewRow from DataKey Value
I have a DataKey and I want to get the GridViewRow associated with it.Unanswered | 3 Replies | 20 Views | Created by Anonymous - Saturday, April 15, 2006 8:01 PM | Last reply by Anonymous - Tuesday, November 13, 2007 4:49 PM -
0 Votes
gridviewrow bind to linq query
One query is better for performance, and GridView can handle it a lot better.Answered | 28 Replies | 204 Views | Created by Anonymous - Sunday, May 1, 2011 12:50 PM | Last reply by Anonymous - Monday, May 23, 2011 12:42 PM -
0 Votes
linkbutton in a gridview
User-1034726716 posted Is there a way to get the current datakeyname for that row when the linkbutton is hit.Answered | 4 Replies | 27 Views | Created by Anonymous - Tuesday, January 26, 2010 1:40 AM | Last reply by Anonymous - Tuesday, January 26, 2010 5:14 AM -
0 Votes
Linkbutton in Gridview
<ItemTemplate> <asp:LinkButton ID="LinkButton1" runat="server" ...Answered | 7 Replies | 490 Views | Created by Anonymous - Thursday, October 15, 2015 8:22 AM | Last reply by Anonymous - Saturday, October 17, 2015 8:52 AM -
0 Votes
Passing the value of the linkbutton in window.open
protected void Page_PreRenderComplete(object sender, EventArgs e) { ...Answered | 5 Replies | 47 Views | Created by Anonymous - Monday, February 18, 2008 12:51 AM | Last reply by Anonymous - Monday, February 18, 2008 9:57 AM -
0 Votes
collections to gridviewrow
User-1355872254 posted Can we copy the contents of queue to a gridviewrow array,,, I tried the following..Answered | 1 Replies | 30 Views | Created by Anonymous - Wednesday, August 6, 2008 2:32 AM | Last reply by Anonymous - Wednesday, August 6, 2008 3:25 AM -
0 Votes
linkButton clickEvent not firing in GridView
User697462465 posted Hi V G S Naidu, You should add the linkbutton to GridView in Page_Init event, and you should to create a custom template class.Answered | 2 Replies | 51 Views | Created by Anonymous - Tuesday, December 17, 2013 7:59 AM | Last reply by Anonymous - Thursday, December 19, 2013 3:14 AM -
0 Votes
Linkbutton
User1495804863 posted Hi Smithaa, If you want try like this with new pages, protected void LnkButton_Click(object ...Answered | 1 Replies | 10 Views | Created by Anonymous - Wednesday, February 23, 2011 1:26 PM | Last reply by Anonymous - Thursday, February 24, 2011 4:21 AM -
0 Votes
LinkButton postback changes query string?!
As far as I remember I could only solve the problem by encoding query string in JavaScript using escape() function and then decoding it back on the server using GlobalObject.escape(...)Unanswered | 6 Replies | 23 Views | Created by Anonymous - Friday, March 14, 2008 10:53 PM | Last reply by Anonymous - Wednesday, February 4, 2009 12:42 PM -
2 Votes
I have to make a visual webpart in which Number entered in textbox is read and on click of button the same number of linkbuttons are created using AJAX.
} public class ButtonColumn { public List<LinkButton> Rows = new List<LinkButton>(); }SharePoint Developer | @zeemanj | ...Answered | 3 Replies | 1586 Views | Created by Esther_Blodgett - Sunday, March 10, 2013 3:22 PM | Last reply by Jeffrey Zeeman - Wednesday, March 13, 2013 7:43 PM -
0 Votes
Gridview Linkbutton with commandargument
I expect sender to be either the LinkButton or the GridView.Unanswered | 6 Replies | 174 Views | Created by Anonymous - Wednesday, February 1, 2012 5:03 PM | Last reply by Anonymous - Thursday, February 2, 2012 8:52 AM -
0 Votes
LinkButton with Multiple CommandNames
User-917364509 posted Have you tried to find the LinkButton and just set its properties to some new values?Answered | 2 Replies | 9 Views | Created by Anonymous - Thursday, May 3, 2012 4:30 PM | Last reply by Anonymous - Friday, May 4, 2012 9:26 AM -
0 Votes
Skin for GridViewRow
User-1053319588 posted Is it possible to apply a skin directly to a GridViewRow?Unanswered | 1 Replies | 7 Views | Created by Anonymous - Thursday, December 15, 2005 5:16 AM | Last reply by Anonymous - Thursday, December 15, 2005 9:05 AM
No announcements