No announcements
Found 3726515 threads
-
1 Votes
How to maintain the Viewstate of a Fileupload control in asp.net
Hi, Purna: Perhaps this article will give you some hints.Answered | 2 Replies | 11752 Views | Created by Purna Chander.M - Friday, January 8, 2010 7:04 AM | Last reply by SamAgain - Tuesday, January 12, 2010 10:19 AM -
0 Votes
how we can maintain page state without viewstate
User-718146471 posted Or write the variables into session variables to store them across multiple pages throughout the site.Answered | 5 Replies | 66 Views | Created by Anonymous - Friday, February 1, 2013 8:25 AM | Last reply by Anonymous - Tuesday, February 12, 2013 4:59 AM -
0 Votes
how to Maintain State when it comes back??
Hi Ronald, You need to maintain state for the page yourself.Answered | 1 Replies | 3031 Views | Created by Rocky Ronald - Sunday, January 22, 2012 12:33 AM | Last reply by Jeff Sanders - Monday, January 23, 2012 4:22 PM -
0 Votes
CAn we maintain session in SQL
Can it be possible, if yes then how?Answered | 3 Replies | 2148 Views | Created by Pankaj067 - Wednesday, September 26, 2012 5:35 AM | Last reply by Jackson_1990 - Wednesday, September 26, 2012 6:42 AM -
0 Votes
maintain variable value across page load events
http://forums.asp.net/p/1698989/4503020.aspx/1?Answered | 3 Replies | 6351 Views | Created by stefancelmicsisfant - Tuesday, July 12, 2011 9:49 AM | Last reply by Dominic Abraham - Tuesday, July 12, 2011 1:28 PM -
1 Votes
Maintain state of check box column in gridview
Web Forms Data Controls Meanwhile, there is an article for you to check out: Maintaining States of Selected ...Answered | 4 Replies | 6120 Views | Created by lawkk - Tuesday, November 15, 2011 12:15 PM | Last reply by Dummy yoyo - Thursday, November 17, 2011 8:47 AM -
0 Votes
How to persist the state of a ToggleButton
Hi JasonT2, Without knowing a bit more detail on your feature, it is hard to comment on what happened there.Answered | 2 Replies | 4084 Views | Created by JasonT2 - Thursday, October 20, 2011 2:31 PM | Last reply by Jeff Lin - MSFT - Wednesday, November 9, 2011 5:56 PM -
0 Votes
How many instances we can maintain in active/passive?
Sorry i though ur asking for node..if so above is answer if instance as if sql server instance you can have 50 instances, except for workgroup where 16 is supported.Answered | 2 Replies | 2140 Views | Created by mito access - Thursday, June 20, 2013 7:13 AM | Last reply by Shanky_621 - Thursday, June 20, 2013 8:09 AM -
0 Votes
Viewstate is empty on page postback and web performance test fails
Web Test can capture http/https request.Answered | 4 Replies | 1488 Views | Created by Megha Gulati - Wednesday, March 19, 2014 1:02 PM | Last reply by Amanda Zhu - Friday, March 21, 2014 2:40 AM -
3 Votes
The state information is invalid for this page and might be corrupted.
hi, first i read the above replies as i was having same error, i am bit confused that do we have to save this viewstate data explicitly or by making the ...Answered | 9 Replies | 58526 Views | Created by Benny Ng - Wednesday, April 2, 2008 6:22 AM | Last reply by Saish Borkar - Tuesday, April 4, 2017 9:28 AM -
2 Votes
The state information is invalid for this page and might be corrupted.
Hi Shweta, I am also getting the same error.Could you please tell where exactly we should remove runat="Server" tag.In my page there are several control ...Answered | 6 Replies | 36793 Views | Created by Abdhesh Kumar Mishra - Friday, May 4, 2012 10:57 AM | Last reply by Goyal Sachin - Thursday, January 9, 2014 8:24 AM -
0 Votes
How can I maintain session value into WebService?
public class Service : System.Web.Services.WebService { public Service() { ...Answered | 1 Replies | 8654 Views | Created by Narinder goyal - Thursday, October 29, 2009 10:31 AM | Last reply by ashawani_dubey - Thursday, October 29, 2009 12:30 PM -
1 Votes
How to maintain expand and collapse after page postback ?
Hello, I have a Rad TreeView whenever I choose any node (it displaying in expand mode) but after postback it automatically collapse so ...Answered | 1 Replies | 1996 Views | Created by Jparv - Thursday, January 2, 2014 6:40 AM | Last reply by Just Karl - Thursday, January 2, 2014 4:40 PM -
1 Votes
How can we create state machine workflow in WF 4
Take a look at Ron Jacobs session in endpoint.TV regarding Contoso and APp Fabric using ...Answered | 2 Replies | 4731 Views | Created by Muhammad Shahid Sheikh - Saturday, October 29, 2011 6:18 AM | Last reply by Avi Kadosh - Monday, October 31, 2011 5:00 PM -
0 Votes
Viewstate information
You can use this event to change initialization values for control.Answered | 4 Replies | 3836 Views | Created by Spiroff - Wednesday, July 7, 2010 6:45 PM | Last reply by Paras Sanghani - Friday, July 9, 2010 7:26 AM -
0 Votes
Automatic Refresh of web part pages having viewstate
Dear krishna, We are didn't use any timer control or Ajax trigging post backs in that webpart.. we are just binding datatable to gridview and ...Answered | 5 Replies | 966 Views | Created by TARUN00197 - Friday, December 4, 2015 4:23 AM | Last reply by KRISHANA KUMAR - Thursday, December 10, 2015 7:59 PM -
0 Votes
Is it possible to maintain the state of the workflow after migration
If the post helps you, you can mark it as answer.Answered | 3 Replies | 931 Views | Created by Roopak Sahoo - Friday, January 3, 2020 4:16 AM | Last reply by Grace WR - Thursday, January 9, 2020 7:02 AM -
4 Votes
ViewState Property
We are trying to better understand customer views on social support experience, so your participation in this interview project would be greatly appreciated if you have time.Answered | 3 Replies | 1613 Views | Created by Crouchie1998 - Friday, July 18, 2014 8:57 AM | Last reply by Carl Cai - Monday, July 21, 2014 1:43 AM -
0 Votes
How to Maintain Page State?
User258387678 posted Hi Sir, would it be right to maintain 50 controls state in a session?Answered | 6 Replies | 116 Views | Created by Anonymous - Monday, October 22, 2007 5:25 AM | Last reply by Anonymous - Monday, October 22, 2007 7:17 AM -
0 Votes
Maintaining SQL connection state between VB6 and VB.NET interop
Yes, you will have to create a new connection since DAO and ADO are different architectures, but you can use the same user ID and password that was provided for the DAO connection.Answered | 3 Replies | 6277 Views | Created by Wynand Viljoen - Thursday, August 4, 2011 6:30 AM | Last reply by Paul P Clement IV - Friday, August 5, 2011 11:51 AM - Items 1 to 20 of 3726515 Next ›
No announcements