Search

You searched for the word(s): userid:729580

Matching Posts

  • Re: Gridview displayed on ModalPopup. Selecting and Paging both causing popup to dissapear.

    I worked hard to achieve the goal but couldn't manage to obtain a result. The objects available at the end of page request are not providing a clue about gridview action. I tried tons of other tricks and none of them seemed to work. So I gave up and disabled paging and added "overflow: scroll; height: 400px;" to panel's style. If I find a solution though I'll share it here.
  • Re: Invalid postback or callback argument.

    I had that problem in a page that contained a gridview component which had a datasource filtered according to a parameter obtained from querystring. If i used postback check method in form load event to disable duplicate databinding then all data in table was listed when i clicked Edit, Cancel, Update, Delete buttons in any row as no filter was being applied when the form was reloaded. I solved that problem using these steps: I checked ispostback variable to disable multiple databinding in form load
  • Re: My problem solved!

    Thanks a lot for your kind answer. I was resetting SelectCommand property of the gridview component in my page in PageLoad section and was having that EnableEventValidation error problem and now using your suggestion to check IsPostBack solved it.
    Posted to Web Forms (Forum) by UydurukAdres on 4/4/2008
  • Re: ASP.NET AJAX Autocomplete with VB

    I just don't believe it! All three days of work was just for nothing! The problem was because of a proxy based internet accelerator application that i am using in my computer! The deployment server is another server in our network and this app was interfering with requests! I excluded our deployment server from its range and it just worked fine! I think i'm gonna cry for a few mins for never-coming-back time of my short life!
    Posted to ASP.NET AJAX UI (Forum) by UydurukAdres on 3/20/2008
  • Re: ASP.NET AJAX Autocomplete with VB

    I have been struggling to make AutocompleteExtender for three days which is a career record! The web service i created works perfectly when called from any other application but the pages with AutocompleteExtender does not do anything. I'm about to lose my mind! I tried all told-to-be-working code samples but nothing changes. All other AJAX components i test are running but this. Is there any way to debug this component and understand what is going on?
    Posted to ASP.NET AJAX UI (Forum) by UydurukAdres on 3/20/2008
Page 1 of 1 (5 items)