Search

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

Matching Posts

  • Re: VS2005 Web ReportViewer client browser printing ??

    Anyone that have any solution for this?
    Posted to Visual Studio 2005 (Forum) by weoili on 9/1/2009
  • Re: System.Net.WebException: The request failed with HTTP status 401: Unauthorized.

    Hi All, I'm sorry I might sound stupid to ask this question. But can anyone help to out in explaining what is these two line of code for? nw.PreAuthenticate = true ; nw.Credentials = System.Net.CredentialCache.DefaultCredentials; in mikeskearney's reply. Thank you. [quote user="mikexkearney"] !!!Sorted!!! protected void Button1_Click( object sender, EventArgs e) { WebReference.Music nw = new WebReference.Music(); nw.PreAuthenticate = true ; nw.Credentials = System.Net.CredentialCache
    Posted to XML Web Services (Forum) by weoili on 1/21/2009
  • Re: Adding new row into unbound gridview.

    I wants to list down all the dates fall in the date range selected from the 2 calendar. After the filling in. I want to allow user to select the date by click on the checkbox. Finally click on "Apply" button to save to the table. Here i just attach some sample code that i used for testing. This is using VB .NET for codebehind. THIS IS THE CODE FOR TESTING.ASPX ****************************************************************************** <%@ Page Language="VB" AutoEventWireup
    Posted to Data Presentation Controls (Forum) by weoili on 12/6/2007
  • Re: Adding new row into unbound gridview.

    I wants to list down all the dates fall in the date range selected from the 2 calendar. After the filling in. I want to allow user to select the date by click on the checkbox. Finally click on "Apply" button to save to the table. Here i just attach some sample code that i used for testing. This is using VB .NET for codebehind. THIS IS THE CODE FOR TESTING.ASPX ****************************************************************************** <%@ Page Language="VB" AutoEventWireup
    Posted to Data Presentation Controls (Forum) by weoili on 12/6/2007
  • Adding new row into unbound gridview.

    Dear All, I need some helps around here for this issue. I had an ASP .NET page which have 2 calendar controls (From date and To Date) and a gridview with have 2 columns (Date and Selected) and not bind to any datasource. I want to programmatically fill in the Gridview everytime the user change the value of the calendar controls. Hope to hear from you all soon. Regards, Weoi Li
    Posted to Data Presentation Controls (Forum) by weoili on 12/5/2007
    Filed under: grid view alignment, asp .net2.0
Page 1 of 1 (5 items)