Search

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

Matching Posts

  • multiple column unique identifiers

    I have been working thru the Scott Hanselman videos and have been very impressed with dynamic data so far but I have run into something that is posing a problem for me. I have two related table. Listed below. Dynamic data is not displaying the up stream and down stream fields at all and the stream segment table with all three fields set to primary key because you can have a single stream segment id in there several times but with different up and down stream stateCodes. But at the same time you can
    Posted to ASP.NET Dynamic Data (Forum) by rbarnes on 8/27/2008
  • trying to post cart data from asp.net to non asp.net page outside site

    I have been racking my brain and searching forums, tutorials, books for ideas on this one for days. It seems so simple but I can't get it working. I have a cart page in an asp.net (vb) web app that i need to pass to a third party (not asp.net) thru a good old form post using hidden from fields set to specific names and dynamic cart values for processing. I have tried cross page posting, transfer, redirect, building a page in the The post page url and all the cart items will be too long to pass
    Posted to Web Forms (Forum) by rbarnes on 1/8/2008
  • Re: Trying to add values for a listbox

    Peter you are the man. I've been chaising docs on this for days. I was trying to write out temp xml files etc. Here's a look at my less than efficient but certainly effective code. It lists all the possible tees not present in the db for that course and it autoselects the tee if its been passed in the querystring from an add tee link on another page. Just for that I should buy a license for easylistbox. Thanks again. If Request.QueryString("TeeID") = "" Then '++++++++++++DB connection
    Posted to Web Forms (Forum) by rbarnes on 7/1/2004
  • Trying to add values for a listbox

    I am trying to add values to a listbox at runtime. I can add the text with listbox.items.add("whatever") . The application is actually going to keep track of golf course score cards. I am allowing users to add the card info and this is for the add tee yardage page. If there is already an entry for the tee then i don't want to include it in the listbox. With the code below i am getting the correct results but the values and the text are the same. code sample : lbTee.Items.Add("Front"
    Posted to Web Forms (Forum) by rbarnes on 6/29/2004
Page 1 of 1 (4 items)