ASPFriends.com 'aspngfreeforall' list Archive - July 2002
Messages
Page: 1234567
Checking for every 5th record in datareader (6 replies)
ASPFriends.com 'aspngfreeforall' list
Hi, If I have a datareader that I am looping through, which contains say 40 records, how can I lay out the results of the datareader so that at every 5th record I add another br tag to put the next 5 results on a new line ie. I want the display to appear like this... after 5 records a br tag is inserted page1 page2 page3 page4 page5 page6 page7 page8 page9 page10 page11 page12 etc. I assume my cod...
Faxing (2 replies)
ASPFriends.com 'aspngfreeforall' list
Anyone know if there is a way to send a Fax from ASP.NET? This email has been scanned for all viruses by the MessageLabs SkyScan service. For more information on a proactive anti virus service working around the clock, around the globe, visit http://www.messagelabs.com
Response.Redirect bug? (8 replies)
ASPFriends.com 'aspngfreeforall' list
hi for some reason, the response.redirect doesn't seem to work.. it works most of the time, but some times its just wont work..it just shows a blank page.. is there any known bug for this method??? or am i doing something wrong?? James
Populating dropdown - Display Text and Value (2 replies)
ASPFriends.com 'aspngfreeforall' list
Hello I'm working on populating a combo box with a list of account numbers. How can I have IDs associated with each account number tag along with the display values (which is the account number)? Thank you Vivek **************************************************************************** This electronic message contains information from CTIS, Inc., which may be company sensitive, proprietary, priv...
Calendar Application (2 replies)
ASPFriends.com 'aspngfreeforall' list
Hi All, Before I start to re invent the wheel, I was wondering if someone has already written an ASP.Net calendaring application for use on Intranets. What I am basically looking for is something like the Microsoft Outlook Web Access calendar except that it would use and SQL backend instead of MS Exchange. Regards, Suneel.
Span in Netscape (2 replies)
ASPFriends.com 'aspngfreeforall' list
Moved from [aspngwebcontrols] to [aspngfreeforall] by Tony Stark IronMan@aspelite.com When I try to set the innertext of a span control or literal control in Netscape 4.7 the text is not rendered. Works fine in IE. Anybody know of a work around?
aspnet_wp.exe error (2 replies)
ASPFriends.com 'aspngfreeforall' list
i am receving this error in the event viwer : Source: ASP.NET 1.0.3705.0 Event ID: 1003 aspnet wp.exe (PID: 1812) was recycled because it was suspected to be in a deadlocked state. It did not send any responses for pending requests in the last 180 seconds. the systems working fine but this event continuing send error massege to the event viewer. thanks for any help
String split and add (2 replies)
ASPFriends.com 'aspngfreeforall' list
Hi all , I have a text box with a users name e.g. Joe Soap now i need to get that in to this format: JoeS there will always be the users first name and then space surname ( if that helps ) How can I do this? Thanks Carlos This email and any files transmitted are confidential and intended solely for the use of the individual or entity to which they are addressed, whose privacy should be respected. ...
Disable Close (X) button on IE (13 replies)
ASPFriends.com 'aspngfreeforall' list
I have been researching this question for two days. How would I disable the X close button in the IE top most bar? The one with the title in it. Ideally, I'd like to disable, or get rid of the minimize, maximize, and close buttons. Or even turn off that bar all together. I know for window.open you can specify that the window not be resizable, but I want to do it for the main window, and you can't ...
text box (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 3Diso 8859 1" META NAME 3D"Generator" CONTENT 3D"MS Exchange Server version 5.5.2652.35" TITLE text box /TITLE /HEAD BODY P FONT SIZE 3D2 Ok this will test who knows their textboxes. /FONT /P P FONT SIZE 3D2 Here is my situation. /FONT /P P FONT SIZE 3D2 I have web1.aspx on that...
calanders (2 replies)
ASPFriends.com 'aspngfreeforall' list
I would like to use the calander control but I want it to display a who year at once. The requirement is to be able to selected a month quickly, but the best I have managed so far requires several clicks to cycle to the month you want. Does anyone know if it is possible to use a yearly calender thanks Irene
SIMPLE unzip component? (2 replies)
ASPFriends.com 'aspngfreeforall' list
I'd like a .Net unzip component that is very simple to just extract an archive to a specified location. The component I had previously been testing seems to require reading the archive certain bits at a time I don't want to deal with that. Can anyone recommend one they have used? TIA ~Brad Kingsley Microsoft MVP ASP Windows 2000 MCSE http://www.orcsweb.com/ Powerful Web Hosting Solutions #1 in Ser...
Adding Record DNS & IIS Server using ASP.NET (2 replies)
ASPFriends.com 'aspngfreeforall' list
Can I create a web form to input record to updates DNS Server information? (Such as adding new host...) Besides, can I create a new web site programmatically using ASP.NET... Please reply. yours, Best Regards, Sammy Tang BackBone Production House eMail: mailto:Sammy@hkec2000.com Sammy@hkec2000.com Mobile Phone: 94604294
Displaying HTML within an element... (7 replies)
ASPFriends.com 'aspngfreeforall' list
If I have the code for an HTML page, how could I render that HTML code as HTML within an element on my page? i.e Dim htmlCode as String " HTML BODY Hello this is HTML /BODY /HTML " myLabel.Text htmlCode Any ideas? Thanks Greg
ArrayList.ToArray(Type type) (2 replies)
ASPFriends.com 'aspngfreeforall' list
Hello Does anyone have a code example of using ArrayList.ToArray(Type type)? I'm a little confused about how to pass my type in. I'm trying to return an array composed of enumerated types (that I declared within the same class). I've been trying permutations of the following code, but with no success. selectedValue.ToArray(Type.GetType(SegmentQuery.ActivityCriteria.Activit y)) Note: SegmentQuery.A...
ViewState Persistence (2 replies)
ASPFriends.com 'aspngfreeforall' list
Hi everybody!!! I have a problem persisting the view state from my pages. I created a class that's inherits from Page and override the methods: LoadPageStateFromPersistenceMedium and SavePageStateToPersistenceMedium. In these methods I wrote code to persist the view state in the user session. So far so good, everything works. The problem arise when we move our application to a NLB (2 machines) env...
page.smartnavigation (3 replies)
ASPFriends.com 'aspngfreeforall' list
I want to set the page.smartnavigation property within my code behind file. I realize that the documentation suggests against doing this, but I actually have a need for this. I need to start with the page.smartnavigation false. This can not be changed. After a few entries into a web form, I then need to change the smartnavigation property to true. After this, when another form event fires, the sma...
NOT ANSWERED: ImageButton Help (3 replies)
ASPFriends.com 'aspngfreeforall' list
Hi, Sorry if this is a dumb question: I've been converting my web site over to asp.net and have a number of image maps. I've tried replacing the conventional HTML method (map, area tags) of creating an image map with using an asp:ImageButton web control. My question is, the mouse cursor changes to the link hover hand with the pointing finger whenever the cursor is positioned over the image I only ...
Firing Click events ? (7 replies)
ASPFriends.com 'aspngfreeforall' list
I have dropped both an HTML submit button and a server side button on my web form and double clicked each to create the click event behind them, in the code behind file. I put some code in the events and run in debug mode. I can click till the cows come home and breakpoints in neither of the events are hit. I check the properties of each and see nowhere to set autopostback true. What am I missing?...
How can I retrieve multiple items from a DropDownListBox? (5 replies)
ASPFriends.com 'aspngfreeforall' list
I have a page with two dropdownlistboxes on it. The first is populated from a database and then there is some Javascript that enables the user to move items to the second listbox. How can I retrieve the items from the second listbox in the order that they have been copied across? Cheers, Julian Voelcker The Virtual World (UK) Limited Cirencester, United Kingdom
Http Post of Credit Card info to AuthorizeNet (3 replies)
ASPFriends.com 'aspngfreeforall' list
Hi all, I was hoping to find someone who has sent credit card information to AuthorizeNet to validate the card. I am using ASP.Net/VB.Net. I have tried the following code: Dim myWebClient As New WebClient() Dim urlString As String "https://secure.authorize.net/gateway/transact.dll" myWebClient.Headers.Add("Content Type", "application/x www form urlencoded") Dim byteArray As Byte() Encoding.ASCII.G...
Date Formating (5 replies)
ASPFriends.com 'aspngfreeforall' list
I grab dates from a database that come in a form of mm/dd/yy hh/mm/ss how do I drop the time?
Div in UserControl not rendering in Netscape (4 replies)
ASPFriends.com 'aspngfreeforall' list
I have a div within a usercontrol within a multipage control where I set the innertext property. In IE the text is rendered. In Netscape 4.7 the div is rendered but the innertext is not. Very strange because I can walk throught the debugger and see the value set, but it is only rendered in IE. Any ideas. p.s. works ok if the div is not in a usercontrol within a multipage. p.s.s to moderators, if y...
Format string (4 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 3Diso 8859 1" META NAME 3D"Generator" CONTENT 3D"MS Exchange Server version 5.5.2652.35" TITLE Format string /TITLE /HEAD BODY BR BR P FONT SIZE 3D2 A0Hi all, /FONT /P P FONT SIZE 3D2 I have a value from a dataset that I write to a lable now the value is numbers like: 128000 or ...
Problem with multiple event firing (3 replies)
ASPFriends.com 'aspngfreeforall' list
I've found a weird problem that maybe you can solve. Let's see this simple ASP.NET page: html head script runat "server" Public Sub Button1 Click(sender As Object, e As EventArgs) Label1.Text "**" End Sub /script /head body form runat "server" asp:Button id "Button1" onclick "Button1 Click" runat "server" Text "Click me"/ asp:Label id "Label1" runat "server" / /form /body /html Now click the butto...
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