Search

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

Matching Posts

  • Re: FIX: Operation must use an updateable query error when using Access db

    I have set Full permission to IUSER as well as Everyone for the folder containing mdb, which is App_data. But it doesn't work for me. I still get - "Operation must use an updateable query."
  • Re: Code written for one ascx fires in other

    This is how it goes: I come to UpdateCatalog.aspx Then I click Books link on left side: Books.ascx is loaded in the right with Title column (gridview1.column[1]) as visible. Then I click Sub Category link. SubCategory.ascx is loaded in the right, Where I have a different grid and I am hiding the (Gridview1.column[1]) as it need not be shown to the user. Then I click again on book, Book.ascx loads in the right and this time Title column is not showing. I have pasted the document explaining the error
    Posted to Web Forms (Forum) by mryogi76 on 12/31/2008
  • Re: Code written for one ascx fires in other

    I wish I could attache a word document with images, tried pasting it here, doesn't work.
    Posted to Web Forms (Forum) by mryogi76 on 12/31/2008
  • Code written for one ascx fires in other

    I have a page say catalog.aspx. There are links on the left side say "Category" and "Books". When user clicks on a link corresponding usercontrol is loaded which shows Categories/Books depending on selection. To Show Categories/Books UserControls as - Category.ascx and Books.acsx have been used. Now the problem is - In Category.ascx I am hiding one of the grid columns. If user clicks categories.ascx and then clicks books.ascx, the books.ascx hides the particular column, even though
    Posted to Web Forms (Forum) by mryogi76 on 12/30/2008
    Filed under: ViewState, .ascx .aspx C#
Page 1 of 1 (4 items)