User Profile

Collapse

Profile Sidebar

Collapse
jdprime
jdprime
Last Activity: Apr 11 '07, 05:01 PM
Joined: Apr 8 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • help sorting a dropdownlist control on a webfom

    Hi,

    I am making a webform, and am trying to populate a dropdownlist with a dataset from a called stored procedure. This is where I run into two problems:

    1: How do I get the dropdownlist to popluate, but display nothing when the page is loaded? I can get it to populate, but cannot figure out how to set it to nothing.

    2: How do I sort the dropdownlist? It is populated by a dataset containing a datable with...
    See more | Go to post

  • need help sorting a dropdownlist control on a webfom

    Hi,

    I am making a webform, and am trying to populate a dropdownlist with a dataset from a called stored procedure. This is where I run into two problems:

    1: How do I get the dropdownlist to popluate, but display nothing when the page is loaded? I can get it to populate, but cannot figure out how to set it to nothing.

    2: How do I sort the dropdownlist? It is populated by a dataset containing a datable with...
    See more | Go to post
    Last edited by Killer42; Apr 11 '07, 09:35 AM. Reason: Please use [CODE]...[/CODE] tags around your code.

  • help needed with update trigger in SQL Server 2005

    Hi,
    I am trying to write a trigger that will run when someone updates the delivery charge within the specified table. It will work, but will only record one change to the table. My question is, if multiple records are changes with an update, how do I get the trigger to record all the changes, instead of one?
    Thank You,
    Jason


    Create Table DeliveryType (
    DeliveryTypeID int ...
    See more | Go to post
No activity results to display
Show More
Working...