Search:

Type: Posts; User: KingSatan

Page 1 of 5 1 2 3 4

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    368

    Access question, select many records

    Hello, It's been a while.

    I'm in school for access, BUS 240.


    I gotta make a database that helps calculate total income of a household for tribal members.
    So I have a tblPerson and a...
  2. Replies
    1
    Views
    5,654

    navigate using alphanumeric keys?

    i have a request to make o page with vasiour slot machine names and info on it navigatable via the keys on the keyboard.... i have NO idea where to start at this... is it possible with jq?
  3. Replies
    1
    Views
    6,130

    jquery focus questions

    :bigyello:ok its been a while.

    im helping with a very important website for a tribal entity.
    right now we have 2 popups both fired with mousover events.
    we want to click anywhere outside of the...
  4. Replies
    0
    Views
    1,883

    coldfusion (i dont have my book with me)

    ok so im supposed to be dynamically loading content based on the url cia a content.cfm (which is called by a <cfinclude> tage in index.cfm)


    problem is idk how to get the url value...

    i was...
  5. Thread: how do i???

    by KingSatan
    Replies
    1
    Views
    555

    Poll: how do i???

    find the smallest valuse in an array?

    i have the way to find the biggest value... but i cant see how i can use it to get the smallest value...




    //find biggest number
    long int big =...
  6. Re: How should the #include statement be used?

    im sure both can be used but i usually use <>

    like
    #include<iostream>
    or
    #include<math.h>
  7. Replies
    3
    Views
    747

    Re: force wrap in dg

    thanks alot that worked and helped alot and i didnt have to redesign teh admin portion
  8. Replies
    3
    Views
    747

    force wrap in dg

    ok ive posted a few times with questions about my dg and such

    and i was wondering if there was a way to force a dg to wrap when it sees the " / " char, or if there was just a way to force it to...
  9. Replies
    3
    Views
    583

    Re: keeping a variable value

    yes sorry i didnt specify


    can you give an example?
  10. Replies
    3
    Views
    583

    keeping a variable value

    ok i have a datagrid which only displays top updates.

    when i click a linkbutton i want to expand this dg (or at least make the user think its expanding.

    i have a boolen so if link is clicked it...
  11. Re: editing while using datatextfield and dataurlfield on datagrid

    thank you i know its easier to use a template column but i dont want to allow users to input any html or >< symbols because of safety reasons,

    so im using a hyperlink column

    and as a side note...
  12. Re: editing while using datatextfield and dataurlfield on datagrid

    example plz? i went to the msdn forum and was no help at all
  13. Re: editing while using datatextfield and dataurlfield on datagrid

    ok i didnt need to do that but heres another question

    how in a hyperlink column while using dataURLField and DataText field do i allow it so access external links like an a href link as opposed to...
  14. Re: select top amouint from other table???

    yes untill now i couldnt get it i was so tired yester day sorry here is the stored proc after variables changed

    its nice it takes a query and uses it as a paremeter in the stored proc. :) thxz...
  15. Replies
    23
    Views
    1,789

    Re: [RESOLVED] unwanted focus on a button

    mmy goal here is to not allow the enter button to do anything while focus is on a text box.

    the submit button works always and is never disabled

    i needed an example in asp2.0 and c#2005

    ...
  16. Replies
    23
    Views
    1,789

    Re: [RESOLVED] unwanted focus on a button

    because there is 2 buttons and its more user friendly to have buttons
  17. Re: editing while using datatextfield and dataurlfield on datagrid

    ooooooooo ic ic tyvm will post an example soon
  18. editing while using datatextfield and dataurlfield on datagrid

    ok so im doing an updates proj(and i constantly come here for help when im in a bind anyway)

    instead of doing the whole ahref text inside of asp i did this with my datagrid but if i click edit the...
  19. Replies
    23
    Views
    1,789

    Re: [RESOLVED] unwanted focus on a button

    there was a piece i had to put in c# thats where the error is popping up
  20. Replies
    23
    Views
    1,789

    Re: [RESOLVED] unwanted focus on a button

    no i want to disable the submit command if enter was pressed

    like if there focused on a text box and they hit enter... i want nothing to happen. right now i have it tab over to the corresponding...
  21. Re: select top amouint from other table???

    ok idk if i told u guys i have two tables... im puling a number(the one which i want to be the Amount), and the actual update text.

    i want to pull the amount up and use it as the variable in the...
  22. Re: select top amouint from other table???

    why would there be nvarchar?

    i only have one item constantly in the database, it just always gets updated.
    intUpdateamoumt

    which will be the amount or updates shown, i just want to pull this...
  23. Replies
    23
    Views
    1,789

    Re: [RESOLVED] unwanted focus on a button

    example plz?
  24. Re: select top amouint from other table???

    the database is sql server 2005 with the service packs
  25. Re: [RESOLVED] how do I?... get the value of data inside of a cell?

    oh using sql server 2005
  26. Re: select top amouint from other table???

    ok i got this far
    ive done the admin portion of an app which displays links to all pages recently updated on a website. and the admin is allowed to decide how many updates are displayed in the user...
  27. Replies
    23
    Views
    1,789

    Re: [RESOLVED] unwanted focus on a button

    actually that post is old. what i wanted was a way to disable the submit function of enter key is pressed when focus is on a textbox.

    or an example givin in vs 2005. c#
  28. Re: [RESOLVED] how do I?... get the value of data inside of a cell?

    ok im on this again.....
    ive done the admin portion of an app which displays links to all pages recently updated on a website. and the admin is allowed to decide how many updates are displayed in...
  29. Replies
    23
    Views
    1,789

    Re: [RESOLVED] unwanted focus on a button

    do you have an example of this code in c# 2005????
  30. Replies
    10
    Views
    947

    Re: [RESOLVED] update datagrid problem

    back on this issue again

    here are the 3 methods im using to update the data seems real simple

    same thing happens, only one char goes into the table and onlu one char is stored in the db



    ...
  31. Replies
    4
    Views
    3,001

    Re: [RESOLVED] user control parser error

    yes thank you all
  32. Replies
    4
    Views
    3,001

    Re: user control parser error

    yeah i was grabbing the value of the connection string wrong....


    the correct connection string format is like this

    <appSettings/>
    <connectionStrings>
    <add...
  33. Replies
    4
    Views
    3,001

    [RESOLVED] user control parser error

    i just made a user control which is a dg displaying a certain amount of updates on a site....

    and im not an asp person..... ive also looked this message up and havent found anything heplpful

    ...
  34. Re: select top amouint from other table???

    correct... but then everyone would need to see only that amount of updates...... it cant change..... and it should be the last ten (the newest updates) so it will be the 10 highest numbers in the...
  35. Re: select top amouint from other table???

    thi intUpdateID id's the records.... btu there are the two tables....

    the update amount
    and the updates

    the admin puts in the update amount to be displayed, and that should be the amount of...
  36. [RESOLVED] select top amouint from other table???

    ok this should be an easy one...


    i got two tables and an updates program... the admin puts in how many updates will be displayed in a user control. the amount is stored in a db tbl called...
  37. Replies
    12
    Views
    1,312

    Re: image swap/ javascript

    is there to do this with a main picture?

    like say you had a gallery of 10 pics thumbnailsized down below on the page
    and one bigger pic on the middle of the page
    and you mouseover one of them...
  38. Replies
    3
    Views
    538

    Re: DG sorting. is there an easier way?

    is it easy to go from datasets to dataviews??? and is it easier to pass em fro m one class to the next?
  39. Replies
    3
    Views
    538

    DG sorting. is there an easier way?

    isnt there a way in ASP 1.1 to sort items in a DG in alphabetical order?

    i have two DG's and i just want them to automatically sort the items in alphabetical order by the first columns.

    im...
  40. Replies
    3
    Views
    549

    Re: [02/03] disable html in textboxes

    yeah my co workers di all sorts of wierd crap when we did a but test i didnt know it could be so powerful
Results 1 to 40 of 192
Page 1 of 5 1 2 3 4



Click Here to Expand Forum to Full Width