Search:

Type: Posts; User: bizjosh

Page 1 of 2 1 2

Search: Search took 0.04 seconds.

  1. Replies
    2
    Views
    636

    Re: Datagrid Hide Cols and Show cols

    I just did a:

    Dim dgts As New DataGridTableStyle
    lblText.Text = dgts.GridColumnStyles.Count.ToString

    Got back 0.

    Does it mean my datagrid has no columnindex?
    How do i hide the rows i do...
  2. Replies
    2
    Views
    636

    Datagrid Hide Cols and Show cols

    Hi,

    Anyone knows how to hide the columns of the datagrid which
    i do not want? and how to show them when i want?

    Thanks!
  3. Re: multiple relationship tables for a datagrid

    anyone
  4. Dropdownlist doesn't go to selectedindex after postback

    Hi,

    My dropdownlist doesn't go to selectedindex after page is
    post back, any idea whats wrong with the below?

    <%
    If Not Page.IsPostBack Then
    CategoryID.Datasource = dsCategory.DefaultView...
  5. Replies
    1
    Views
    561

    DateTime format in MS access

    I see my DateTime format for Shortdate is Month-Day-Year MM-DD-YY.
    How can we change it permanently to DD-MM-YY?
  6. Replies
    9
    Views
    1,968

    Re: How do i decrypt this password?

    anyone knows?
  7. Replies
    9
    Views
    1,968

    Re: How do i decrypt this password?

    thanks, btw is this wrong? the 2nd line is redundant?

    1. Dim shaM As New SHA1Managed
    2. Convert.ToBase64String(shaM.ComputeHash(Encoding.ASCII.GetBytes("plaintext")))
    3. Dim bytePasswd() As Byte...
  8. Replies
    4
    Views
    688

    Re: OLEDB Update Statement

    thanks like this?
    cmd = "UPDATE Table1 SET Name = '" & strName & "' WHERE person_id = " & lngpersonID

    still doesnt work.
  9. Replies
    4
    Views
    688

    OLEDB Update Statement

    Is there anything wrong with this statement, it seems i can't update
    my ms access db.

    -
    strName = txtName.Text
    lngpersonID = Session("personid")

    conn.Open()

    cmd = ("UPDATE Table1 SET Name...
  10. Replies
    9
    Views
    1,968

    Re: How do i decrypt this password?

    thanks u able to show me how to encrypt and decrypt?
  11. Replies
    9
    Views
    1,968

    How do i decrypt this password?

    I have got this codes below to encrypt a string, but how can i
    decrypt it back to plaintext?

    Dim shaM As New SHA1Managed
    ...
  12. Re: multiple relationship tables for a datagrid

    any idea?
  13. multiple relationship tables for a datagrid

    Problem: The below will display: home_name, person_id, person_name, person_age, person_job
    field records with no problem. However when i re-create da1 to input tb3 & tb4 and select
    the company_name...
  14. Replies
    0
    Views
    427

    Dataview Search

    How do I search for rows in my dataview(dataset) that has
    one or more keywords entered into txtSearch.Text and
    display it? how do i code the rowfilter or select statement
  15. Replies
    2
    Views
    583

    Datagrid mouseover and OnClick

    i have a datagrid, what is the best method to allow mouseover
    color change when the user mouseover the rows on the datagrid?

    Also, how do i activate a onclick event so that when the datagrid
    is...
  16. sending a string from one form to another (help!)

    I'm trying to send 'Test' message from frmSearch to frmResults as
    below, but it doesnt work, any idea?

    frmSearch:

    Private Sub btnSearch_Click(ByVal sender As System.Object, ByVal e As...
  17. Searching different fields on a 2 related tables

    How do i allow the user to search records that has a
    certain 'name' or certain 'address' or certain 'age' in below fields.

    Table1 fields:
    CompanyID, company, status, shares, datejoined <-...
  18. Replies
    3
    Views
    633

    Creating listview

    i dragged a listview control from vs.net 2003
    and added below to my form load, however the
    data doesnt appear, not even my col header appear
    anyone knows?

    for i = 0 to 100
    ...
  19. Replies
    2
    Views
    577

    Searching a dataset

    how do i search a dataset?
    what kind of searches can i perform on diff tables fields etc?
    any idea..
  20. Replies
    4
    Views
    750

    Passing Dataset into Datagrid

    after da.fill(ds), what are the codes to put all the data in Dataset to Datagrid?

    i would like to know what are the codes to:
    - change the datagrid col field header
    - change the size of the...
  21. Replies
    11
    Views
    2,274

    Re: Processing Bar (waiting bar)

    i do not understand. u mean run the cycle one time to find the max value?
    it is too inefficient.

    anyone knows how to run the progress bar when the max value is not known..
  22. Replies
    11
    Views
    2,274

    Re: Processing Bar (waiting bar)

    anyone knows?
  23. Re: listing my drives in a listbox (c: d: e: f:)

    anyone know the control to see the drives?
  24. Re: listing my drives in a listbox (c: d: e: f:)

    thanks for ur reply, what is the control
    how do i do that?

    as i need the user to select one of his drives in a combobox.
    so that i can get the string value of either

    c:
    d:
    e:
    f:
  25. Replies
    11
    Views
    2,274

    Re: Processing Bar (waiting bar)

    i'm using the vb.net progress bar now..
    cos i do not know how long does it take when
    the button click starts till end.

    the job it performs is reading filenames and directories
    from certain...
  26. listing my drives in a listbox (c: d: e: f:)

    how do i get the program to "view" My Computer,
    extract what drives i have into a listbox?
  27. Replies
    11
    Views
    2,274

    Re: Processing Bar (waiting bar)

    a .dll? how does it work and what codes do i need?
  28. Replies
    11
    Views
    2,274

    Processing Bar (waiting bar)

    I'm creating a database processing application, whenever it processes
    onClick on a button, due to 1000 records, it takes sometime, and it
    seems as if the application hang..

    how do i create a...
  29. Replies
    3
    Views
    840

    Re: Creating forum/msgboard using ASP.NET VB

    do you have the url to it?

    i'm looking to write one myself i need some guide/help.
  30. Replies
    3
    Views
    840

    Creating forum/msgboard using ASP.NET VB

    Hi, I have created a website using .aspx.

    Does anyone has any links or resources guides to
    create a forum or messageboard using ASP.NET VB
    technology and on Dreamweaver MX.
  31. Replies
    4
    Views
    906

    Re: Email-me-my-ip program

    yes i do, go to www.whatismyip.com?
  32. Replies
    4
    Views
    906

    Email-me-my-ip program

    i need some help fr anyone of you who can kindly write me some
    code to execute in my home PC that will:

    - check current ip
    - write ip to c:\ip.txt
    - email this ip to my email
    - check every...
  33. Replies
    2
    Views
    1,747

    Re: datetime string error

    both datetime parse causes this error. any idea why?
    it was jus changing the format away fr original.
  34. Replies
    2
    Views
    1,747

    datetime string error

    String was not recognized as a valid DateTime.
    Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about...
  35. Replies
    0
    Views
    349

    Registration form password encryption

    How do i encrypt the password that is entered by the user in the form
    and pass it to the my MS access database. Below are my Dreamweaver MX
    INSERT record codes. I seen the sites abt encryption, it...
  36. Replies
    6
    Views
    5,025

    VB.NET - Button_Click to send email

    How do i code a button click to send email to a person based
    on the txtName.Text, txtEmail.Text, txtSubject.Text and
    txtMessage.Text input by the user?

    How do i define by own from-name and...
  37. Thread: form reload

    by bizjosh
    Replies
    5
    Views
    691

    Re: form reload

    erm which codes again, from where to where?
  38. Replies
    1
    Views
    503

    HP bills calculator

    i have finished coding a HP bills calculator that reads the user's
    mobile hp usage from a .txt file, and displays it on the screen
    with respect to the plans he subscribed to.

    i was told to add...
  39. Re: how to validate file open to ensure file is not corrupted

    for example, when i have the notepad open, the prog will crash cos
    it couldnt open the file. how do i overcome this?
  40. how to validate file open to ensure file is not corrupted

    when my prog tries to open a filedialog to open a .txt file, when
    it fails to open it, it crashes, anyway to turn around this. so
    that it can prompt an error when the .txt file is not valid
    or not...
Results 1 to 40 of 67
Page 1 of 2 1 2



Click Here to Expand Forum to Full Width