Search

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

Matching Posts

  • date and time functions

    Hi Im trying to write a variable called 'tdate' to my data base, im using the following code - which works but the time is being written as 00:00:00 all the time..... any ideas how i can get it to write the actual time? dim tdate as datetime = now() any help woul dbe appriciated
    Posted to Getting Started (Forum) by mattatuni2 on 12/14/2009
  • outer joins

    can anyone clarify for me the difference between a full outer, left outer and right outer join? any help would be appriciated
  • Back link

    Hi is there a way I can put a href link into my page, that will link back to the page previously viewed, no matter what it was? something allong the lisnes of "history-1" ?? any help would be appriciated
    Posted to Getting Started (Forum) by mattatuni2 on 12/12/2009
  • setting lable text as a link

    Hi i have a label on my page called lblpreview, i want to set it as a link to an audio file in my data base.. the name of the audio file has been retrieved and stored in the variable 'prev' so at this point prev = 'audio1.mp3' im trying to set the label text to link to it but having no luck.... lblPreview.Text = < a href = " ../audio/ " & ( prev ) & "/ > Any help would be appriciated
    Posted to Getting Started (Forum) by mattatuni2 on 12/8/2009
  • Re: setting lable text as a link

    the code iv posted above wont compile... as its totally wonrg... hence the quiery.... I want to know how i can set a labels text property to bing a hyperlink....
    Posted to Getting Started (Forum) by mattatuni2 on 12/8/2009
  • Re: setting lable text as a link

    ahhh... done it but using an asp hyperlink thanks anyway
    Posted to Getting Started (Forum) by mattatuni2 on 12/8/2009
  • Displaying order heads with their order lines

    Hi I have 2 gridviews on my page One pulls back all order heads for the customer logged in One pulls back all orderlines (including orderheadID) for the customer logged in Can anyone help me as to how I would be able to display an order head with all the corresponding orderlines for it underneath? Any help would be appriciated
    Posted to Data Presentation Controls (Forum) by mattatuni2 on 12/6/2009
  • Re: Displaying order heads with their order lines

    does anyone know of any simpler tutorials or have any example code? that article has just totally blown my head, im relativley new to .net
    Posted to Data Presentation Controls (Forum) by mattatuni2 on 12/6/2009
  • Order and orderlines

    Hi could anyone help me with the SQL i would need to use to pull orders out of a database, i.e every order line for each order header? I can pull out a list of order headers, I can pull out a list of orderlines... but on my aspx page, how can i present an order header with all of its corresponding orderlines? maybe its not in the SQL i need to do this? Any help would be appriciated Cheers
  • Order Object

    HelloThe e-commerce site I am creating is composed of the following layers...WEB, BLL, DAL, BUSINESSENTITIES.... I have a business entity class for creating an orderline.. and a seperate class for creating an order header... this is fine for when im creating orders... but when i want to pull orders out of my database, I want to create an order object, ie orderlines and order header in one object? how can i do this? Any help would be appriciated
    Posted to Architecture (Forum) by mattatuni2 on 12/5/2009
Page 1 of 61 (606 items) 1 2 3 4 5 Next > ... Last »