Search

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

Matching Posts

  • Re: GridView align

    Add these values to your .css file. .TARight { text-align : right ; } .TALeft { text-align : left ; } .TACenter { text-align : center ; } In the gridview item add to right align: ItemStyle-CssClass ="TARight" Solved the issue!
    Posted to Data Presentation Controls (Forum) by Beemray on 5/13/2007
  • Re: GridView align

    Add these values to your .css file. .TARight { text-align : right ; } .TALeft { text-align : left ; } .TALeft { text-align : center ; } In the gridview item add: ItemStyle-CssClass ="TARight" Solved the issue!
    Posted to Data Presentation Controls (Forum) by Beemray on 5/13/2007
  • Re: Can GridView Have Fixed Columns and Rows?

    Rowcount and calculate how many rows u need to insert to get a number that divides on pagesize. Insert empty rows as "dummy rows" to fill out the table. Look for post on how to insert rows in a gridview. Fill in   in each column. Just an idea, hope it helps..: ) Regards Brage
    Posted to Data Presentation Controls (Forum) by Beemray on 5/13/2007
  • Re: Open PDF image from SQL Server

    I love you man. I mean it. You really made my day.(or night that is : ))
    Posted to Getting Started (Forum) by Beemray on 4/17/2007
  • Open PDF image from SQL Server

    I'm not able to get this right and I'm running out of time! I'm storing a PDF as a blob into image in SQL Server using Powerbuilder. When retrieving this file I get a message from Adobe "There was an error opening this document. The file is damaged and could not be repaired. I'm curious weather the error is in the aspx.cs page, or if it is originated in the Powerbuilder PDF creation. Heres my code, any help from a pro saves my day!! String ls_connstr = ConfigurationSettings .AppSettings[ "DSN" ]
    Posted to Getting Started (Forum) by Beemray on 4/17/2007
  • Re: Display file in Visual Studio

    Thanks! This looks interesting, a bit surprising though, it still has to be streamed out. No easier or more automated way to display image docs in visual visual studio, anyone know of a way?
    Posted to Visual Studio 2005 (Forum) by Beemray on 4/17/2007
  • Display file in Visual Studio

    I have stored a PDF in a image in SQL Server. Is there an easy way to display this PDF on a webpage in Visual Studio 2005?
    Posted to Visual Studio 2005 (Forum) by Beemray on 4/17/2007
  • Replace old window.opener code

    I'd like to pass values from a spesific row in a gridview from one window to a number of asp:textbox controls in another window(the parent window). I don't seem like I can use the popupwindow technique in the Timetracker Starter Kit since I'm returning several values from a spesific row in a gridview. Any ideas on how to do this will be appreciated!
    Posted to Data Presentation Controls (Forum) by Beemray on 4/12/2007
  • Re: GridView with stored procedure error

    Thanks for the help, this resolved the issue! B-e-a-u-t-i-f-u-l! Point of interest: The name of the parameters also had to match the parameter names in the stored procedure. Good help! < asp : SqlDataSource ID ="SqlDataSource1" runat ="server" SelectCommandType ="StoredProcedure" SelectCommand ="FPN.dbo.spGetKundeSok" ConnectionString =" <%$ ConnectionStrings:Pubs %> "> < SelectParameters > < asp : ControlParameter Name ="fk_FirmaID" ControlID ="FirmaID" /> < asp : ControlParameter
    Posted to Data Presentation Controls (Forum) by Beemray on 4/12/2007
  • Re: GridView with stored procedure error

    Correction, the connectstrings are like this: < connectionStrings > < add name = " Pubs " connectionString = " Server=EvolveIT;Database=FPN;User Id=sa; Password= sa " providerName = " System.Data.SqlClient " /> < remove name = " LocalSqlServer " /> < add name = " LocalSqlServer " connectionString = " Data Source=FPN; User Id = sa; Password= sa " providerName = " System.Data.SqlClient " /> </ connectionStrings >
    Posted to Data Presentation Controls (Forum) by Beemray on 4/11/2007
Page 1 of 3 (22 items) 1 2 3 Next >