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

    Accessing Form Panels Programmatically

    Hi, Hopefully this is an easy question and there is a simple solution! Is it possible to programmatically accessing the panels in a windows form? My form has 5 panels, so if I wanted to loop through the controls in all 5 panels I could, for example, do: For Each objControl In panel1.Controls...
  2. skip2004

    C:\Documents and Settings\LocalService\Application Data\Microsoft\Prot

    C:\Documents and Settings\LocalService\Application Data\Microsoft\Protect I have this folder on my machine and it is causing me a wee bit of grief. In this folder the is a file called CREDHIST and a folder called S-1-5-19 From what I can find from searching on google it seems to be a normal...
  3. skip2004

    DTS Send Mail - attachment problems

    Hi, I'm not sure if this is a problem with sql server or Outlook 2000, but I have a dts package that exports a bunch of records into a csv file, and then emails that file as an attachment. When the email arrives, the attachement is un-readable and has been renamed attach00023.dat - the...
  4. skip2004

    Subscriptions - sending emails

    Hi, Just wondering if anyone out there has had any success in sending out emails via the microsoft reporting services subscription pages. The machine currently running reporting services does not have SMTP installed, so I would like to configure it to connect to the mail gateway within our...
  5. skip2004

    "Report is being generated" message

    Hi, Does anyone know if it's possible to change the "Report is being generated" message that is displayed when Microsoft Reporting Services is preparing the report? Many thanks, skip
  6. skip2004

    DataGrid ItemCommand not firing

    Some help with this would be appreciated. I am programmatically adding a LinkButton to my DataGrid at run time (in the datagrid.ItemDataBound event). All works well and is displayed as expected until I click the LinkButton - the datagrid.ItemCommand is not firing. As a temporray hack, if I...
  7. skip2004

    Button properties

    Hi, In my VB.NET code I am programatically creating a number of buttons. With each button I would also like to store some additonal unique information (such as a DB record key), so when the button is pressed I can retrieve this and use in my code. In ASP.NET it is possible to create addiotnal...
  8. skip2004

    Returning values from a Popup (within server code)

    I have an asp.net web page which requires the user to capture some information. On pressing a button, some server side code (vb.net) is called to validate some of the entered data. If the validation passes OK, I then need (or would like) to display a popup which the user then selects some...
  9. skip2004

    Page

    I have an asp.net page which contains a datagrid. I have not enabled paging, so lots of records are displayed on the screen. The PK of the record is displayed as a link and I have some code which handles the ItemCommand for the datagrid. This code displays a javascript popup (using...
  10. skip2004

    Vertical scrollbar position

    I don't think this is possible but I'll ask anyway! It is possible to get the position of the browser windows vertical scrollbar from within server side code?

Part and Inventory Search

Back
Top