Browse by Tags

Related Posts

  • ListBox is posting back in a weird way.

    I have a listbox which creates its Items at runtime. The user is then suppose to select one of the items, hit a button and the form should then let me know which item is selected. To make the form appear more presentable, I have placed the listbox in a table. For some reason when I place the Listbox...
    Posted to Web Forms (Forum) by BatmanBond3D on 08-30-2006, 12:00 AM
    Filed under: asp.net, Listbox, postback
  • Can someone port this demo to an XML sheet-based database?

    Hi, it's me again. Mr. I-have-issues-with-a-calendar. I've gotten really successful at this point, as I've created an OnSelectionChanged event and matching sub. It outputs the selected date to a Label. Works pretty neat. So anyways, I found a tutorial on using the Calendar control at this...
    Posted to Web Forms (Forum) by vsguy06 on 09-01-2006, 12:00 AM
    Filed under: vb.net, asp.net, postback, database connection
  • autopostback not working in IE

    I have a masterpage that contains a DropDownList to select language, it is set to "autoPostBack": < asp : DropDownList CssClass ="languageControl" ID ="CultureDropDownList" runat ="server" AutoPostBack ="true"> < asp : ListItem Value ="en">...
    Posted to Web Forms (Forum) by dcheslow on 09-12-2006, 12:00 AM
    Filed under: invalid postback, .Net 2.0, asp.net, postback, asp.net 2.0
  • ASP.NET Page Execution Cycle.

    Hi, I am right now in the process of understanding ASP.NET page execution cycle.So, I have created three pages using Visual Studio 2005. I have run those pages in browser to see the source of the page in IE (view->source). The three cases view source is presented below. Could somebody tell me what...
    Posted to Getting Started (Forum) by csharplearner on 09-16-2006, 12:00 AM
    Filed under: asp.net, postback, asp.net 2.0
  • Uploading Binary Data to Database (mySql or SQL Server)

    Hi, I'm trying to upload a PDF and store it in a database. At the moment we're using mySql but we have plans to change to SQL in the future. I've currently got a function that takes the Binary data as a Byte array, but at the moment when it inserts it it inserts the string "System.Byte...
    Posted to MySQL (Forum) by blackred on 09-20-2006, 12:00 AM
    Filed under: pdf document, .Net 2.0, vb.net, asp.net, postback, database connection, asp.net 2.0, SQL Insert Database, documents
  • Re: WHen my page loads????

    Hi, Can't say why your labels disappear on a refresh. I can recommend that you look into the lifecycle of an asp.net page. You'll find there are a number of events that you can program agaianst, and that there are some events that were added for version 2.0. Developing an understanding of the asp.net...
    Posted to Web Forms (Forum) by Brian27 on 12-10-2006, 12:00 AM
    Filed under: ASP.NET, version, autopostback, event, PostBack
  • Re: Getting user input with pop up's

    Thank you Jessica for the post, Does the showModalDialog pop up a window with a seperate web page in it? If so how do I then pass the string value for whatever reason they enter back to the delete function? I had originally tried using button.attributes.add(.....onclientclick return inputDialog etc....
    Posted to Web Forms (Forum) by edpeloquin on 01-23-2007, 12:00 AM
    Filed under: ASP.NET, ASP.NET 2.0, popup, codebehind, client, PostBack, .net
  • Programmatically added tablerows with nested checkbox controls lost on postback

    Hi, I have huge issues getting programmatically added tablerows to be persisted between postbacks. My page is based on the wizard control and every other control is nested in it. I've tried to move the row addition to the Page Init stage, but then the rows show up after the second postback. Finally I...
    Posted to State Management (Forum) by alekl on 02-27-2007, 12:00 AM
    Filed under: controlstate, asp.net 2.0, postback, lifecycle, "dynamic controls", asp.net, program
  • Problem with checkbox autopostback and session

    Hi everybody! I have some checkboxes (autopostback = true) which are stored in an arrayList. This arrayList with the checkboxes is saved in the session. Everytime a user clicks a checkbox, a textbox appears/disappears. I'm using a function to draw these textboxes. This function is called everytime when...
    Posted to State Management (Forum) by danni84 on 03-02-2007, 12:00 AM
    Filed under: session data lost problem, Session, postback, lifecycle, Session State, Session Management, "dynamic controls", asp.net, Textbox
  • Webpart and partial postback

    hi im doing an aplication with webparts in asp.net 2.0 and i want to know if the webparts can do partial postback for example when i do one click in an webpartzone just this zone make a postback and not all page. Can i do that (i mean like in sharepoint) ? thnks for all and sorry for my english. see...
    Posted to Web Parts and Personalization (Forum) by ganzi on 03-05-2007, 12:00 AM
    Filed under: WebPart, postback, partial, asp.net
Page 1 of 3 (25 items) 1 2 3 Next >