Hi all
I have 2 tables. One called 'members' and the other called 'addresses'. Naturally there are members that are linked to addresses, it's quite simple.
I'm using a simple query to pull 2 fields from my members table which also should pull back around 6 fields from the addresses table...
Ok, still having problems. I'm getting a Method Error 500 here, and I have no idea why. I'm simply developing this web app locally, although the db is remote.
Here's the Ajax control (CascadingDropDown) code from my .aspx file (yes, I have the script manager on the page, and it's also a...
So, the ASMX file is the actual Webservice?
If so, the namespace value would be pointing to itself?
Right now, my project is just being run from within the Visual Studio 2008/Websites folder... is this a path I would reference?
Hi
I'm using .NET with the Ajax Control Toolkit, and I'm trying to get working the CascadingDropDown control.
Unforunately, to get it working via a SQL database like I need it to, it needs to use a webservice... and this is a new thing for me.
In VS I've created a .ASMX file (the web service...
Hi
No it wasn't excluded.
I just figured out that the page had a <form> tag in it, and the master page has a <form> tag too. What's the deal with form tags? I wanted to have a content page with a login area, and for this, wouldn't I need a separate form tag??
Hi
I have VERY simple project right now.
But, strange thing happened - I created a new ASPX page (and it's associative .cs code behind file). For some reason, the application can't find the page. The file is in the normal place (root) of the project!! Very odd... Why on earth would the...
Hi all
This is just a general query.
I have built websites before in classic ASP, where users are kept logged into a website by using the session object. Now I'm making the transition to .NET (C#), I'm wondering if I can still use the same session object, and if so, is it wise/secure to use...
I'm puzzled by this, it should be a piece of cake!
The Repeater control is bound to the stored proc, according to the code behind... Why would I need to get a reference to the hyperlink? This doesn't seem to be a reason why the server tag is showing on the client end source...
Please check...
Ok, where do I go to change these properties? This is really strange, because this is a brand new project, very simple (so far).
Why on earth would the server tags render on the client end..?
FYI, the code-behind code (below) is used to just bind a stored procedure (via data Table Adapter) to...
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.