Search

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

Matching Posts

  • Retrieving data from controls in a repeater

    Hi. I need to update a bunch of similar values in my web application. I've used the asp:repeater-control in order to list comboboxes for this, databind them and even select the current index. And then a save button in the bottom of the user control. Like many others, I guess, I'm stuck on how to extract the new values from the controls listed using the repeater. I guess I've used too few words to explain, but I'm hoping someone could give me an idea of how to correctly approach the
    Posted to Data Presentation Controls (Forum) by andersoyvind on 12/3/2009
    Filed under: repeater aspx user control
  • Custom object parameter when using ObjectDataSource

    Hi. I've used ObjectDataSources awhile, and find them quite useful together with my Business Logic Layer classes. What I've discovered now, is the use of the Custom object as the only parameter in the Insert/Update/Delete-methods. I now thought that I could use these instead of writing multiple overridden versions of an Update-method, with varying number of simple types as parameters, depending on the columns I'll use/not use in my gridview. I dropped a gridview to the page, created a
    Posted to Data Access and ObjectDataSource Control (Forum) by andersoyvind on 8/31/2009
    Filed under: object data source, Parameter
  • Re: Binding a DetailsView to a Repeater item

    Brilliant idea, BRSQUIRRL, I needed exactly this (the rest of the page are using detailsview, wanting the same layout). Your trick works perfectly. I tried FindControl on the repeater control first, though, didn't give the wanted results. e.Item.FindControl, though... Thanks!
    Posted to Data Presentation Controls (Forum) by andersoyvind on 3/13/2009
  • Re: Domain Subdomain in LDAP

    Anyone that can give example of some code on this strategy?
    Posted to Active Directory and LDAP (Forum) by andersoyvind on 2/12/2009
  • LDAP user list by group and user rights.

    Hi. I wanted to fetch a bunch of users on AD by a groupname. I learned that I could not filter by the groupname in clear text, had to use dthe distinguishedname. I solved it by first searching for the groupname. This way I got the distinguishedname attribute for the group back. Using the query (&(objectClass=Person)(memberOf={0})), where {0} is the groupDN, I got the list of users for that group in return. But that was in our test environment. At one of our customer, the query for the groupDN
  • Re: XML - TreeView - Parameters

    Well... I messed desperately around with the stuff that I had. Added the parameters as a comma separated attribute string on the ReportType-node in the xml tree and binding that attribute to the bound TreeNode.Value. This way I will keep my desired TreeView-looks AND be able to retrieve the needed info. Less neat, though. I'll keep the post unanswered a couple of days, in case someone's done something of the same, but more elegant.
  • XML - TreeView - Parameters

    Hi. I've searched, but not found anything that would aid me. Hopefully, someone can direct me. I'm to create reports, and from the parameters and out I'm clear. But not all the reports have the same parameters. To be flexible towards future parameter-sets, I've done this: An XML-file defines the type of data, reporttype and parameters. ReportList Report name="Persons" ReportType name="Graphical" Parameter name="chartType" Parameter name="period"
  • Re: CSS Background Image not appearing

    There is another situation around background-image in css: Main.Master ContentPage1.aspx ContentPage2.aspx styles/styles.css articles/article1.aspx articles/article2.aspx All aspx-pages uses main.master as master page. Main.Master adds styles to some <td>-tags within itself, adding background-image: url('img/something.gif'); That works ok for the contentpages that are on the same root-level, but not on the article-pages. To have styles incode is kinda messy, yes, and by moving them
  • Re: using existing connectionstring for Datasource in ReportViewer

    Asking again your question, Ujjaval: I have a connectionstring defined already in web.config. When I create a dataset and add a TableAdapter, the TableAdapter Configuration Wizard pops up. I can create a new connectionstring (which I find quite redundant), but I can't choose the already existing one. If I go for a new one, I can reuse this connectionstring for the other TableAdapters I add, also it works ok. But in web.config it is identical to the other one. So, I opened the xsd in code view
    Posted to SQL Server Reporting Services (Forum) by andersoyvind on 1/9/2008
    Filed under: dataset connection string ado old new existing
  • Re: Hide root node with XMLDataSource and Menu

    The answer was good and the solution perfectly simple! Why didn't I think of the XPath! Anders Øyvind
Page 1 of 2 (19 items) 1 2 Next >