Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  • Users: KidHoss
  • Content: Threads
  • Order by date
  1. KidHoss

    How to set the value of a checkbox in a datagrid?

    I get the current state of a checkbox item in a templatecolumn in a datagrid by creating a checkbox item and do findcontrol (dgItem.FindControl("chkExportItemSelected")) After reading stored data from a database I want to loop through the datagrid and set the checkboxes as related to the data...
  2. KidHoss

    Set a checkbox to checked when it is in a templatecolumn in a datagrid

    I get the current state of a checkbox item in a templatecolumn in a datagrid by creating a checkbox item and do findcontrol (dgItem.FindControl("chkExportItemSelected")) After reading stored data from a database I want to loop through the datagrid and set the checkboxes as related to the data...
  3. KidHoss

    Access a listitem created in another sub

    I have a listitem that was created in one sub that I wish to use in another sub. How do I get access to it?
  4. KidHoss

    Reference a textbox by it's ID but use a variable as the ID

    If I had a series of textboxes like below: <asp:textbox id=txtBox01 runat="server"> <asp:textbox id=txtBox02 runat="server"> <asp:textbox id=txtBox03 runat="server"> <asp:textbox id=txtBox04 runat="server"> <asp:textbox id=txtBox05 runat="server"> If I wanted to write a For/Next loop to get...
  5. KidHoss

    Adding rows to a &quot;asp:Table&quot; based on a button click - But rows gone!

    I am creating a data entry form to allow the user to create bullet items and sub bullet items for storage in a SQL Server table. These items are stored in the database with codes denoting whether the item is a bullet point or a sub-bullet point. This data is used to create a dynamic ASP.Net...
  6. KidHoss

    Dynamically Updating ASP:Table

    I am using a button click event to add a row with two cells to a table contained on a panel on my page. Each cell contains a text box to allow the user to enter some data. The table starts out with two rows and if the user needs more, they are to click the button and add another row to the...
  7. KidHoss

    Dynamically Updating ASP:Table

    I am using a button click event to add a row with two cells to a table contained on a panel on my page. Each cell contains a text box to allow the user to enter some data. The table starts out with two rows and if the user needs more, they are to click the button and add another row to the...
  8. KidHoss

    DropDownList and SelectedIndexChanged

    I have a DropDownList bound to a dataset that provides the value and text fields. If the select statement only returns one entry, how can I trigger the SelectedIndexChanged event even if there is only one entry in the dataset? The selection of an entry in this DropDownList causes another...
  9. KidHoss

    Help using "SQLCONFIGDATASOURCE" in NetExpress COBOL.

    I am trying to create an application for release to other PC's.&nbsp;&nbsp;I need to acquire data from an ACCESS database using SQL (ODBC ESQL) so I need to establish the data source on every machine using the app.&nbsp;&nbsp;I don't want to have the user do it and I don't want to write code to...
  10. KidHoss

    Help using "SQLCONFIGDATASOURCE" in NetExpress COBOL.

    Trying to use &quot;SQLCONFIGDATASOURCE&quot; in a NetExpress COBOL program to set up the ODBC connection to an ACCESS database.&nbsp;&nbsp;Can't figure out how or if I can use it.&nbsp;&nbsp;Can anyone who has used this before show me the syntax?&nbsp;&nbsp;Is there a better way to set up the...

Part and Inventory Search

Back
Top