Home All Groups Group Topic Archive Search About

ASP.NET Development

microsoft.public.dotnet.framework.aspnet
Score 2 String Questions
shapper - 3 Nov 2006 3:44 PM - 1 message
Hello, I am having 2 problems related with strings: 1. I have a string as follows: "File01.xml,File02.xml,File03.xml"     I need to create an array where first item is "File01.xml", second item is "File02.xml", etc. ...
Score Two Requests acessing the Session collection
Michael Schwarz - 2 Nov 2006 12:39 PM - 1 message
Hi, I have a problem where I have two requests (i.e. two different windows that are using the same session) that are accessing the session collection. The requests will need more time on the server, but I get the problem that the ...
Score DBA or Development? Chicken or Egg?
ASF - 2 Nov 2006 3:14 AM - 1 message
General question here. You've been asked to develop an inhouse corporate app that is data-centric. Lots of editing, inserting, searching, and researching. How does your workflow and division of labor work? IOW, do you have a separate DBA who sits in with the client, sees how they do their work ...
Score Basic payment security
Samuel Shulman - 31 Oct 2006 8:56 PM - 1 message
I designed a payment system that the actual verification is done on another server (a bank payment system) All I need is to secure the page where the credit card details are passed What is the simple way to do that? ...
Score Updating session variables with a master page
TheAmes - 30 Oct 2006 7:23 PM - 1 message
Hi VB.net 2.0 website developed with VWD 2005 Express one masterpage one content page aspx and a global.asax in the application startup event of the global.asax file i declare a session variable: session("ItemCount") = 0 in the masterpage there is an asp:label ...
Score LIKE not working for Access Query in ASP.NET 2.0
Anthony Bollinger - 30 Oct 2006 11:20 AM - 1 message
I don't know if this is the best group to ask this question, so redirect me if necessary.  I have a valid query that uses the LIKE operator.  I know it is valid because it works directly in Access.  I also know that my ASP code ...
Next »