No announcements
Found 2777598 threads
-
0 Votes
AspxGridView reload page when updating row
And you'd get that update panel posted back.Answered | 5 Replies | 416 Views | Created by Anonymous - Monday, October 4, 2010 6:59 AM | Last reply by Anonymous - Wednesday, October 6, 2010 12:57 AM -
0 Votes
Update row in Data Page
Looks like you describe a situation when page split happens due to update operation, then SQL Server will have to allocate a new page.Answered | 1 Replies | 1222 Views | Created by Rahul Kumar (Rahul Vairagi) - Monday, March 21, 2016 5:15 AM | Last reply by Uri Dimant - Monday, March 21, 2016 6:36 AM -
0 Votes
ASPXGridView
Hi, How to get selected row details into text box(columns value) in Dev Exp APSXGGridView,Answered | 2 Replies | 2111 Views | Created by Shashikant B - Wednesday, November 9, 2011 10:18 AM | Last reply by Allen_MSDN - Thursday, November 10, 2011 3:40 AM -
0 Votes
Reloading pages in edge extension
My very first "how does this work then" extension was just a basic few lines to reload the current page really to test the loading of an Extension and creating the menu.Answered | 3 Replies | 1352 Views | Created by Oliver Marshall Again - Sunday, April 30, 2017 2:23 PM | Last reply by Dave Patrick - Monday, May 1, 2017 4:12 PM -
2 Votes
c# - how to update controls' properties during page reloads in code behind
I created the code enclosed in the //***** lines to update the textblock (timeHour) margins every time the page is reloaded.Answered | 16 Replies | 1876 Views | Created by cybergabry - Wednesday, March 20, 2013 11:52 PM | Last reply by Sachin S - Thursday, March 28, 2013 12:23 AM -
1 Votes
SPGetCurrentUser returns empty on page reload
Then when second page load, I would suggest you can check if the SPServices js has loaded in the page, also, you can try to check if there is something ...Answered | 3 Replies | 1057 Views | Created by perspolis10 - Tuesday, March 22, 2016 11:46 AM | Last reply by Jerry Zy - Wednesday, March 23, 2016 2:39 PM -
1 Votes
How would you recommend updating (reloading) a bindingsource list and reloading a DataGridView?
I participated in the following thread:Answered | 5 Replies | 772 Views | Created by Minuend - Thursday, December 11, 2014 4:03 PM | Last reply by BonnieB - Saturday, December 20, 2014 10:07 PM -
7 Votes
Update a column when insert/update the row
Yes, the computed column updates when the other column values change.Answered | 9 Replies | 963 Views | Created by Eshani Rao - Wednesday, October 29, 2014 3:29 AM | Last reply by Eshani Rao - Thursday, October 30, 2014 12:05 AM -
4 Votes
Problem UPDATE trigger when updating multiple rows
Hello, John In general, all triggers should be written to provide for the ability to handle multi-row inserts.Answered | 4 Replies | 13345 Views | Created by hmmm_this_is_really_sh1t - Tuesday, July 12, 2011 1:43 PM | Last reply by Kent Waldrop - Tuesday, July 12, 2011 2:06 PM -
0 Votes
retrieve entry from database after page reloads
I will try it when I get to my dev machine and post back.Answered | 5 Replies | 3295 Views | Created by maddmike - Tuesday, February 15, 2011 8:54 AM | Last reply by maddmike - Tuesday, February 22, 2011 6:47 AM -
0 Votes
Looping through aspxgridview rows
User61956409 posted Hi sanjish, For Each dr As GridViewRow In GridView1.Rows 'your ...Unanswered | 7 Replies | 395 Views | Created by Anonymous - Friday, January 30, 2015 2:24 AM | Last reply by Anonymous - Friday, January 30, 2015 8:22 AM -
0 Votes
Refresh or reload datatable
Pratush, You have two posibilities you add your row to the datatable and refresh the datagridview;you reload your datatable ...Answered | 6 Replies | 8278 Views | Created by Pratush Krishna - Friday, January 4, 2013 7:13 AM | Last reply by Pratush Krishna - Monday, March 4, 2013 8:57 AM -
0 Votes
Web Part not refreshing until second page reload
What I have is two web parts on a page - my web part and an Excel Web Access web part.Answered | 4 Replies | 9104 Views | Created by Robert Wakeland - Wednesday, January 6, 2010 10:33 PM | Last reply by Todd Bleeker - Saturday, January 9, 2010 6:21 AM -
0 Votes
Sorting when the rows\data are in multiple pages?
Hi NewMSSAS, According to your description, you want to fix the number of rows on each page and apply sorting over all pages, right?Answered | 2 Replies | 932 Views | Created by NewMSSAS - Friday, January 13, 2017 6:18 PM | Last reply by NewMSSAS - Thursday, January 19, 2017 5:22 PM -
0 Votes
Screen elements duplicated when screen is reloaded
Hi Tom, Ah yes, that is the way it is, it is meant to have a max of 5 pages loaded in the DOM.Answered | 3 Replies | 564 Views | Created by MelroseTom - Tuesday, January 13, 2015 4:19 PM | Last reply by Xpert360 - Wednesday, January 14, 2015 12:38 PM -
0 Votes
DataGridView UpDate Row Information
") Dim row As DataRow For Each row In categoryTable.Rows Console.WriteLine("{0}: {1}", row(0), row(1)) ...Answered | 9 Replies | 699 Views | Created by mmetcalf - Sunday, October 4, 2015 4:25 PM | Last reply by ryguy72 - Wednesday, October 14, 2015 8:10 PM -
0 Votes
Home Page Reload instead of Postback
When developing on my local server everything works as it should.Answered | 2 Replies | 1253 Views | Created by Art Handy - Tuesday, March 24, 2015 7:40 PM | Last reply by Art Handy - Wednesday, March 25, 2015 10:59 AM -
0 Votes
Page break when excel row exceeds 64997 rows
SSRS 2008 R2 introduced a conditional page break feature.Answered | 1 Replies | 3999 Views | Created by RajeshPeethala - Tuesday, August 10, 2010 8:28 PM | Last reply by Paul Turley - Wednesday, August 11, 2010 8:11 AM -
0 Votes
Reload / Refresh iframe source
The 2 gadgets i had up displayed the same random number, and when i added a 3rd gadget, all 3 gadgets displayed the same new number.Answered | 10 Replies | 47956 Views | Created by Tore85 - Friday, October 26, 2007 12:36 PM | Last reply by rodrif - Thursday, September 23, 2010 10:52 AM -
0 Votes
Updating rows respect the preceeding row
But are you sure that the rows are updated respect the code order?Answered | 7 Replies | 4102 Views | Created by pscorca - Wednesday, February 24, 2010 3:52 PM | Last reply by Plamen Ratchev - Wednesday, February 24, 2010 6:17 PM - Items 1 to 20 of 2777598 Next ›
No announcements