Search results for query: *

  • Users: veronica86
  • Content: Threads
  • Order by date
  1. V

    How to display Parent/Child records in Datagrid

    Hello, Would anyone know of a good resource on the web which would explain how to display parent and child records from 2 tables in a SQL Server database? I would like to display both parent and child records in a datagrid. thx for any help.
  2. V

    How to reference a page's child control in Javascript

    hello, What I am attempting to do, is to handle when a user presses the enter key in my .net web application. If the enter key is pressed, then I want to simulate what would happen if the "Next" link button on my web page is clicked. I register the javascript via the Page_PreRender event. The...
  3. V

    Finding a child control via Javascript

    hello, What I am attempting to do, is to handle when a user presses the enter key in my .net web application. If the enter key is pressed, then I want to simulate what would happen if the "Next" link button on my web page is clicked. I register the javascript via the Page_PreRender...
  4. V

    Repeater dilema

    I want to user a repeater to display the results in my dataset. I am joining 2 tables. ex) table 1 ****** NAME CITY Fred ElPaso table 2 ****** NAME LANGUAGES_SPOKEN Fred German Fred Latin Fred English So my dataset looks like this after joining the 2 tables on NAME...
  5. V

    Repopulate datagrid with button click

    Hello, In my application I have a hyperlink on a web form, that when clicked, opens a new, separate webform.aspx in a modal dialog window. This new, separate form in the modal window has a datagrid that I fill from a dataset on page_load. My issue is that I place a linkbutton on the bottom...
  6. V

    data structure question

    hello, I am designing an ASP.NET web application and have 1 class (PurchaseOrder) that contains another class (Item) as an attribute. (Using aggregation) The Item class has 2 attributes (name & quantity). I am trying to find the best data structure to hold many instances of Item...
  7. V

    Can an AccessKey trigger the On_Click event?

    Hi, In my web form I have a linkbutton, which I have assigned "S" as the AccessKey property. When I press "Alt" & "S", focus does transfer to my linkbutton; however, shouldn't the On-Click event fire also? If not, is there anything I can do to have that event fire after focus is sent via...
Back
Top