Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008
all groups > asp.net > march 2004 > threads for saturday march 6

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

Worldpay
Posted by Rudi Ahlers at 3/6/2004 10:02:50 PM
Has anyone used Worldpay for E-Commerce usage before? And if so, what experiences have you had with them, integrating it into your / a client's website? I need to setup an E-commerce website for a client, and they came highly recommended. Any comments would be appreciated -- Kind Regards ...more >>


Why does this function error?
Posted by J. Clay at 3/6/2004 10:00:13 PM
I have this following function in a module in a dll that I am using for my aspx site. I get the following error: "IErrorInfo.GetDescription failed with E=FAIL(0x80004005)" If I remove the OleDb Calls and just return one of the parameters it works. But for some reason, this OleDb Call is c...more >>

SMTPMail Object Question
Posted by Carlos Cordon at 3/6/2004 9:59:46 PM
If my SMTP server requires authentication how should the "Server" string be sent? If there is a way. Thanks ...more >>

dynamically modify textbox AS the user types in it?
Posted by Jason Cowsill at 3/6/2004 9:01:01 PM
Hi - I am looking for a way to dynamically alter a textbox WHILE the user is typing in it. One example would be while a user is entering their phone number a dash would be entered automatically as soon as the user types the third digit - the fourth digit would then follow the dash. I've see...more >>

About Response.Write problem
Posted by billgay_hk NO[at]SPAM yahoo.com.hk at 3/6/2004 8:49:58 PM
Below is my code: for(int cnt=info.count;cnt>0;cnt--) { label[cnt-1]=new Label(); label[cnt-1].Text=(String)info[cnt-1]; Page.Controls.Add(label[cnt-1]); page.response.write("<tr><td>&nbsp;</td></tr>"); } ...more >>

problem with user control
Posted by Bobofrut at 3/6/2004 5:27:20 PM
hi All is there any possibility to run main page Page_Load event from user control ?? or get access from this control to any public page properties thnks in advance.. Chris ...more >>

need quick answer to easy question
Posted by Shawn at 3/6/2004 5:19:22 PM
Hi. I have a DropDownList which is bound to a DataView from code-behind. I'm having trouble with the DataTextField and the DataValueField properties because I do not know the names of the two colums in the DataView. How can I solve this? Is there someway I can use an index or something instead...more >>

Transaction handling...newbie
Posted by Colin Basterfield at 3/6/2004 4:43:55 PM
Hi, I have a web app that follows the levels below 1. Login 2. Selection - Site, Year Week ending 3. Summary - Day/Dates of selected week 4. Breakdown - Entry/Edit of counts and totals for day/date selected Level 4 (Breakdown) uses OnEdit OnCancel and OnUpdate inside the grid using...more >>



Text in images
Posted by Ale at 3/6/2004 4:39:00 PM
Hi, do anyone knows the best way to save text strings in an image space? I've to print them with a laser plotter and I need them to be the sharpest possible. I'd prefer them to be vectorial but I don't know how (and if it is possible) to do. I tried to save the string @2400 dpi but when I open ...more >>

Message not displayed
Posted by Colin Basterfield at 3/6/2004 4:30:49 PM
Hi, I have a Login screen which has a Label on it, and if the login is successful it clears the message and moves to the main screen, but if the login fails due to a bad password or username the text property of the label is assigned "bad Username or Password", however although stepping thro t...more >>

ASP.NET Remoting problem
Posted by Abhishek Srivastava at 3/6/2004 4:16:12 PM
Hello All, I have written a WebService using ASP.Net. This Service is returning an Object called ModuleVO. I have defined many properties in this class. I have added a web reference to this service. When I call this service, the object I get is of type MyWebService.ModuleVO. Where MyWebSer...more >>

TABLE column width problems
Posted by Jeronimo Bertran at 3/6/2004 4:06:16 PM
I am creating a table and inserting an iframe inside a cell for which the width depends on the screen size. The table has 7 columns and the fourth column is resized depeding on the screen size... here is my complete definition. <table style="HEIGHT: 472px" cellSpacing="0" cellPadding="0...more >>

popup repopulate
Posted by luna_s at 3/6/2004 3:34:34 PM
i have a popup box in a form a user can enter data in this popup box and hit save - how can i refresh the main page with the new data ? popup is javascript - the datas saved to a database the main form connects to the same database - i can get it to appear once i search again on the same id num...more >>

Query string for debugging
Posted by Lloyd Sheen at 3/6/2004 3:06:20 PM
I have a single page app that I want to test. It will be called from another app which will send the PK of a table to populate the form. Can I set up VS 2003 to start the page debugging with a QueryString? In other words when I start debugging can it start the page with a known query string s...more >>

populating asp:dropdownlist programmatically
Posted by amessimon at 3/6/2004 2:14:10 PM
I need to display a drop down list which holds up to 250 listitems. I'd like to create this programmatically rather than have to hardcode it into the page. For example <asp:DropDownList id="numYears" runat="server" name="numYears"> <asp:ListItem Value="0" Text="0 years" Selected="t...more >>

Can't Upload files, ASPNet Account required
Posted by Paul D. Fox at 3/6/2004 2:06:55 PM
Hi I'm running Windows Server 2003 as a Domain Controller (with Active Directory) as a development server. I created an app that uploads graphics but it doesn't have permission. ASPNET machine account requires permission. The problem is, this server is a domain controller so there is not a l...more >>

A Couple Of Questions
Posted by theintrepidfox NO[at]SPAM hotmail.com at 3/6/2004 1:17:31 PM
Hi Group! I'm have some questions regarding webapplications and the environment they run in. It would be very kind if you can answer whatever you know. Thanks for your time & efforts! Martin Is there a way how I can monitor how much server resources session state variables use? Or how...more >>

asp.net website slow loading
Posted by aspnet guy at 3/6/2004 12:13:39 PM
my asp.net website is slow at my work machine but very fast at home. My work uses a firewall. Can that slow down the loading of web forms? are there any "common" things I can try to get it to load faster? It is a database driven (access) ado.net asp.net site, very simple in structure that us...more >>

Lots of newbie question...Please help.
Posted by szachmann NO[at]SPAM lifeassociates.com at 3/6/2004 11:35:18 AM
Ok, I've never done any web development and recently I dove into asp. I used some online training from Macromedia University to figure out how to use asp w/ Dreamweaver. I want to use asp.net if possible though becuase it is the "next wave". I don't want to start out a step behind. I tried t...more >>

copy XML file -- three extra bytes???
Posted by martin at 3/6/2004 11:13:32 AM
Hi, I am copying an xml file like so. Dim xmlDoc As New XmlDocument xmlDoc.Load("C:\Program Files\Templates\message.msg") Console.WriteLine("Tmaplate loaded") xmlDoc.Save("C:\Program Files\Templates\copy.xml") Console.WriteLine("m...more >>

IO Exception: Cannot close stream until all bytes are written
Posted by Al Cadalzo at 3/6/2004 10:36:47 AM
I'm getting this error In DEBUG mode with 'Break into the debugger' option turned on I get an IO Exception: 'Cannot close stream until all bytes are written.' Followed by a 'WebException': The RemoteServer returned an error (500) Internal Server Error. at System.Net.HttpWebRequest.CheckFinalSt...more >>

managing hierarchical data - categories
Posted by Neil McGuigan at 3/6/2004 10:23:08 AM
Hi, I want to store product categories in my db and am a little lost as to where to start. They can be hierarchical, such as "Books" > "Cook Books", so my table is like this: int CategoryId int ParentCategoryId Nullable string Description with a foreign key from ParentCategoryId to C...more >>

XPathNavigator GetAttribute String
Posted by DN at 3/6/2004 10:12:29 AM
This works: nav.GetAttribute("@ATTRIBUTE",""); This doesn't: string strTemp = "@ATTRIBUTE"; nav.GetAttribute(strTemp,""); Anybody know a way around this? ...more >>

can i know a computer name?
Posted by smen at 3/6/2004 10:06:08 AM
hiye, if i were to use Request.UserHostAddress, can i know the computer name which access my website over the internet?...more >>

PassingObjectstoWebForms
Posted by J at 3/6/2004 9:44:14 AM
I have an object that gets created when the first ASP.NET webform, of the web app, is opened. I need to pass this object to other webforms as they are opened and keep the scope in the same session. How can I do this? Thanks ...more >>

Curious link button navigation problem
Posted by tempframeworkfan NO[at]SPAM hotmail.com at 3/6/2004 6:42:52 AM
Hello, Has anyone ever seen this before: Say if you are on "webform1.aspx", and there is a link button on this form with the code response.redirect("webform2.aspx") When you click on the button, you just simply stay where you are (on webform1.aspx). You just don't move to the next page. ...more >>

Persisting State Information
Posted by simon NO[at]SPAM simonbrown.net at 3/6/2004 6:33:40 AM
Hi, Is there a way of persisting state information for a server control without using ViewState? I'm currently using Page.Session() but I don't think this is the best way. What's the preferred method? Thanks Charlie...more >>

querying for user ip...
Posted by smen at 3/6/2004 6:31:05 AM
i need to track my visitors ip over the internet and stored them in the db. any method out there which i can use? thanks in advance....more >>

Server control events & client scripts
Posted by Reinhold Mannsberger at 3/6/2004 6:24:55 AM
Hello! I have a page with a datagrid, where the user can select an item. Based on the selection of the user, a xml-file is generated. Some values of the xml-file should be passed to an application via javascript. This is what I have done: --- the source file --- private void DataGrid...more >>

HowTo use CompareMethod.Text in String.IndexOf ?
Posted by Andreas Klemt at 3/6/2004 4:37:11 AM
Hello, how can I use CompareMethod.Text in String.IndexOf ? Thanks for any help in advance! Andreas ...more >>

mousepointer in webform
Posted by Imran at 3/6/2004 3:06:07 AM
Hi I am using an aspx page and on a button click, i want to access mousepointer. Any ideas on how to do it ? I can't access System.Windows as its a webform Thanks...more >>

Access controls from a class
Posted by Damon at 3/6/2004 12:48:49 AM
Can controls on a web page be manipulated from a class? For example, If I have a web page that has a dropdown on it can I populate that from inside of a class that I created? If so, how? ...more >>

Download dialog appears twice
Posted by Sharon at 3/6/2004 12:17:06 AM
Hi all. I have an aspx page that starts a download: Response.WriteFile(file). The problem is that the Open / Save dialog appears twice when i choose Open. Any idea why? 10x. Sharon. ...more >>


DevelopmentNow Blog