User Profile

Collapse

Profile Sidebar

Collapse
Duh
Duh
Last Activity: Sep 4 '07, 02:52 PM
Joined: Jul 30 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • Duh
    replied to Programming question in C#
    in .NET
    Thanks for your help, it work....
    See more | Go to post

    Leave a comment:


  • Duh
    replied to Programming question in C#
    in .NET
    Thanks for the help. those radio buttons are not dependent on each other. i tried that code and it writes it back to the database but when i go back to the page the selection of false does not show....
    See more | Go to post

    Leave a comment:


  • Duh
    started a topic Programming question in C#
    in .NET

    Programming question in C#

    Does anyone know if there is a cleaner way to do this:
    [code=asp]
    if(Boolean.Pars e(ds.Tables[0].Rows[0][6].ToString()))
    {
    rbEditActiveTru e.Checked = true;
    }
    else
    {
    rbEditActiveFal se.Checked = true;
    }

    if(Boolean.Pars e(ds.Tables[0].Rows[0][10].ToString()))
    {
    rbRoverActiveDT rue.Checked = true;
    }
    else
    {
    rbRoverActiveDF alse.Checked...
    See more | Go to post

  • Duh
    replied to dont know where this would fit
    in .NET
    Thanks it work perfectly
    See more | Go to post

    Leave a comment:


  • Duh
    replied to dont know where this would fit
    in .NET
    Thanks for the help, i pulled out a few books trying to figure out how to use a session object, but very very new to this, so could u look at the code i have so far and put me back on the right path. thanks.....

    webform1
    [code=cpp]
    private void DataGrid1_PageI ndexChanged(obj ect source, system.Web.UI.W ebControls.Data GridPageChanged EventArgs e)
    {
    DataGrid1.Curre ntPageIndex = e.NewPageIndex;
    BindGrid(LoadDa ta());...
    See more | Go to post
    Last edited by Frinavale; Aug 8 '07, 06:08 PM. Reason: Added [code] tags to make more legible

    Leave a comment:


  • Duh
    started a topic dont know where this would fit
    in .NET

    dont know where this would fit

    ok, i'm trying to get webform1 that has 10 pages to carry over the page index to webform2 so if someone one started on webform1 page 6 then went to webform2(detail view) click "cancel" to bring them back to webform1 page 6. if that makes any sense.

    If u have not fig it out yet i am very very new to this. I am coding in C#.net.
    any help would be godsend.
    thanks
    See more | Go to post
No activity results to display
Show More
Working...