.asmx file
-
Hi I ahve a .asmx file which contains the code for my cascading dropdown I have copied it from one project to another Do I need to add any code anywhere else e..g webconfig to enable this file any help would be great!! thanks
-
Hi I ahve a .asmx file which contains the code for my cascading dropdown I have copied it from one project to another Do I need to add any code anywhere else e..g webconfig to enable this file any help would be great!! thanks
if the control needs to be used in more than one project your better off writing it as a server control rather than a user control.
only two letters away from being an asset
-
if the control needs to be used in more than one project your better off writing it as a server control rather than a user control.
only two letters away from being an asset
-
asmx extension is for webservices not for user controls
Ahsan Ullah Senior Software Engineer
Oops, you're right. :-O Too many damn extensions and acronyms
only two letters away from being an asset
-
Oops, you're right. :-O Too many damn extensions and acronyms
only two letters away from being an asset
I have got the asmx file in the same location as the file that references it So I have two projects with two asmx files in them, when I run the file its (.asmx) the xml works and displays the right data but when I run it in the cascading dropdownlist it doesnt display anything But I can see it working in the other project Anyone got any ideas? I'm totally stuck! :)
-
I have got the asmx file in the same location as the file that references it So I have two projects with two asmx files in them, when I run the file its (.asmx) the xml works and displays the right data but when I run it in the cascading dropdownlist it doesnt display anything But I can see it working in the other project Anyone got any ideas? I'm totally stuck! :)
The webservice doesn't need to be in each project. Use the SOA model and put the webservice in a central location so both projects, plus any others, can call it. The service is only returning data which you are binding to a dropdown list correct?
only two letters away from being an asset
-
The webservice doesn't need to be in each project. Use the SOA model and put the webservice in a central location so both projects, plus any others, can call it. The service is only returning data which you are binding to a dropdown list correct?
only two letters away from being an asset
Yeh basically the top level of the dropdownlist should display some data from the database. I can see it working in project 1, I can see it working in the xml of project 2, but it wont display in the cascading drop down, am I missing something? Why would it work when I visit the asmx file but not when I run the file with the cdd in it?what would be the reason for this? thanks for thehelp
-
Yeh basically the top level of the dropdownlist should display some data from the database. I can see it working in project 1, I can see it working in the xml of project 2, but it wont display in the cascading drop down, am I missing something? Why would it work when I visit the asmx file but not when I run the file with the cdd in it?what would be the reason for this? thanks for thehelp
totally stuck, I'm looking at the same 3 pages of code in 2 different apps and they are doing two different things, what is going on? any help would be much apprecited, do i need to change a webconfig file, the master file, Im just totally stumped as to what this problem is
-
totally stuck, I'm looking at the same 3 pages of code in 2 different apps and they are doing two different things, what is going on? any help would be much apprecited, do i need to change a webconfig file, the master file, Im just totally stumped as to what this problem is
a-+s-+p-+ wrote:
Im just totally stumped as to what this problem is
Well so are we since we haven't seen the same three pages of code that have been staring at. Isolate the problem. Move the WebService out of each project and into one its own. Test it. Once its working, reference it in the other projects and go from there. Things you shouldn't need to be told if you're a professional developer.
only two letters away from being an asset
-
a-+s-+p-+ wrote:
Im just totally stumped as to what this problem is
Well so are we since we haven't seen the same three pages of code that have been staring at. Isolate the problem. Move the WebService out of each project and into one its own. Test it. Once its working, reference it in the other projects and go from there. Things you shouldn't need to be told if you're a professional developer.
only two letters away from being an asset
thanks for the great answer. Believe or not I have run the web service seperatly and it works. You are def not a professional with answers like that. What I was wondering is if I have to set or start the web service seperatly for each project Maybe I should wait for a post from someone who will give me a useful answer..
-
thanks for the great answer. Believe or not I have run the web service seperatly and it works. You are def not a professional with answers like that. What I was wondering is if I have to set or start the web service seperatly for each project Maybe I should wait for a post from someone who will give me a useful answer..
:laugh: :laugh: ;P ;P ;P
only two letters away from being an asset
-
thanks for the great answer. Believe or not I have run the web service seperatly and it works. You are def not a professional with answers like that. What I was wondering is if I have to set or start the web service seperatly for each project Maybe I should wait for a post from someone who will give me a useful answer..
a-+s-+p-+ wrote:
You are def not a professional with answers like that.
Why, because he needs to tell you how to debug a project? You have got to be kidding...
a-+s-+p-+ wrote:
Maybe I should wait for a post from someone who will give me a useful answer..
Good luck getting after that :laugh: :laugh:
I'm going to become rich when I create a device that allows me to punch people in the face over the internet. "If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer
-
:laugh: :laugh: ;P ;P ;P
only two letters away from being an asset
Do debuggers not work in some parts of the world?
I'm going to become rich when I create a device that allows me to punch people in the face over the internet. "If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer
-
a-+s-+p-+ wrote:
You are def not a professional with answers like that.
Why, because he needs to tell you how to debug a project? You have got to be kidding...
a-+s-+p-+ wrote:
Maybe I should wait for a post from someone who will give me a useful answer..
Good luck getting after that :laugh: :laugh:
I'm going to become rich when I create a device that allows me to punch people in the face over the internet. "If an Indian asked a programming question in the forest, would it still be urgent?" - John Simmons / outlaw programmer