Search

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

Matching Posts

  • a weekly event calendar

    I have data in my table : data_id, date , event name I can ınsert data ın thıs table. I would lıke to create a table to make A weekly event calendar, that means dısplay a table where the colums are for the days ın the week, and the data contaıned ın the table should go in the fırst col ıs the day ıs şonday in the second column if the day is tuesday..... But I got no idea how to achıeve thıs...how to fılter one by one the days from the table and how to dısplay those events ın the table. Thanks for
    Posted to Getting Started (Forum) by 333bob on 5/5/2008
  • Re: How to Create a schedule table with Reporting Service

    More than one year has passed so I guess you found the answer.... I m lookıng for exactly the same thıng could you tell me how you fıgured thıs out? Thnks
    Posted to SQL Server Reporting Services (Forum) by 333bob on 5/5/2008
  • drop down list values

    I have a drop down list with values of a field from a table, let's say customername, where the user can select the customername, and then a gridview linked to a second table, and in the select statement of the gridview there is "where customername=@customername" with @customername=dropdownlist1.selected.value. Works OK 1- the first value of the dropdownlist is the first value of the table, so by default the gridview is already filtered with the first customer. but I would like the first
    Posted to Getting Started (Forum) by 333bob on 5/4/2008
  • a session with a class

    with vwd programming in vb, I have created a new class, let's say public class rendezvous private m_date as datetime private m_name as string private m_address as string then public property.... after I would like in my code to define a variable rendezvous dim my_rendezvous as rendezvous my_rendezvous=new rendezvous I then give values to my_rendezvous.date and the others... and then I would like to add this rendez vous to the session by session.add("rdv",my_rendezvous) First of all
    Posted to Getting Started (Forum) by 333bob on 5/4/2008
  • colors in a datalist

    is there a way to color the field according to its value (linked to a database) . For example, if I have a binary field named empty with values true false, I would like the record in the datalist to be blue if record in binary field is true, black if not.
    Posted to Data Presentation Controls (Forum) by 333bob on 4/28/2008
  • what's the difference between vwd Express and visual studio pro?

    The question says it all, what are the main differences, and why can't I open dash commerce in vwd express as it is possible with visual studio pro?
    Posted to Getting Started (Forum) by 333bob on 4/25/2008
  • data with pages

    trying to make a ecommerce website, I want to show the products on a (or several) page(s) with images and price displayed , as usual... What is the usual way to make that and to make it paginable ? Is it a datalist??
    Posted to Getting Started (Forum) by 333bob on 4/25/2008
  • Re: sqldatasource update problem

    and the oldvaluesparametersformatstring is set to original_(0)
  • Re: sqldatasource update problem

    yes, the conflictdetextion is set at compareallvalues on the sqldatasource. Do I have to set the original values again or does it keep in mind the original values and change only the values I specify?
  • sqldatasource update problem

    I just want to update a single file on the table with the content of a text box the sql statement is update GAMME set newvaleur=@newvaleur where product_ID=old_product_ID on sqldatasource1 updating I wrote E.COMMAND.PARAMETERS("@newvaleur").value=.... e.command.parameters("old_product_id").value=.... the thing is it doesn't work, I don't think the line with the old_product_id is ok but I don't know how to do it...
Page 1 of 3 (21 items) 1 2 3 Next >