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 SkipVought 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: *

  1. slatetm

    Addhandler in a DLL

    I am having some trouble with addhandler. I am trying to go from a vb.net winforms app to a DLL. We started with a form now want to make it a DLL instead of its own app. We are using the infragistics grid and document exporter. Everything worked great as its own app but now I can't get the...
  2. slatetm

    Form/Subform refresh on combobox change

    I have searched the web for a solution to this but nothing has worked for me. I have a form with a list of names in a combo box. I have a subform that is supposed to display all of the jobs that the person has not applied for. The subform is supposed to change when the combo box changes. It...
  3. slatetm

    add new record

    I just tried. I have 4 records. It created the autonumber of 4 so it didn't insert it. I esc'd out and tried again, this time it used a 5. The last time I tried to insert by running the form it used a 3 so its like it started at 1 and has gradually counted up from 1 to 5, eventhough 1-4...
  4. slatetm

    add new record

    Its been a while since I've worked with Access and I'm having some problems on the simpliest thing. I have a main form with a tab control. In the tab is a subform. I have a table connected to the subform that has an autonumber and several fields. I already have a few records in the table...
  5. slatetm

    media player showcontrols still displaying

    We are working on a web app that embeds media player. It works great but the showcontrols=false will not work. The controls always show. Can anyone help? <asp:ListView ID="mediaListView" runat="server" OnSelectedIndexChanged="SelectedVideo_click"...
  6. slatetm

    NavigateURL with a Request.QueryString

    I tried but it didn't work. I can try again but was hoping someone might know the answer to this one.
  7. slatetm

    NavigateURL with a Request.QueryString

    Yes it gives an error - tag is not well formatted.
  8. slatetm

    NavigateURL with a Request.QueryString

    We are trying to pass a parameter to the next URL that is being retrieved from the current URL. We have tried a number of differents way and think we are close.... any help is appreciated. <asp:HyperLink ID="EditLink" runat="server" Text="Edit" NavigateUrl="<%#...
  9. slatetm

    AsyncPostBackTrigger and UpdatePanel

    We solved our problem by putting the 2 controls in the same updatepanel. The AsyncPostBackTrigger and button_click could then be removed.
  10. slatetm

    AsyncPostBackTrigger and UpdatePanel

    We are trying to get an updatepanel to refresh when another updatepanel within the same tab refreshes. We are trying AsyncPostBackTrigger to accomplish this. The code below works when you manually click the button but does not work on the refresh. Any help is appreciated...
  11. slatetm

    AsyncPostBackTrigger with UpdatePanel

    We are trying to get an updatepanel to refresh when another updatepanel within the same tab refreshes. We are trying AsyncPostBackTrigger to accomplish this. The code below works when you manually click the button but does not work on the refresh. Any help is appreciated...
  12. slatetm

    ascx vs dll error

    This might be too general of a question but I'm hoping someone will know. I created a user control. When I have the user control in my project as a .ascx page everything works fine. When I have the control in my project as a DLL it does not work. The first time it tries to reference one of...
  13. slatetm

    ascx vs dll error

    This might be too general of a question but I'm hoping someone will know. I created a user control. When I have the user control in my project as a .ascx page everything works fine. When I have the control in my project as a DLL it does not work. The first time it tries to reference one of...
  14. slatetm

    initialize component needed?

    Is initialize component still needed? I see that it is not automatically created when you create a new page but I could not get a page to execute the page load until I added this. On the flip side, the company that I work for never uses initialize component and all their pages work fine (they...
  15. slatetm

    dynamic pivot problem

    We are trying to pivot a table to use for an infragistics chart. We have been following this to design the T-SQL: http://www.theabstractionpoint.com/dynamiccolumns.asp We are stuck on a problem. The problem is the 2nd to last line. The problem exists in this portion " PIVOT (MAX(CurrentDate)...
  16. slatetm

    refresh user control

    I hope I am able to describe this clearly enough. I have an aspx page (View.aspx). I have a user control within that page that holds everything (View.ascx). One of the things it displays is a list of every comment that has been entered in the database for a particular object. Within the...

Part and Inventory Search

Back
Top