advertisement

Article:
  ASP.NET Data Controls Part 3: DataList
Subject:   ASP.Net DataList control
Date:   2003-04-21 12:45:43
From:   anonymous2
I have taken your example and made some minor modifications to work with data I have. Two problems seem to arise.


First, I have to click on either the edit or delete links twice in order for the text boxes to appear. Is this the way it is supposed to be? Shouldn't one click be sufficient?


Second, if I put the LoadData in a if(!IsPostBack) statement the textboxes either block out the data or appear at the end of the text? If I exclude this statement the data appears as in your example. That doesn't seem to be the behavior I would expect either.

Main Topics Oldest First

Showing messages 1 through 2 of 2.

  • ASP.Net DataList control
    2004-12-27 11:08:16  shadc [Reply | View]

    did you ever find a solution to the two click problem?? I need to find a solution to this asap. any suggestions would be helpful.
  • ASP.Net DataList control
    2004-11-12 08:38:58  Ali33 [Reply | View]

    I have exactly the same problem. I have to click twice in order to see update text boxe and same problem with IsPostBack.
    Any solution?