ORIGINAL CODE GETS EXECUTED NOT THE NEW CODE - ASCX

S

sk

hello , this is sk, new to this group

problem>>>>
i have a .ascx file
any changes done to this file do not get mapped
it does not throw any errors
but the compiler executes the code that was originally present

i got to know this since i tried to remove all the procedures in the
file
kept only the blank form_load

still it executed the logic
WHICH WAS BASICALLY NOT PRESENT AT ALL
i had removed all the procedures to add to the database
still it was inserting in the database

when i try to debug and the new logic is present it doesnot follow the
logical flow
it seems to have a flow of its own
i think the original file is present but invisible
the changes made by me are just visible but not executable
IS THIS SOMETHING TO DO WITH VSS

AND IF IT IS SOMETHING REALLY BASIC EVEN THEN PLEASE LET ME KNOW

HELP
 
K

Karl Seguin [MVP]

Is all your logic is a codebehind file? (like ascx.vb or ascx.cs)? If so,
you need to recompile your code and drop the project's dll in the bin
directory.

If not, it'd be helpful to know if you are using Visual Studio or not, and
which version of .NET you are using..

Karl
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,743
Messages
2,569,478
Members
44,899
Latest member
RodneyMcAu

Latest Threads

Top