Search results for query: *

  • Users: Glitterati
  • Content: Threads
  • Order by date
  1. G

    Dynamic Webconfig?

    Is it possible to create a webconfig file dynamically? We have a web app that presents a series of menus. We would like those menus to be populated based on username or user group. We can get all this information from a table and it seems easy enough that we coulduse the information in the...
  2. G

    Phone Number Format??

    I have a datagrid that is populated with contact information. The phone number gets populated as 1234567890. I have been unable to find how to format that as (123) 456-7890. Can anyone help???? Thanks!
  3. G

    Looping through components on a form

    I have a form with multiple instances of a component on it. I want to be able to loop through all the components and return the information to an arraylist. Is this possible? Thanks!
  4. G

    ArrayList not populating correctly

    Or maybe it is but the data just isn't displaying properly. What I'm trying to accomplish is a "guessing game" for my nephew. He enters a number and is prompted as to whether the number is too high, too low or guessed correctly. Each guess along with the number of tries is then put in an...
  5. G

    Listview not refreshing

    After I add, delete or edit values in a listview I want the listview to refresh to reflect the changes. I have tried my.Forms.frmPublications.lvTitles.Refresh but this doesn't work at all. Any help would be greatly appreciated!
  6. G

    Cannot add new row to datatable

    I am having problems adding new rows to a datatable. I was getting the error message "Object not set to an instance of an object." The answer seemed quite clear to me; create a new instance of the datarow object. After doing that I now get this error: "System.Data.DatRow.Protected Sub New not...
Back
Top