Search

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

Matching Posts

  • Re: Using Gridviewrow in Selectcommand for another Gridview

    Thank you very much for your reply. The following works: Dim row As GridViewRow = Voortabel1.Rows(0) pdf1.SelectCommand = "SELECT PictureTable.ImageID, PictureTable.Title, PictureTable.DateAdded, PictureTable.MIMEType, PictureTable.fleng, Consgrp.Consgrp FROM PictureTable INNER JOIN Consgrp ON PictureTable.Congrptable = Consgrp.Consgrp WHERE Consgrp = '" & row.Cells(0).Text & "' Order BY PictureTable.Title"
    Posted to Data Presentation Controls (Forum) by lexy on 6/2/2008
  • Re: Align Image in Repeater

    Ok, Thank you, now at least I understand why I could not make it work. Table then. Thanks for your reply
    Posted to Client Side Web Development (Forum) by lexy on 5/30/2008
  • Re: Align Image in Repeater

    Ohh, sorry I am using that same grid and it has now files (4 x the same) so of course it is in a straight line. I will upload another file so the problem occurs. Hope this posts once ;-)
    Posted to Client Side Web Development (Forum) by lexy on 5/30/2008
  • Using Gridviewrow in Selectcommand for another Gridview

    Hi, With the following I select a specific row from a table < asp : SqlDataSource ID ="SqlDataSource2" runat ="server" ConnectionString =" <%$ ConnectionStrings:ClubSiteDB %> " SelectCommand ="SELECT * FROM (SELECT Row_Number() OVER (ORDER BY Koppel) as rowid, Consgrp FROM Consgrp ) as a where rowid = 1 "></ asp : SqlDataSource > The Datasource connects to gridview3, this gridview shows only one row of course. Can I use the contents of this
    Posted to Data Presentation Controls (Forum) by lexy on 5/30/2008
  • Align Image in Repeater

    Hi, Could someone help me out with this. Probably very simple, but I am running around in circles I can't get the Images aligned Vertically in a Repeater, but I would prefer CSS and don't want to use Table http://site368.mysite4now.com/lexvis/webs/Downrepeater.aspx Thank you
    Posted to Client Side Web Development (Forum) by lexy on 5/30/2008
  • Re: Common Design issue

    Sounds like a plan. Relationship Table Title vs Table PDf's Tnx
    Posted to Getting Started (Forum) by lexy on 5/30/2008
  • Re: Common Design issue

    Files are downloaded from the Gridview. Indeed at a later stage I will put the different types of PDF in the corresponding Controls with a SQL Select statement. The problem is with the Corresponding Title for that Control that in itself has nothing to do with the Database/files for download. It is that Title that has to be editable.
    Posted to Getting Started (Forum) by lexy on 5/30/2008
  • Re: Common Design issue

    No, the text has no relation to the data that is displayed at the Controls. I mean something like this: Classplan 2008 -------------------------- blah.pdf blah.pdf blah.pdf blah.pdf --------------------------
    Posted to Getting Started (Forum) by lexy on 5/30/2008
  • Re: Common Design issue

    Hi, Thank you for your response. Sorry that I have not described my problem adequatly. Yes I mean Dispay PDF's in the Gridview. I am going to show more Gridview or Repeaters on a single Page. Perhaps up to 16. Users are going to download from them. Each one of them is going to DISPLAY ;-) one certain kind of PDF. The person that is maintaining the Uploads may want to change some Text that is showing what kind of PDF's are displayed at the Control. Perhaps in the Header of the Control or in
    Posted to Getting Started (Forum) by lexy on 5/30/2008
Page 1 of 44 (440 items) 1 2 3 4 5 Next > ... Last ยป