CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: robgw3

Search: Search took 0.02 seconds.

  1. Replies
    0
    Views
    251

    Updating dynamically added controls?

    How do you update a dynamically added control? Like for example a textbox, i have textboxes that are created from a database. The ids are created dynamicallyas well. Like a textbox for a name would...
  2. Re: How do you get the selected cell of a gridview?

    Thanks but that doesnt look like it would get the cell your clicking on, it looks more like it would set it.
  3. How do you get the selected cell of a gridview?

    I would like to know how to get the selected cell of a gridview, like for example if a gridview has 4 rows of 4 buttons each, how do you tell if you are clicking button 1 row 1 or button 3 row 4?
    ...
  4. Replies
    2
    Views
    343

    Re: Problem with parameterized update query

    Actually that was just a mistake when i was posting the code, i changed the parameter names from what i actually have in my code and accidentally put @field instead of @value. In my code they are...
  5. Replies
    2
    Views
    343

    Problem with parameterized update query

    I am using the following code to try and update a database entry, the UPDATE statement works when i am not using parameters but when i am using them it seems to do absolutely nothing. No error and no...
Results 1 to 5 of 5



HTML5 Development Center

Click Here to Expand Forum to Full Width