Search

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

Matching Posts

  • ModalPopupExtender in Gridview

    Hello, I found several post related to this topic, but not really gave me an answer to my problem. I want to create a gridview that shows sales orders (between 500 and 6000 records) with a linkbutton that triggers a modalpopup to change the status of that order. When I add my modalpopupextender outside my gridview this error pops: "The TargetControlID of 'ModalPopupExtender1' is not valid. A control with ID 'lbtnStatus' could not be found." When I copy my popup in the gridviews
    Posted to ASP.NET AJAX Control Toolkit (Forum) by WimVM on 11/18/2009
  • Re: ModalPopupExtender in Gridview

    I indeed want to show a popup when a button is click in the item template of the gridview. This popup should update the status in the database table that is binded to the gridview. Basically, I need to keep the popup panel and modalpopupextender outside the gridview (whenever I try to put it in it reports that the browser is inresponsive) and make a label control outside my gridview with the same name as the linkutton that fires the invent? Or did I get your answer wrong?
    Posted to ASP.NET AJAX Control Toolkit (Forum) by WimVM on 11/18/2009
  • Re: ModalPopupExtender in Gridview

    Many thanks. The combination of your post resulted in the solution. I need to find something on the delay between the click of the button and the popup appearence because this takes about 5 to 10 seconds. User may think that they have to click again because nothing is trigger. With the updatepanel the page at least doesn't refresh.
    Posted to ASP.NET AJAX Control Toolkit (Forum) by WimVM on 11/18/2009
  • css position: images not positioned

    Hello, I want to position a logo and title on a website. This works in all browsers except in IE6: body { background-image:url('images/background.png'); background-repeat:no-repeat; background-attachment:fixed; background-position: center 45px; } img.logo { position:fixed; top:20px; margin: 0px; left:1032px; } img.title { position:fixed; top:68px; left:650px; } <%@ Page Language="VB" AutoEventWireup="false" CodeFile="Default.aspx.vb" Inherits="_Default"
    Posted to Getting Started (Forum) by WimVM on 10/13/2009
  • Re: css position: images not positioned

    Resolved. Changed fixed to absolute;
    Posted to Getting Started (Forum) by WimVM on 10/13/2009
  • Gridview: Creditcontrol table

    Hello, This post is related to the issue reported in a previous post (Many to Many), but the customer requirements changed. This is the requested result in an ASP.NET Gridview: The SQL tables look like this: 1. ManyToMany: links the invoices to the payments (or payments to invoices) 2. Invoice table: Holds the invoice data 3. Payments table: Holds the payment data The goal is to come to a view like the result picture. The problem with all this is that it is possible that there are both more then
    Posted to Data Presentation Controls (Forum) by WimVM on 7/17/2009
    Filed under: gridview many to many relationship
  • Re: Gridview: Creditcontrol table

    Thanks for you reply. You exactly point out the issue I am looking at for a few days now. Still, in SQL I don't see a way to do it. I was more thinking about constructing the structure during the binding process in the code behind of the grid. It looks like an easy grid and query but ever time when I tought to have found the solution there is another constraint. Grouping the data is indeed the issue. There is no value that can be use to group as it can be invoice or payment depending on the number
    Posted to Data Presentation Controls (Forum) by WimVM on 7/17/2009
  • Re: Gridview: Creditcontrol table

    That is really great! Thanks alot. There still seems to be an issue with the sum. To come to the example given in the first picture you need: insert into @PaymentInvoices select 1,1 union all select 2,2 union all select 3,2 union all select 4,3 union all select 4,4 The sum for Invoice2 + Invoice3 gives 20, while it should be 10. For invoice4 with payment3 & payment4 the sum of payment is 30, while it should be 15.
    Posted to Data Presentation Controls (Forum) by WimVM on 7/17/2009
  • Re: WCF service link to SQL

    Hello, Sorry to come back on this topic again. While searching for examples and testing things with WCF and SQL I almost always see a very frustrating note in those articles "This is not something you should use in a production environment". But why not? What is actually the problem with this? Is it not secure? Or not reliable? First it looked like the writer mend that his code needed some fine tuning before being used in production, but more and more I see that (to me) correct implementations
    Posted to XML Web Services (Forum) by WimVM on 7/8/2009
  • Re: WCF service link to SQL Service Broker

    Hello Rick, You're right. The system.serviceModel.dll is not in the list of supported CLR assemblies: http://msdn.microsoft.com/en-us/library/ms403279.aspx This would require me to register it as an unsafe assembly... A nice example can be found here: http://nielsb.wordpress.com/sqlclrwcf/
    Posted to XML Web Services (Forum) by WimVM on 7/7/2009
Page 1 of 20 (199 items) 1 2 3 4 5 Next > ... Last ยป