ASPFriends.com 'aspngfreeforall' list Archive - May 2002
Messages
Page: 123456789
DotNET-compatible Credit Card Payment Processing Service? (4 replies)
ASPFriends.com 'aspngfreeforall' list
Does any know of any .NET compatible/integrate able credit card payment processing services?
URL as a Session ID (2 replies, VIP)
ASPFriends.com 'aspngfreeforall' list
hi all. I currently have 3 static html web sites that have 95 % of the exact same content. Each has a different URL. My problem is that a change in one has to be propagated to the others. Is their a way of merging the contents of the 3 web sites into 1 , and making the relevant pages or sections of pages dynamic based upon what URL is for the session?? For example , can ASP store the URL as a sess...
ASP.NET In-Process app (3 replies)
ASPFriends.com 'aspngfreeforall' list
Hi group, Does anyone know how to switch an ASP.NET app between in process and out of process modes? Or even check to see under what type of process your app is running under? Thanks
ASP.NET (15 replies)
ASPFriends.com 'aspngfreeforall' list
ASP.NET is great, but it creates a Windows Form VB type of application that can run on a web server. Just wanted to know if other developers are adding HTML, Java Script code, web style components to make an ASP.NET application look and feel like a "Web" site not like a traditional Windows App. For example, using tools like DreamWeaver or Cold Fusion, etc. Can you integrate web pages developed wit...
Drop Down (7 replies)
ASPFriends.com 'aspngfreeforall' list
!DOCTYPE HTML PUBLIC " //W3C//DTD HTML 3.2//EN" HTML HEAD META HTTP EQUIV 3D"Content Type" CONTENT 3D"text/html; charset 3Dus ascii" META NAME 3D"Generator" CONTENT 3D"MS Exchange Server version 5.5.2652.35" TITLE Drop Down /TITLE /HEAD BODY P FONT SIZE 3D2 Hi All, /FONT /P P FONT SIZE 3D2 I have four drop downs on my page now I have one label on that page as well. /FONT BR FONT SIZE 3D2 Now I wan...
Opening WebForm (3 replies)
ASPFriends.com 'aspngfreeforall' list
From codebehind I want to open an existing webform (webform1.aspx). However I want to set some properties on the webform before opening it. For example dim f as new webform1 f.property1 new recordset f.property2 value I am stuck on how to get the webform to replace the current page and/or display in a new window. thanks, chuck
All Datagrid properties website ? (5 replies)
ASPFriends.com 'aspngfreeforall' list
Looking all over the web I know there is website that lists all the properties of different controls and namespaces etc. I thought there was a link from Charles' main page but I can't find it. I'm looking for all the settings I can set in the data grid control. I would like to set the header background to a specific color. Thanks, Jeff Giesbrecht http://OwnYourOwnBusinessNOW.com by http://HealingW...
trim string (5 replies)
ASPFriends.com 'aspngfreeforall' list
Hi I have values, ex 1 A,10 B etc, that I want to split. Always separated with " ". I get the A by setting tempIDident tempID.Substring(tempID.LastIndexOf(" ") 1) but i cant find one to get the on to the left of the " " And Is it possible to make a function to split 1A,10b etc not needing the " " between, That get the integer and another that get the string character? Thanks Eivind
Session State (6 replies)
ASPFriends.com 'aspngfreeforall' list
I am using the cookie less (set to true) session state management. During this I want to open a new separate window, but I want keep it in the same session. How to get the current session ID? what's the way to do it? Thanks in advance. Regards Sachin
Sharing Session Variables (6 replies)
ASPFriends.com 'aspngfreeforall' list
Hi All, I would like to add a new feature to my existing Classic ASP application using ASP.NET and C#. Everything works up until I try to access Session Variables created by the Classic ASP pages, is there any way to allow these to be accessed through my new feature that I have added on? Thanks in advance, Gavin
asp.net and session state in web farm (10 replies)
ASPFriends.com 'aspngfreeforall' list
What's the best approach to handle session state in asp.net Win2000 web farm NLB environment? What is the easiest to implement versus security versus performance? Suggestions, advice, and comments much appreciated. Thanks. /Justin
Max size of the files to be uploaded ....... (5 replies)
ASPFriends.com 'aspngfreeforall' list
Hello, From an ASP.NET page , I am not able to upload big files (over 3MB) using file1.postedfile.saveas(file) How do we set the max size of the files to be uploaded ??? Thanks, Ajith. Do You Yahoo!? Yahoo! Health your guide to health and wellness
Controls (2 replies)
ASPFriends.com 'aspngfreeforall' list
!DOCTYPE HTML PUBLIC " //W3C//DTD HTML 3.2//EN" HTML HEAD META HTTP EQUIV 3D"Content Type" CONTENT 3D"text/html; charset 3Dus ascii" META NAME 3D"Generator" CONTENT 3D"MS Exchange Server version 5.5.2652.35" TITLE Controls /TITLE /HEAD BODY P FONT SIZE 3D2 HI all , /FONT /P P FONT SIZE 3D2 I would like to reset only the drop down controls on my page with a click of a button control . Only the drop...
MS Project/ Gannt Chart reporting (2 replies)
ASPFriends.com 'aspngfreeforall' list
Looking for the quickest way to produce Gannt charts to the web. Could create it myself, but was wondering if anyone knows if there is a third party tool I could integrate into my ASP.NET application. Scott
Convert VB Code to C# (4 replies)
ASPFriends.com 'aspngfreeforall' list
Hi, I am VB.Net developer and new to C#. Is there any tool available to convert VB Code to C#. Thanks in advance Srinivas
Easy way to zip/package files chosen by a user (4 replies)
ASPFriends.com 'aspngfreeforall' list
I wonder if there are any classes in the framework that allows you to easily zip files. I'm not looking for a whole lot of functionality, just the option to include a bunch of files (images and other mediafiles), chosen by a user, in a neat package for the user to download. Anybody have an answer or suggestion to this one? Regards/H E4lsningar Andr E9 Colbi F6rnsen 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D 3D...
MS Project/Gantt Chart (2 replies)
ASPFriends.com 'aspngfreeforall' list
Looking for the quickest way to produce Gantt charts to the web. Could create it myself, but was wondering if anyone knows if there is a third party tool I could integrate into my ASP.NET application. Scott
Please Help with ADSI Provider (5 replies)
ASPFriends.com 'aspngfreeforall' list
Hi I have a Domain Controller "s1" in domain "domain.name" I have a app that is NOT part of the domain trying to access domain user properties Im no expert in this area and I cannot figure outthe ADSI provider string Any input would be appreciated Thanks James
Cookies (12 replies)
ASPFriends.com 'aspngfreeforall' list
Hi All, I have just begun a new ASP.NET project and have run into a strange problem. In my old project I used cookies which where checked by a Control using the text HttpContext.Current.Request.Cookies("CDSCSE")("lAttempt") This worked fine but in my new project I am getting the error message. The name 'HttpContext' is not declared. Could someone let me know what I am doing wrong? Thanks, Gavin Ma...
Net.Webrequest class (4 replies)
ASPFriends.com 'aspngfreeforall' list
Hi , I have a asp.net application that make a web request using the class net.webrequest. When i use Net.Webrequest.Create(Url) and the Url is an .aspx page on a IIS server that is on another machine, it works fine. When (Url) points to an .aspx page on the same machine (on the same IIS server) using a different IP, it gives an error saying 404 Not found. Im sure the url is correct because i test ...
C# Equivalent of VB.NET code (6 replies)
ASPFriends.com 'aspngfreeforall' list
Hi, Any C# Equivalent for this part of VB.NET code. This is used to parse the domain name from the URL Dim DomainName As String Nothing ' parse the domain name from the URL (ie. www.domainname.com ) DomainName CType(TypeDescriptor.GetConverter(GetType(Uri)).ConvertToString(Request.Url) , String) DomainName Mid(DomainName, InStr(1, DomainName, "//") 2) DomainName Left(DomainName, InStr(1, DomainNam...
CheckBox (2 replies)
ASPFriends.com 'aspngfreeforall' list
Moved from [aspngstart] to [aspngfreeforall] by devin devinr@drone interactive.com Hi, I have a huge form with over 100 checkboxes; when the form is submitted I need to e mail the results. This is what I have: td asp:CheckBox id Check36 Text "Abdomen" runat "server" / /td td asp:CheckBox id Check37 Text "Ankle(s)" runat "server" / /td I have successfully e mailed all of the other controls except f...
Big problem with dynamically generated table rows (7 replies)
ASPFriends.com 'aspngfreeforall' list
Hi, I've got a web form which users have to select a number from a drop down list and on postback that number of rows are inserted into a table below the drop down box. Each row has a couple of text boxes and the last row has a submit button. That all works fine, BUT. When the button is pressed the following error comes up: Specified cast is not valid (I've pasted the trace info at the bottom of t...
Iterate through all webform controls (3 replies)
ASPFriends.com 'aspngfreeforall' list
How could I set up a loop to iterate through all the controls on my webform and return their id value? Brent Giesler Dallas, Tx 972.754.4100 www.aspguy.com brent@aspguy.com
Could not find a part of the path ? (4 replies)
ASPFriends.com 'aspngfreeforall' list
I am trying to deploy one of my VB.NET asp pages to my web server outside of our firewall. I am continually getting an error when I try to upload a file. I have attached the error message which gets thrown when you try to use the page Here is the code in question: Dim sPath as String Dim sFile as String Dim sFullPath as String Dim sSplit() as String Dim sPathFriendly as String sPath Server.MapPath...
Ad
MBR BootFX
Best-of-breed application framework for .NET projects, developed by Matthew Baxter-Reynolds and MBR IT
 
 Copyright © Matthew Baxter-Reynolds 2001-2008. '.NET 247 Software Development Services' is a trading style of MBR IT Solutions Ltd.
Contact Us - Terms of Use - Privacy Policy - www.dotnet247.com