I have decompiled a DLL file using Dot Net Reflector. I have made my edits to the decompiled file, but now when I try to create the DLL. I get a ton of debug errors. If I have the source code of the DLL, isn't there anyway that I can use the code in a class and keep it that way vice going through the trouble of compiling the data into a DLL file?
-Tsu
User Profile
Collapse
-
Hello Frinny,
I think you wrote your code in C#, my code is in VB can you please provide the VB code. Thanks! -
I will give this a try. Thanks for the technical advise.
-TsuLeave a comment:
-
If you use a <asp:ImageField > you should be able to view your images. For GridView you might try a Template Field.Leave a comment:
-
Asp.net 2.0 update problem
Hello Folks,
I have a shopping cart that is allowing me to add items to the shopping cart that is displayed using a GridView. The GridView has an update link that will allow a user to change the quantity, yet everytime I try to update I get the following error:
"Specified argument was out of the range of valid values. Parameter name:index.
Below is the GridView and the Classes that is generating the error....Last edited by Frinavale; Oct 28 '13, 05:55 PM. -
Updating array
I have an array that is in C# using the .Net framwork and I have the code to delete items from the array, but I am trying to figure out how to update an item in the array.
...Code:public DataSet GetDataSetCar() { if (Session["car"] == null) { DataSet ds = new DataSet(); DataColumn colID = new DataColumn("ID_Product", System.Type.GetType("System.Int32"), -
-
Hello Dormilich,
Although this does not produce an error, it does not work. The same remains even with your recommendation. The first part works, but the 2nd part does nothing. Thanks for replying anyhow.
-TsuLeave a comment:
-
Disable button by clearing checkbox
I have a form where a user can select items via a check box. Once an item is checked it will enable a button to appear so that the user can add the items to a shopping cart. I have the first part of the JavaScript working which allows the button to appear if the checkbox is true.
The problem that I am having is when I decide to deselect the last remaining box. It does not disable the add button. The first part works, the second... -
Thank you for responding!
What I tried to do is place the call EmployeeSummary (); on line 87, but when I try to do this I get a number of errors because it wants me to place the class inside. If I do that, then I get an error "Expect Primary expression before ',' token. Which I have no clue to what this is. I have tried some solutions on the Internet, but none of them work.Leave a comment:
-
Function within a Base Class
Greetings, and thanks in advance.
I am working on a program for school and I have managed to get everything to work, except the last portion of the program. It seems that the program is not calling the last function EmployeeSummary . The program will compile, and will accept data and compute overtime pay, etc. Just won't go on to the last function. Can someone help me out?
-Tsu
...Code:#include
-
-
How to create and access a class
I am using an ASP.Net Shopping cart that provides all of the code, but the class that provides everything is in a DLL in a Bin folder called PDshopNetAdvanc ed. The DLL is not accessible and in order for me to add extra fields to display, I have to create a class of my own and use that class to display the fields and properties I want. Can someone please help in creating a class and then replacing the old class with the new one?
... -
Hello Johny,
Thank you for replying, but this is to maintain a selection on a dropdown list. In my form I have a hidden division, when I select the radio button for checkboxgcpc, the hidden division will display and the dropdown list for month and year will display. The problem that I am having is that when submitting the form, if a user forgets to enter a date or a credit card number, the form will display an error as programmed,...Leave a comment:
-
How to maintain unhidden fields after a form submit event
I have an ASP checkout page where a customer can select from 2 choices of a credit card. One card only requires the card number, while the other selection will unhide a Div to reveal 2 dropdown list for month and year. The problem I have is that if there as an error the page will reload and the hidden fields will be hidden again. Does anyone know how to keep the fields from being hidden after a form submit?
Below is the Javascript... -
I did as you directed and then I also tried it with parenthesis on both (Pending='xxx'A ND aoemail='xxx') OR (Pending='xxx' AND aoemail1='xxx) and it worked like a charm. Thanks alot Danp129, your technical advise was perfect.
R,
-TsuLeave a comment:
-
Thank you for assisting me. I enter the code as you recommended. Below is what I got:
SELECT * FROM Orders WHERE Status='Pending Approval' AND aoemail ='john.morgan@g mail.com' Or aoemail1 ='john.morgan@g mail.com'
4755 Sgt John Doe 10/15/2010 New
4756 Sgt John Doe 10/15/2010 Completed
4757 Civ Tom Slate 10/15/2010 Completed
SELECT * FROM Orders WHERE Status='Walk-in' AND aoemail ='john.morgan@g mail.com'...Leave a comment:
-
I need help in troubleshooting duplicate records
I have an native ASP page that is used to login and uses the email address to sort records in another page. On the page where the sorting is done, the email is compared with two columns where it will match records that are based on the login email address. When a user who has logon compares his email to the first column, the records are displayed correctly, but if the email is compared to the column next to is, the data displays in duplicates.... -
I think I saw the solution in the MSDN Developer center, but I can't recall what the subject was under.
-TsuLeave a comment:
-
Hi Gits,
The reason I wanted to to capture the event was to find a way to print without the print dialog box. Many have said that it could not be done, but after some more research on the Internet. I found the VBScript and the Javascript that will allow for this. See below.
...Code:<script language='VBScript'> Sub Print() OLECMDID_PRINT = 6 OLECMDEXECOPT_DONTPROMPTUSER = 2Leave a comment:
No activity results to display
Show More
Leave a comment: