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 bkrike 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: Coppermill
  • Content: Threads
  • Order by date
  1. Coppermill

    Good reference for SharePoint WebServices

    I am looking in to pulling out Document information out of SharePoint Servcies using the WebServices interface, and was wondering if anyone had a good reference that I could use to help me in my task. Any example websites would be good too. -- Regards <<<Bryan Avery>>>
  2. Coppermill

    New database contains tables/view/Store Procs

    On my SQL database when ever I create a new database it contains table, views and Stored Procedures from an old database I created sometime ago. Why and how can I get rid of them? <<<Bryan>>>
  3. Coppermill

    List of Roles for current user

    Is there anyway of finding a list of roles that the current logged in users is a member of?
  4. Coppermill

    Adding Controls to a DataGrid at Runtime

    Any one know how in VB.NET to add controls to a DataGrid at Runtime, which enable you to change the current cell to say a combobox?
  5. Coppermill

    Events in vb.net

    Very silly question, how do I foind the events that are available when programming my application. In the old days of VB, they used to be in the pull down list at the top of the page. Where do I find them in vb.net?
  6. Coppermill

    Changing from a number field to a Combo in Datagrid

    I have read through all the examples of using a combo in a Datagrid, (from syncfusion.com, gotdotnet.com and C# Corner) and they all seem to be around adding formatting and building the columns. I need to edit the formatting within an existing column. My problem is that I am pulling in the Data...
  7. Coppermill

    Datagrid selected or not

    Is it possible to know if a row or multiple rows have been selected in a datagrid.
  8. Coppermill

    Datagrid New Record

    I am trying to get a button to create a new record in the datagrid, but how do I do this?
  9. Coppermill

    DataGrid and if changed data

    Simple question how do you know if a DataGrid has data which has changed. I need to do this if a use hits close without saving the data first.
  10. Coppermill

    Active Directory

    Is it possible to get information about Active Directory in to SQL Server so I can do different tasks depending on what information the user has in Active Directory?
  11. Coppermill

    Current users Group membership

    How can I find out from within my Store Proc what Groups my current user is a member of?

Part and Inventory Search

Back
Top