Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Shaun E on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. Soteriologist

    VB: Datatable either not saving data or data is being reset

    I have a datatable that I'm trying to use for storing a matchup between two columns of dynamic controls (a span holding data on the left is matched up to choices from dropdownlists on the right). I want the datable to save and store the data between postbacks but it seems to be...
  2. Soteriologist

    Select most recently edited item AND type if another doesn't exist

    I've got a big problem that I'm trying to figure out: I have an address table out-of-which I am trying to select mailing addresses for companies UNLESS a mailing address doesn't exist; then I want to select the physical addresses for that company. If I get multiple mailing or physical addresses...
  3. Soteriologist

    Data Paging BLL Return Value Help

    In Scott Guthrie's article titled “Efficient Data Paging with the ASP.NET 2.0 DataList Control and ObjectDataSource” he returns his total rows in the same SPROC as his rows of data. He suggests this as a performance optimization and so I’m trying to utilize it. But In his example his...
  4. Soteriologist

    Writing SQL to XML

    I'm trying to convert some sql data to xml with some visual basic code-behind... but it's not working. When I fire off the page it just flashes and stays blank. It doesn't display at all my label I tell it to when the code is finished. Right now I'm firing it off whent he page loads just to...

Part and Inventory Search

Back
Top