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 derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Recent content by rokitsalad

  1. rokitsalad

    Binding to a Datagrid at Runtime

    OK, here's my full datagrid declaration: <asp:datagrid id="dgAccidents" style="Z-INDEX: 123; LEFT: 8px; POSITION: absolute; TOP: 368px" runat="server" CssClass="objects" Width="648px" BorderColor="#DEDFDE" BorderStyle="None" BorderWidth="1px" BackColor="White" CellPadding="4"...
  2. rokitsalad

    Binding to a Datagrid at Runtime

    The method I would prefer would be to build the relevant columns in the HTML, but when I set the datasource as my dataset (which isn't declared when the page renders) my page falls over telling me that my datasource does not exist. If I don't set the datasource as my dataset, the form loads but...
  3. rokitsalad

    Binding to a Datagrid at Runtime

    I have a sql server stored procedure from which I'm creating a dataset containing rows which I want to display in a datagrid on my web page. The dataset is populated depending on the value in a text box on my page (all pretty basic stuff so far). My problem is that I can't work out how to...
  4. rokitsalad

    where clause within a while loop not working

    BUGGER! Here I was thinking that a len would return the total character length of the field INCLUDING any trailing spaces! Thanks, vongrunt - I didn't have much hair to begin with but I've pulled half of what's there out since I began that ;o) Anyway - yes, there is a trailing space in each...
  5. rokitsalad

    where clause within a while loop not working

    I have a stored procedure which searches within a view to find values containing any of the words passed in a searchstring. I have performed extensive debugging on this and I have pinpointed the problem to the where clauses of the select into statement within the loop. For some reason, no matter...

Part and Inventory Search

Back
Top