Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~4K People Reached
Favorite Tags
Member Avatar for blackbr

I am using visual studio 2008 Professional / vb.net and sql*server Express (9.0) *I am using DAL table adapter logic for db access.* One of my tables needs to have a field changed from smallmoney to decimal (9,2) to accommodate larger values. After making the changes below, I am now …

Member Avatar for blackbr
0
174
Member Avatar for blackbr

When I debug, it shows executing the routine, but the ddl's selected index is always zero, no matter which item I select. It didn't always do this. Earlier, it would work correctly for one dataSource, but not another (yes, I use a different data source, depending on who logs on). …

Member Avatar for blackbr
0
91
Member Avatar for blackbr

For some reason, selectedindexChanged vb.net code is no longer firing. autopostback and enable viewstate are sill true. Enabled is set to true in code behind. Using VS2008. Any idea on what can cause this? Thanks, Randy [CODE]<asp:DropDownList id="ddlEmpName2" style="Z-INDEX: 138; LEFT: 192px; POSITION: absolute; TOP: 32px" runat="server" Width="152px" ForeColor="DarkBlue" DataValueField="EmployeeId" …

Member Avatar for CodeGorilla
0
2K
Member Avatar for blackbr

In visual studio 2008, asp.net / vb.net, I want to be able to generate an mhtml Report Server report, then read it into the body of an email message, and send the email. I know how to initiate the report, and how to generate/send the email message. What I'm confused …

Member Avatar for blackbr
0
858
Member Avatar for blackbr

I initially developed my app with vs2003, using sqlDataAdapters and datasets. Now I need to add additional fields, etc. I'd like to use the Data Adapter Configuration Wizard, and have found instructions for 2005 to select the component in design mode, and pull up the wizard using the context menu. …

Member Avatar for Pioneer Jackie
0
103
Member Avatar for blackbr

I have a few pages that were converted from vs2003 to 2008. All of the elements are visible in the vs2008 designer, except the input/hidden html controls. I have looked at all the designer settings, and all the appropriate ones appear to be set correctly. If I drag one of …

0
62
Member Avatar for blackbr

I have a web panel full of buttons. I want the panel to not be visible at first. But while it's invisible, I want to set certain buttons to visible/invisible and enabled/not enabled. Then, when I make the panel visible, I want my buttons to have the attributes I set …

Member Avatar for greeny_1984
0
164
Member Avatar for blackbr

-I am using vs2008's table adapters for a DAL for several tables. -I have a computed field (FirstLastName) in my Lead table. -If I try to generate insert/update logic, the sql aborts when it tries to update the computed field. -So I dropped the field from the primary select, with …

0
63
Member Avatar for blackbr

Yesterday, my VS2008 IDE began allowing only 1 document/tab to be present at a time in the Text Editor (vb). I've been using this solution for 5 months with no problem up to now. I've looked at various tools/options, but can't see anything that does, or should, help. At the …

Member Avatar for Rashakil Fol
0
86
Member Avatar for blackbr

I'm developing my asp.net app in VS2008. I'm testing using IIS7 / IE 7 on my Vista laptop. When I port the app to the production server (Windows2003 / IIS6) my pages render differently using the same IE7 browser. How can I best get past this problem? Any help will …

0
58
Member Avatar for blackbr

Yesterday, my VS2008 IDE began allowing only 1 document/tab to be present at a time in the Text Editor (vb). I've been using this solution for 5 months with no problem up to now. I've looked at various tools/options, but can't see anything that does, or should, help. At the …

Member Avatar for blackbr
0
67
Member Avatar for blackbr

I have upgraded a vs2003 web project to vs2008. It has converted well. However, I no longer have access to my sqlDataAdapter controls. I also don't understand how to bind my text boxes to data via the ide. I can see the databinder asp statements in the source view. I …

0
65
Member Avatar for blackbr

ASP.net 1.1 vs2003 My vb.net solution is separating the code behind (aspx.vb) files from the aspx files by putting them into the "miscellaneous files" folder. I'm not sure what caused this, or how to fix it. The problem isn't critical, as I can open an aspx file, and it correctly …

Member Avatar for blackbr
0
81
Member Avatar for blackbr

asp.net 1.1 + vb.net I am redirecting to a page with a querystring. The system processes the logic of the page_load sub, hits the end sub, then begins the logic again. It does this only once on first entering the page. When I debug, I can see this activity... when …

Member Avatar for ericstenson
0
132