Search

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

Matching Posts

  • Graphs retaining data

    Hi I have 3 CrystalReportPartsViewer's on a page and load them dynamically They looked fine in test mode and had the data I was after When I attached another DB, the data in the graps is retained I am stumped......I have plenty of these graphs in my app and work perfectly , its like a needle in a haystakc at this stage Any ideas guys
    Posted to Crystal Reports (Forum) by Cwilk on 2/24/2009
  • Gridview issue

    Can this be done? I have a gridview with 4 or 5 rows, each row has a DD list...depending on a selection in the DD list , I want certain rows to disapear, i.e. I change a filed in the table and then rebind the grid Only trouble is I want the value of the DD I selected to stay the same and not to re bind, Is there any way to bind a grid but not to bind the controls inside? I'm open to other options if theres any other way to do this thanks in advance
    Posted to Data Presentation Controls (Forum) by Cwilk on 1/20/2009
  • sub report in sub report

    I’m trying to add a sub report to a sub report, I’m thinking this might not be possible So I’ve created a 2nd report with 1 sub report and added that to the first report as an existing report..make sense ? Still the sub report in the 2nd report does not show up Any ideas on this 1 ?
    Posted to Crystal Reports (Forum) by Cwilk on 12/19/2008
  • Re: Updatepanel / CollapsiblePanel adds whitespace

    [quote user="DisturbedBuddha"] <asp:UpdatePanel ... RenderMode="Inline" ... /> [/quote] Brilliant , thanks I have never set the render mode of any update panel I use and this white space appeared from no where thanks for your help
    Posted to ASP.NET AJAX UI (Forum) by Cwilk on 12/16/2008
  • Re: set alias on dataKeyname

    Darrell thats helps me some, but I still have unwanted coumns in the grid heres some code if that helps comm.CommandText = "select * from blah " sqlAdp.SelectCommand = comm sqlAdp.Fill(Table1) GridView1.DataSourceID = "" GridView1.DataSource = Table1 GridView1.DataKeyNames = New String () { "pkID" } then I add the code form the link you sent
    Posted to Data Presentation Controls (Forum) by Cwilk on 12/11/2008
  • Re: set alias on dataKeyname

    thanks but thats not quite what i'm after , i'm talking about grids that are bound at run time in code
    Posted to Data Presentation Controls (Forum) by Cwilk on 12/11/2008
  • set alias on dataKeyname

    I'm binding a gridview at runtime, the column names in the grid take those of the datatable which are not very descriptive Is it possible to add an alias instead for the columns 2nd part, is it possible to make 1 of the columns invisible ? any help would be invaluable
    Posted to Data Presentation Controls (Forum) by Cwilk on 12/11/2008
  • Re: AllowPaging gives The query results cannot be enumerated more than once

    try this Protected Sub GridView1_PageIndexChanging(ByVal sender As Object, ByVal e As System.Web.UI.WebControls.GridViewPageEventArgs) Handles GridView1.PageIndexChanging GridView1.PageIndex = e.NewPageIndex ' re bind data end sub
    Posted to Data Presentation Controls (Forum) by Cwilk on 12/11/2008
  • Re: Render issues on forced postback

    I dont think its the telerik controls now when i response.redirect to the page from another page, I also get the issue
    Posted to Component Discussions (Forum) by Cwilk on 11/26/2008
  • Render issues on forced postback

    All I'm using a Telerik RadWindow to pop out from my main page, add some new data, close the RadWindow and postback the main page updating a gridview I just added data to using this code function GetRadWindow() { var oWindow = null; if (window.radWindow) oWindow = window.radWindow; else if (window.frameElement.radWindow) oWindow = window.frameElement.radWindow;return oWindow; } function CloseAndReload() { var oWnd = GetRadWindow().BrowserWindow; oWnd.location.href = oWnd.location.href; } simple
    Posted to Component Discussions (Forum) by Cwilk on 11/26/2008
Page 1 of 4 (38 items) 1 2 3 4 Next >