Search

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

Matching Posts

  • Re: Web User Control Default Property Value

    I applied this approach, got no compilation error but never got default values for my web user controls public properties. So I decided to embed default values for properties. Nothing changed. If you could check my code below and advice on it, I will appreciate. Here is my code: Imports System.ComponentModel Partial Public Class wucIcerikListesi Inherits System.Web.UI.UserControl Dim sKontrol As String = "", sSayfa As String = "foIcerik.aspx", sAnahtarAlan As String = "iKodIcerik"
    Posted to Web Forms (Forum) by ymeric on 7/4/2009
  • Re: Gridview displayed on ModalPopup. Selecting and Paging both causing popup to dissapear.

    This code is not usefull if the modal popup is a pick list. The user can change pages without closing popup but cannot make selection. In fact, the code behind for selection works but the popup does not close. So I need a way to determine whether the user has triggered a select command or a page command to allow and disallow this approach. Does anyone has a solution for that?
  • Re: Permission problem with access database using vb.net web service

    This not an Access question but web services question. Using Access is irrelevant. I can generalize it as "problem accessing to file system with write permissions via web services" to make it more clear. "Use an updatable query" error means the query is in read only mode which may be because of: 1) A insert or update query with multiple tables linked to each other and no specific primary key field, 2) A insert or update query opened as read only, 3) An insert or update query that
    Posted to XML Web Services (Forum) by ymeric on 11/18/2008
  • Permission problem with access database using vb.net web service

    Hi all, I wrote a simple web service that has two public methods. It uses Access database. As long as the codes are accessing the database read only, it is fine. The methods can query data without having any problem. But when it comes to writing some data to database, I get "use an updatable query" error, which means the database is read only. But it is not read only because aspx pages can write data to it without having any problem. The folder and file permissions for database file is
    Posted to XML Web Services (Forum) by ymeric on 11/16/2008
Page 1 of 1 (4 items)