Search results for query: *

  • Users: RSA
  • Order by date
  1. R

    Creating datagrid columns manually.

    I used to have the colmns of a datagrid predefined via the HTML section but found that I nead to create them manually in the code for what I wanted to do. When the columns where in the HTML section my edit,update etc commands worked perfectly. Now when I am manually creating the columns and...
  2. R

    Clicking on a row in a datagrid!

    Hi Paszt, Correct I am designing a webform app. I basically have a datagrid which returns say for example one column with 30 entries. I have the update, delete, cancell commands but I want to use the value in a column when clicking on it to execute something else. Any ideas would be greatly...
  3. R

    Clicking on a row in a datagrid!

    I have a datagrid which has text values from a DB. How can I click on a row and use the value of a specific column in that row to execute a new procedure or call a new page. I basically want a onclick event, and it must use that columns value to do something else?
  4. R

    Datagrid Update Error!

    Found the problem. After editing via the property builder of the datagrid it somehow deleted the datakey fiels out of the HTML section.
  5. R

    Datagrid Update Error!

    I have created a datagrid and have used it for a while without any problems. I could update via the Updatecommand and everything worked fine. I was looking at some functions in the property builder of the datagrid and now I can't u[date and get the following errors. Exception Details...
  6. R

    Placehloder and Usercontrol

    Placeholder and usercontrol Hi TMP, Thanks I will try this.
  7. R

    Placehloder and Usercontrol

    Hi TMP, Thanks for the reply. Unfortunately I dont have any of my code here now but will post it soon. Just as an example I am basically doing the following: on_load loading new default.ascx into defaultplaceholder1 on my default.aspx page. I then have a button on the Default.aspx which...
  8. R

    Placehloder and Usercontrol

    I currently load a (default.ascx) as a usercontrol into a placeholder on on_load of a page (Default.aspx). I then on_click of a button in (Default.aspx) load a new (login.ascx) page into the same placeholdere and remove the (default.ascx) from the placeholder. When I click any buttons on the...
Back
Top