Search results for query: *

  • Users: RSA
  • Content: Threads
  • 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!

    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?
  3. 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...
  4. 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