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...
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...
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...
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...
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"...
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="<%#...
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...
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...
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...
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...
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...
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)...
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...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.