No announcements
Found 24 threads
-
0 Votes
IPostBack !!!
User131956424 posted Hello everyone, I'm writing a custom control and I ready alot about implementing ...Answered | 6 Replies | 27 Views | Created by Anonymous - Saturday, June 21, 2008 5:01 AM | Last reply by Anonymous - Wednesday, June 25, 2008 3:34 AM -
0 Votes
Webpart with System.Web.UI.WebControls.DataGrid and AllowPaging postback problem
Code Block Public Class MyWebPart Inherits ...Answered | 1 Replies | 8942 Views | Created by DenizD - Thursday, November 1, 2007 2:51 PM | Last reply by DenizD - Thursday, November 1, 2007 4:40 PM -
0 Votes
Panel child TextBox Text property cannot be updated
nbsp;<asp:Button ID="Button1" runat="server" Text="Button" ...Answered | 3 Replies | 36 Views | Created by Anonymous - Wednesday, August 6, 2008 1:30 PM | Last reply by Anonymous - Thursday, August 7, 2008 2:01 PM -
0 Votes
Onclick for <asp:label> or <a>
User-900677162 posted derive from the existing labelcontrol to create your control and implement a ipostback handler and expose a event on label ...Answered | 3 Replies | 50 Views | Created by Anonymous - Wednesday, March 28, 2007 1:46 AM | Last reply by Anonymous - Wednesday, March 28, 2007 2:05 AM -
0 Votes
PopupControl Keep Disappearing
There is also the possibility of adding an explicit Ipostback / ICallback to your control that will interecpt the requests... you would still ...Unanswered | 1 Replies | 6 Views | Created by Anonymous - Saturday, September 2, 2006 2:54 PM | Last reply by Anonymous - Saturday, September 2, 2006 10:10 PM -
0 Votes
How to create LinkButtons in a custom control so they post back
IPostBackDataHandler - for mainitaining the state of your custom control.Answered | 8 Replies | 39 Views | Created by Anonymous - Thursday, May 19, 2011 8:48 AM | Last reply by Anonymous - Thursday, May 26, 2011 1:45 AM -
0 Votes
CAnnot update a sql database from asp.net!!
IPostBack) .Answered | 6 Replies | 36 Views | Created by Anonymous - Wednesday, May 9, 2012 12:46 PM | Last reply by Anonymous - Wednesday, May 9, 2012 11:14 PM -
0 Votes
Creating ASP.NET button with Silverlight Skin
You'll need to fire the MouseLeftButtonUp event inside SL and use that event to fire the __doPostBack javascript function that's registered to the browser by ASP.NET any time you render a control that ...Answered | 9 Replies | 48823 Views | Created by Alexey Zakharov - Monday, December 10, 2007 2:09 PM | Last reply by bradutz01 - Wednesday, April 29, 2009 6:33 AM -
0 Votes
Why doesn't this work???
. :) Normally I would however they have created special button controls (which are panels with text and image (instead of an image with text in it) that role over correctly) the panels look exactly ...Unanswered | 8 Replies | 7 Views | Created by Anonymous - Monday, January 31, 2005 9:08 AM | Last reply by Anonymous - Monday, January 31, 2005 1:10 PM -
0 Votes
Dropdown in a thickbox popup
ipostback) CreateList(); private void CreateList() {..create the list} Need ...Answered | 9 Replies | 8 Views | Created by Anonymous - Tuesday, October 27, 2009 2:15 PM | Last reply by Anonymous - Monday, November 2, 2009 8:56 AM -
0 Votes
On screen addition...?
Forcing a postback on any IPostBack control can be done by setting autopostback="true" in the server tag like this: <asp:TextBox ...Answered | 5 Replies | 4 Views | Created by Anonymous - Friday, December 12, 2008 7:11 PM | Last reply by Anonymous - Saturday, December 13, 2008 3:12 PM -
0 Votes
GridView Edit, Update and Delete
IPostBack check else you'll get the initial old values instead of the updated onesAnswered | 4 Replies | 87 Views | Created by Anonymous - Thursday, March 11, 2010 7:54 AM | Last reply by Anonymous - Saturday, March 13, 2010 9:19 PM -
0 Votes
ModalPopupExtender OnOkScript keep popup open
User-396192383 posted Here's even a easier idea: Don't bother with IPostback handlers...Unanswered | 7 Replies | 76 Views | Created by Anonymous - Thursday, September 14, 2006 10:31 AM | Last reply by Anonymous - Wednesday, September 2, 2009 10:18 PM -
0 Votes
Question about GridView's edit,update,cancel button
IPostBack check, at initial load: if (!Answered | 16 Replies | 23 Views | Created by Anonymous - Monday, January 4, 2010 11:46 AM | Last reply by Anonymous - Sunday, January 10, 2010 10:44 AM -
0 Votes
click event won't fire
Seems to handle unique names or something [:S] I don't understand what you mean with implementing the IPostback...Answered | 4 Replies | 45 Views | Created by Anonymous - Sunday, October 14, 2007 4:16 PM | Last reply by Anonymous - Monday, October 22, 2007 4:06 AM -
0 Votes
DataList ItemCommand not fired without calling DataBind()
IPostback)Answered | 15 Replies | 114 Views | Created by Anonymous - Tuesday, November 17, 2009 5:56 PM | Last reply by Anonymous - Saturday, November 21, 2009 3:50 AM -
0 Votes
Database not updating
User336760158 posted Thanks you solved the ipostback was missingAnswered | 5 Replies | 34 Views | Created by Anonymous - Thursday, December 17, 2015 6:01 AM | Last reply by Anonymous - Friday, December 18, 2015 6:05 AM -
0 Votes
Unable to get variable value from command event.
iPostBack condition has all the code that you need to execute only when the page is loaded first timeAnswered | 18 Replies | 19 Views | Created by Anonymous - Friday, April 3, 2009 7:13 PM | Last reply by Anonymous - Saturday, April 4, 2009 10:53 AM -
0 Votes
Authentication Problems from logged in domain User with SQL connection - Login failed for user 'NT AUTHORITY\ANONYMOUS LOGON'.
Button.System.Web.UI.IPostBackEventHandler.RaisePostBackEvent(String eventArgument) at System.Web.UI.Page.RaisePostBackEvent(IPostBackEventHandler ...Unanswered | 2 Replies | 239 Views | Created by Anonymous - Tuesday, September 23, 2008 1:15 PM | Last reply by Anonymous - Friday, October 17, 2008 3:34 PM -
0 Votes
unable to edit the Grid View
IPostBack check ..page_load (object sender .....Answered | 6 Replies | 13 Views | Created by Anonymous - Wednesday, March 24, 2010 10:50 AM | Last reply by Anonymous - Wednesday, March 24, 2010 11:43 PM - Items 1 to 20 of 24 Next ›
No announcements