Search results for query: *

  1. A

    Saving Contents of DataGridView to XML

    I have an xml file from which i create a dataset that then get bound to a datagridview on a windows form. The user is able to edit the data in the various columns. All I wish to do is then "read" the contents of the datagridview on the form and write it to another xml file. However, I have no...
  2. A

    how to stop Web App always loading in Mozilla

    Internet explorer is my default browser and i have confirmed this it is also set to check it is the default when loaded i do have mozilla installed on my machine and prefer this for general internet use however when i run my web apps they load in mozilla instead of IE, how can i stop this from...
  3. A

    Excel Workbook File Reading

    ok thanks for the advice il give it a try see what happens
  4. A

    Excel Workbook File Reading

    further to this i have just been informed that the version of excel is 2000 for which no PIA exist therefore does any1 know of any other way to open and read an excel workbook with this version of excel
  5. A

    Excel Workbook File Reading

    website -> add reference -> com -> microsoft excel 11.0 object library i have the pia's installed any idea how to get read an excel file with asp.net?
  6. A

    Excel Workbook File Reading

    Hi I need to be able to read an excel document from my vb.net aspx page. I have searched around the internet and it seems i need to create an Excel.Application object I have set a reference to the com excel 11 object however i am having no luck as it says Excel.Application is not defined would...
  7. A

    SelectedNodeChanged Event Not Fired for TreeView

    could it be an issue if you have both .net 1.1 and 2.0 on the same machine?
  8. A

    SelectedNodeChanged Event Not Fired for TreeView

    I have a .Net 2.0 treeview control on my ASP.net website. the issue i have is that when a dynamically created treenode has been created and then is clicked.. the page is not posted back and the SelectedNodeChanged event does not get fired. below i have shown my code that created the treenode i...
  9. A

    ImageList in TreeView dont Work Properly

    any1 have any ideas?
  10. A

    ImageList in TreeView dont Work Properly

    Hi I am creating a treeview dynamically when a node is clicked on I also have assigned a imagesList to the treenode as can be seen in my code, dependent on whether the person is male or female a different images is shown initially everything looks ok, however, if you click on any child node...
  11. A

    Help With Datagrid Checkboxes with DataGridBoolColumn

    solved this, basically my code was almost there jus reworked it
  12. A

    Loop through DataGrid CheckBox

    hi did you manage to solve this problem? what did you end up doing?
  13. A

    Help With Datagrid Checkboxes with DataGridBoolColumn

    i am trying to add a checkbox to a datagrid on a windows form the checkbox would allow the user to specify particular records that need to be worked with in the next form to create the checkboxes I added a column to the dataset which obv doesnt contain anything I then created a...
  14. A

    Getting Attributes of Dynamically Created Controls on a VB Form

    lblPerson2.name = "lbl" & i then loop through all the controls on the form till you find the required one
  15. A

    Getting Attributes of Dynamically Created Controls on a VB Form

    hi I am using vb.net to create a form that has several dynamically created labels the amount of rows for each column may vary on the data basically what i need to do i get the location values for dynamically created labels as i then wish to add another label directly below this however as...
Back
Top