Hi All, Its has been a very good morning for me today coz the prob wich i was facing yesterday because of which i was not able to proceed my work ahead is...
Good point guys. Thanks for pointing out the design flaw in my logic. I am going to have fun changing that, since I have about 1200 pictures ;-) But I do...
Hello All: I am building a webform that will need to add numerous controls / objects based upon some value in a table (can be 1 - x). I thought about using a...
Hello All: I have a PlaceHolder on a webform. <asp:PlaceHolder ID="pnAmxrstMerchantID" runat="server" /> On the code-behind, I am dynamically adding to this...
Hi Everybody, Im back again but this time I'm having double probs. With the help from all you guys Im able to complete my project till this, but now Im stucked...
Hi Javed, You're not using the same string building syntax I posted - so you're not getting "AND" within the values. If you go back to the code I posted you'll...
You do an IF and put something in qryCreate, then you do another IF potentially put something different into qryCreate. You should be terminating execution of...
Your statements look OK. This suggest to me that the fields don't actually have in them what you think is in them. Specifically intTeamID in this case. And...
Hello, I think this question may fall as much into a db category question as an asp question but I am not sure which way to begin looking for the answer. In...
Hi, Keep your resultset of images in the session (whatever you have received in response to category provided) and on clicking the next button of details page...
I think you can configure this in IIS Stuart -- Stuart Steele StuWeb Race Management Services www.stuweb.co.uk [Non-text portions of this message have been...
Hi all, and thanks for membership to your group. Wonder if anybody can help me with loginview ? Its not the functionality, more its positioning on the web...
This answer assumes you have a really small recordset and only a few visitors at a time, large recordsets with large numbers of users will swamp your server...
Hi Scott, ... Use a 404 handler mapped to an ASP file then test the requested URL for the type of address you want to "play" with. I have a very extensive ...
Hi Scott, ... Correct. However, nothing like planning in advance. The only way to trap errors for .NET files with an ASP file is to handle that parameter, so ...
Hi All, Im back again with new problem. You guys must have think that its not a great problemby reading the mail subject. But, for me its a really big...
ASP pages that call themselves are a little difficult conceptually and are not really for inexperienced ASP programmers. In addition, though, they are not a...
I have volunteered to be the web developer for the Senior Class parents (non-profit; class size varies between 400 and 700 - this year has about 650 seniors)....
I have volunteered to be the web developer for the Senior Class parents (non-profit; class size varies between 400 and 700 - this year has about 650 seniors)....
Lynn: I am not sure what you are actually asking. Are you looking for advice on hosting companies or how to setup a website to do all of this? Thanks Andy ......
I use exahost.co.uk - I have LOTS of domains with them. They have a very slick domain control panel that allows you to configure all aspects of your domain...
Why not just use cookies or Session variables to temporarily store the data from each from on each page until you are ready to write it to a database or...
I would probably also lean towards writing to the DB at each stage. However, there are disadvantages too. If the user doesn't progress through all stages,...
Hello, I thought I was trying to do something simple but I have decided that it must not be as obvious as it seems. I have a mySql table that includes a field...