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 > january 2005 > threads for wednesday january 12

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

accessing sql server (OT?)
Posted by Mark at 1/12/2005 11:47:49 PM
I have a SQL server on my small development lan, and also a webservere, both running Win2kServer. When I try to accessss a sql db from an asp.net page, I get an access denied error. (the slq server is a fresh os install, I lost my old server, but the db's are backups). What access needs to be ...more >>

IIS n Asp.net
Posted by farhan wajahat at 1/12/2005 10:57:08 PM
I have made an application of asp.net on vb.net. My machine will act as a Webserver. What is the method of using the application on the web via the help of webserver. What kind of configuration will take place in IIS and where do i have to copy my project files?? Regards...more >>

<A href="http://www.doxemr.com" target=_top>Terms and Conditions</A>
Posted by Just D. at 1/12/2005 10:19:03 PM
What should be enter to open some link in a new copy of the browser? The text below opens the link in the same window, but I need to hold the client on the original window and open a new one to let him read some information. <A href="http://www.somecompany.com" target=_top>Terms and Condition...more >>

'IListSource does not contain any data sources'
Posted by peter NO[at]SPAM yahoo.not at 1/12/2005 9:52:28 PM
Hi, I try to bind a DataTable to a DataGrid, but I receive the following error-message : 'The IListSource does not contain any data sources'. I have no clue what the problem might be, as I can tell that the DataTable actually contains valid data. This is the code : DataTable dtUser...more >>

Decoding url
Posted by HP at 1/12/2005 9:50:24 PM
hi In my search page, search terms follow by the ? mark. but the problem is that the term is encoded in the following format: http://domain/search.aspx?%d8%a8%d9%87%d8%af%d8%a7%d8%b4%d8%aa how can I convert it to original characters so that I be able to process it? my page character set is ut...more >>

Emulate HREF Mailto: in a form
Posted by Brian Bischof at 1/12/2005 9:34:52 PM
I'm have a form with a datagrid showing a checkbox for each row. I want the user to be able to click a checkbox and then click a button that sends an email similar to how the HREF MailTo: works. I can't embed the MailTo: in the webpage b/c the button has to determine which row has a checkbox, pul...more >>

object in session question
Posted by JJ at 1/12/2005 9:25:02 PM
Hi, I assigned a class to a session and after its use during the session I want to null it out of the session or reset it by killing the object in the session and creating a new one. Any ideas on how to do this? What's the best method to do this? Thanks, JJ...more >>

"An error was encountered whilst attempting to start your session.
Posted by Randy Gadingan at 1/12/2005 9:15:02 PM
Please help. This error always pops-up everytime I try to run my asp.net application. ...more >>



Translate from classic asp to asp.net (c#)
Posted by craigkenisston NO[at]SPAM hotmail.com at 1/12/2005 9:08:46 PM
Hi, I'm a bit stuck with an old piece of asp code According to the originating site, in asp it looks like : <html> <body> My Page <P> <script language=javascript src='http://www.contentinfusion.com/ Article.aspx?ArticleID=<%=Request("ArticleID")%> &FORMAT=JS&MEMBERID=<%=Request("MEMBER...more >>

textbox loses values
Posted by Mark Broadbent at 1/12/2005 8:08:34 PM
This one has got me absolutely stumped. At work I have created a simple web form that gets data from a sql backend and puts this to a dataset. I have an edit button that when clicked will set the relevant text properties of several textboxes (to allow for edit) ....all simple so far. I hav...more >>

When will MS fix webcontrols...
Posted by Dude at 1/12/2005 7:25:04 PM
Is there a planned release which fixes the current dot net controls like dropdownlist which are windows controls rather than web controls! So developers dont have to waiste $Millions working around the layering probelms assocaited with this design flaw... Thanks.. ...more >>

RaiseEvents between pages
Posted by sri_san NO[at]SPAM mailcity.com at 1/12/2005 7:03:54 PM
Hello, I have 2 aspx pages(say P1 and P2) and would like to pass events from one page to another. As soon as a submit button in P2 is clicked, I need to process some stuff, close the page and pass some info from P2 onto P1. I tried to use RaiseEvent but unable to make it work. Any ideas? Th...more >>

Populating a DataGrid
Posted by Bob Hollness at 1/12/2005 6:30:16 PM
Hi all. I hope this is the right group I am trying to populate a datagrid on an ASP.NET page from a MySQL table using the .NET connector (ByteFX). But for the life of me, I just cannot work it out. Can someone tell me what I am doing wrong? What I want is to click a button and the conte...more >>

Can i display a COM MSChart object in an ASP page?
Posted by John Blair at 1/12/2005 6:12:49 PM
Hi, In my webform HTML i have the following code, but i cannot view and configure this chart control in the code behind class. In the code behind class i have a reference to this com control but when i try and add it as a child control of say a panel control then it gives me a cast error. ...more >>

OleDbException executing reader on Access stored view
Posted by Marco Frontini at 1/12/2005 6:03:47 PM
I had a strange error in asp.net when try to execute a simple select statement like "Select * From ViewName" if the stored view contains a where clause. The connection is made to an Access database using System.Data.OleDb objects and Jet 4.0 oledb provider. The same code works fine in windo...more >>

multi-level side menu
Posted by CW at 1/12/2005 5:17:53 PM
I have been using (vertical) data list to simulate menus on left pane of pages (I don't use drop-down and pull-down menus because javascript must be enabled). However, the problem with data list is that I can only have 1 level of menus. Is there anyway to get multi-level menu? The idea is that...more >>

Application Address
Posted by Shimon Sim at 1/12/2005 4:35:27 PM
Hi I need to get application address that will look like this http://www.mysite.com I tried already Request.FilePaht that the documentation says that it returns the full path of the request including host name but on my machine for some reason it only returns virtual path and is equal RawUrl....more >>

Deny access to htm files
Posted by Brian Linden at 1/12/2005 4:34:43 PM
I have a web application using forms authentication and everything seemed to be working fine, as far as requiring them to login. But then I noticed that you could type in: http://domain.com/restrictefolder/test.htm How do I deny access to a folder full of .htm files that I don't want them t...more >>

Removing Trailing spaces from Excel using asp.net
Posted by Ben at 1/12/2005 4:28:22 PM
Hi All, I have an Excel issue which I am unable to solve for the past couple of days. I have a printable version of a report , which uses the basic Response.ContentType="application/vnd.ms-excel"; to give the report in excel. Now one of the fields is numeric, but Excel adds a trailing spac...more >>

forcing a new browser window
Posted by G Dean Blake at 1/12/2005 4:15:44 PM
in my aspx app I am writing a stream that works fine but it replaces what is in the client browser window. The code is as follows: .. .. HttpContext.Current.Response.ClearHeaders() HttpContext.Current.Response.ClearContent() HttpContext.Current.Response.ContentType = ...more >>

Debug two ASP.Net apps at one time?
Posted by Selden McCabe at 1/12/2005 4:08:23 PM
On my desktop machine, I often start two instances of VS.Net, one with a web site, and the other with a web service. I can set breakpoints in the web service, and when they are called from the web site, they get hit. It's a convenient way to test and debug web sites and web services. On m...more >>

Operation must use an updateable query
Posted by (rbutch NO[at]SPAM coair.com) at 1/12/2005 3:22:10 PM
guys, this is pretty strange to me. im using access db as a back end. as long as im in localhost/WebForm1.aspx im fine. but if i put this on another pc, i get a "Operation must use an updateable query" message when doing an insert. anything else works just fine. if anyone has any ideas why th...more >>

Stream documents to Response.ContentType="application/pdf"
Posted by David Lozzi at 1/12/2005 2:38:26 PM
Hello, this is a repost of a previous post of mine from today. I need to export multiple documents (doc, xls, ppt, jpg) and crystal = reports to a single PDF file. I know how to export a single Crystal = Report to PDF and it works quite nicely using the Response.ContentType = =3D "application/...more >>

making debug=true in web.config slows the application
Posted by Luis Esteban Valencia at 1/12/2005 2:29:40 PM
Hi, I want in debug mode debug=true. In release (production), no reason debug to be true but the questions are: 1. Does it slow the application (holding debug=true) 2. If yes, how can I solve the problem so that in debug mode debug=true and in realse debug=true. To hold 2 separate files - see...more >>

asp.net serializing
Posted by venky at 1/12/2005 2:28:58 PM
I am new to asp.net and web programming. A question regarding the state management. I query a database and store a record in the class object. Now i want to store this object on postbacks. whats the best way? If anyone can throw more light on serilzing, it would be great help ...more >>

Send Alerts to web clients?
Posted by Luis Esteban Valencia at 1/12/2005 1:30:51 PM
Is there a way to send timed alerts to ALL web clients conencted to the IIS server (on a server level)? IF NOT Is there a way to send timed alerts to ALL web clients using a certain .Net web application? IF NOT Is there a way to send timed alerts to ALL web clients using a certain .N...more >>

Validators
Posted by Neven Klofutar at 1/12/2005 1:15:28 PM
Hi, How can I check is there a "/" character in TextBox using Validators (and which Validator) ? Thanx, Neven ...more >>

manually Send file to client
Posted by wackyphill NO[at]SPAM yahoo.com at 1/12/2005 1:14:47 PM
Is there a way to code it so that you can transmit a file to a client programatically so that you could send it a file that is not part of your website? Like if my site is in c:\inetpub\mySite Is there a way I can use like FileStream and read in a file from c:\ and then somehow transmit it ...more >>

How do i: Visual Inheritance
Posted by John Blair at 1/12/2005 1:08:10 PM
Hi, I have one form that i want to make similar to another form but add some additional controls. I thought the following code would make my webform4 have all the content of webform3 but nothing shows up in webform4.....how do i make this work? Thanks. Public Class WebForm4 Inherits ...more >>

Quick load but slow display.
Posted by jostein.solstad NO[at]SPAM gmail.com at 1/12/2005 12:58:12 PM
Hi My pages by the look of it loads pretty fast, but the content returned to the user kinda hangs and displays pretty slow. With this i mean the progress bare in I.E finishes but then the page just stands there for a few seconds before displaying the new one. Anyone know what can be the reaso...more >>

multiple lines in a label
Posted by tshad at 1/12/2005 12:45:15 PM
I have a textbox that I am storing as text (or as a varChar). The field has multiple lines in it (not wrapped). When I read it back into a multiline textbox, it works fine. But when I read it back into a label, it shows all lines together. Is there a way to get the Label to display the l...more >>

ASP.net Javascript Error htmlfile: not implemented
Posted by damonl73 NO[at]SPAM yahoo.com at 1/12/2005 12:29:26 PM
Hi. I'm relatively new to asp.net and very new to javascript. I'm attempting to modify table cells after my page has loaded. Here is the javascript code within my asp.net page which runs OnLoad: <script language="javascript"> function ShowGridHeader() { if (typeof grdData == "undefined") ...more >>

save file
Posted by Mike at 1/12/2005 12:09:05 PM
can i open the save file dialog box from a asp.net web page? thx...more >>

Urgent Please : IE Webcontrol problem
Posted by John F at 1/12/2005 11:52:52 AM
Hi all, I posted a question earlier but have since discovered something else. If anyone read my previous post, ignore the issue surrounding two different url's to one box since I've managed to re-create the problem another way. Simply put, my IE webcontrols are not working when I access my...more >>

WebRequest.GetResponse() throwing exception (Internal Server error
Posted by Terry at 1/12/2005 11:45:07 AM
Hello, I am trying to get a response for an .aspx page in my current project (same virtual directory) by using WebRequest.GetResponse but I keep getting a exception with "500 Internal server error" in the exception message. I am able to do this fine with another .aspx page that has no code...more >>

How do i: Change the header text in a datagrid that is databound?
Posted by John Blair at 1/12/2005 11:32:10 AM
Hi, I have tried aliasing columns in the SELECT statement - they get ignored. I have tried accessing the .columns(0).headertext - but as the grid is databound that column collection does not exist. Any help appreciated. Thanks. ...more >>

Web Matrix or Visual Studio .NET?
Posted by A P at 1/12/2005 11:27:29 AM
Help me compare these two softwares that I will use only to develop web-based systems that is backed with MS Access Database. Me ...more >>

Calling parent methods from a child
Posted by Jim at 1/12/2005 11:27:03 AM
I have a user control that has two nested user controls within it. I have a method in the parent called CloseDetailsMaint, and I need to be able to call it from one of the child user controls that is nested within the parent. How do I do this?...more >>

indexing files
Posted by Stelrad Doulton at 1/12/2005 11:26:59 AM
Hi, Is there a standard way to index the files in a directory other than parsing the page you get when directory indexing is switched on? Also what methods do people use to synchronise time with the web server? Thanks ...more >>

Can you help with detecting empty cells in a datagrid ??
Posted by Simon Prince at 1/12/2005 11:24:34 AM
Hi, I'm trying detect an empty cell in a datagrid when the content is posted back to the server. My code is... Dim vDgi_GridItem As DataGridItem For Each vDgi_GridItem In oASP_Dgd_Receptions.Items Response.Write( CType( vDgi_GridItem.Cells(10).Text.trim.length , string) ) If ...more >>

Basic ASP.Net Data-Access codes
Posted by A P at 1/12/2005 11:23:53 AM
Can you help me find a way to create a basic Insert, Update, Delete (as what I have done in ASP as my template) so that I can easily learn asp.net? Me ...more >>

Accessing MS Access based Data
Posted by A P at 1/12/2005 11:20:28 AM
Hi! I am using Web Matrix in learning ASP.Net and I am only using MS Access as my database. What namespace and Connection that I may use to handle this? As stated on the ASP.Net site(http://www.asp.net/Tutorials/quickstart.aspx), that uses SQL based Data that is much different with MS Access. ...more >>

Can't debug my ASP .NET web application
Posted by Jose Luis at 1/12/2005 11:13:32 AM
Hi there! I'm newby in ASP .NET programming but I think this is a common problem. I have already searched for a fix, but the solutions I was proposed just didn't work. Running the application (Ctrl+F5) just works fine, so it seems it is correctly installed on IIS, but when I try to debug...more >>

Expand Treeview
Posted by Hutty at 1/12/2005 10:59:02 AM
I'm using the Microsoft.Web.UI.Webcontrol treeview, and I manually entered the tree information through the editor. However, when I run the webpage it does not present data in a treeview. Instead, it reads the data across the page horizontally. Is there a step I'm missing? thanks -- H...more >>

COMBOBOX
Posted by kpg at 1/12/2005 10:58:27 AM
OK. What is the deal with ComboBoxes? How can the web community go so long without a ComboBox? Am I missing something???? MS expects the developer to use a custom web control to implement a combobox? I have tried 3rd party combox boxes but each seems to have different problems...this ...more >>

Need advice on paging data from data source.
Posted by Ken Varn at 1/12/2005 10:48:54 AM
I am displaying data from a SQL Server database on my ASP.NET web form. The data table that I am displaying is huge and it must be paged. What I would like to do is display 10 records at a time and allow the user to jump to a particular page if they desire. I would like my interface to display...more >>

textbox to datagrid
Posted by sympatico at 1/12/2005 10:48:19 AM
How can we pass information from some textboxes to the datagrid with being connected to the database at first. i want the program to get some data from the user first. when the user press enter then the data from the textboxes will be passed to the corresponding datagrid. The following are the ...more >>

Hyperlink not operating correctly in ASPX file
Posted by JerryK at 1/12/2005 10:45:57 AM
Hi, I am trying to put a hyperlink to a .cer (certificate) file on a form. Normally (on a ,htm page) when the user clicks on the hyperlink, the file is not recognized and the user is given the option to save the file. This is the desired result. However, when I put the hyperlink on a webf...more >>

Accessing Properties ActiveX
Posted by Charles A. Lackman at 1/12/2005 10:44:46 AM
Hello, I have an ActiveX Control That has a Clear Property and a Text Property. The Properties are accessible the following way (From the HTML Page): <SCRIPT language="vbscript"> Sub OnClear document.frmMain.MyControl1.Clear end sub Sub OnText document.frmMain.MyControl1.Text end...more >>

Footertemplate is called twice?
Posted by Vishal at 1/12/2005 10:37:04 AM
Hello, I have a datagrid, which calculates the total in the footer. I am using public variables and simply appending the data to it. However the footertemplate is called twice and therefore it shows the wrong amount in the footer. It shows the double of what it should show. Can somebo...more >>

How to create a word document from a HTML page
Posted by Mohan Kumar via DotNetMonster.com at 1/12/2005 10:37:02 AM
I have a sequence of asp forms to take data from the user from which I have to create a word doc in a predefined format with the data inputted inserted appropraitely. How can I do this? -- Message posted via http://www.dotnetmonster.com...more >>

Server Application Unavailable / aspnet_wp.exe (PID: 384) stopped unexpectedly.
Posted by Erik Lindeblom at 1/12/2005 10:21:56 AM
I can suddenly no longer browse any of my ASP.net web services. The browser returns: Server Application Unavailable and tells me to look at the Application Event Log for more details. I have searched around the net and newsgroups and found several references to this problem. However, non...more >>

sending mail from c#
Posted by SenthilVel at 1/12/2005 10:12:43 AM
Hi I do need to send Emails from my c# dotnet application. I know that the easy way is to use System.web.mail components .. The problem is that the Mail components in DOtnet use the CDO inbuilt within them... but i dont want to use these CDO components to send mails.... can yu let m...more >>

DataViewHelp
Posted by slidera NO[at]SPAM poczta.onet.pl at 1/12/2005 10:12:20 AM
Hi I have problem with: I would like that DataView read from DataBaza "lastname" But I don't now how do it My code is Collection CreateDataSource() { String strConn = "DATABASE=Northwind;SERVER=localhost;UID=sa;PWD=;"; SqlConnection conn = new SqlConnection(strConn); String strCmd = "SEL...more >>

Exporting Mulitple Documents to PDF
Posted by David Lozzi at 1/12/2005 9:58:03 AM
Howdy, I need to export multiple documents (doc, xls, ppt, jpg) and crystal = reports to a single PDF file. I know how to export a single Crystal = Report to PDF and it works quite nicely. However, the users have an = option to include other documents/reports in their report that are = associ...more >>

changing asp.net identity iis6
Posted by Felipe Garcia at 1/12/2005 9:36:31 AM
i changed asp.net identity on the iis 6, to a domain user account that we have on our domain. These account has a normal user permission on the local machine. When i try to run my application using these identity, i get an error when the application is trying to create the authentication (i'm ...more >>

Question about accessing usercontrol variables (VBasic)?
Posted by Chowny at 1/12/2005 9:32:09 AM
I am fairly new to ASP .NET, and am busy teaching myself as I work through my current project. I'm a bit stumped at the moment. I have made a usercontrol called "RelatedClaims" . The code as follows : '******************************** Private sLinkType As String Public Proper...more >>

Setting a default bookmark for a page
Posted by Tom at 1/12/2005 9:26:58 AM
I have an ASP.NET page called Login; however, I would like it to have a different 'default' name when someone attempts to bookmark the page. I.E. When they bring up my page and then try to add a bookmark to it, I want the bookmark to show up as (for example) 'My Super Duper Logon Page' rather tha...more >>

some difficulties when displaying page content in MS Word format
Posted by sonic at 1/12/2005 9:24:27 AM
Hi, displaying information on a page as MS Word document seems to be as simple as: //OnLoad Response.ContentType = "application/msword"; Response.Write ( MyContentString ); (this assuming intranet site environment with users ensured to use certain version of MS Word on their workstations)...more >>

Getting the assemply build number...
Posted by Stu at 1/12/2005 9:12:05 AM
Hi, I want to write a page to track changes on a site. How do I get the build number of the site's dll from a web page? Thanks in advance. Stu ...more >>

Send HTML Email from ASP.NET
Posted by Rich Rekos at 1/12/2005 9:07:02 AM
I can't seem to get messages to be sent in HTML format. All of my test messages arrive in my inbox in text format. Please see code below. Am I missing something? I specified HTML as the body format: <script language="vb" runat="server"> Sub sendmessage_Click(sender as Object, e as Even...more >>

Upload a file and stream it
Posted by blarfoc NO[at]SPAM yahoo.com at 1/12/2005 8:55:21 AM
Hello, I need to do the following 1) give a click button on my aspx page where the user can find a file on the hard drive 2) in my code read that file like a stream and then display it back to the user 3) display that back to the user in a datagrid. Can you tell me how to do this? Woudl i...more >>

Problem: Nested Repeater won't databind()?
Posted by Colin Nicholls at 1/12/2005 8:49:12 AM
Platform: ASP.NET 1.1 I have a repeater nested inside another repeater. My outer repeater is looping fine. I am manually binding the inner repeater to a DataReader obtained from another function. My objects aren't null, my ItemDataBound() method is being called, and as you can see I have...more >>

ascx question
Posted by DaveF at 1/12/2005 8:28:12 AM
I have a ascx page with a search function that I include in every page. How can I redirect the page to the same place when it is on a page 2 folders down or 3 folders down? -- Dave ...more >>

Why doesn't this work if in a UserControl?
Posted by Jason . at 1/12/2005 7:53:30 AM
This code comes directly from Microsoft's site: Imports System.Security Add the following code to the Page_Load event procedure: Dim authUserName As String Dim aspUserName As String authUserName = User.Identity.Name aspUserName = Principal.WindowsIdentity.GetCurrent.Name If I pu...more >>

check if file exists on user machine
Posted by Galina Grechka at 1/12/2005 7:43:27 AM
Hi, In my aspx page I need to check if the file (I know the full path of this file) exists on user machine. How to do this? Thanks! *** Sent via Developersdex http://www.developersdex.com *** Don't just participate in USENET...get rewarded for it!...more >>

Is there a way to sign partial classes in Whidbey?
Posted by Vadim at 1/12/2005 7:29:02 AM
I want to make strong name for may apllication assemblies, but I don't know where and how can I do it in Whidbey. Help me please...more >>

File upload problem - asp.net
Posted by sri_san NO[at]SPAM mailcity.com at 1/12/2005 7:25:33 AM
Hello Group, I use the freetextbox control.(a richtextbox control)It has a feature where one can insert images into the text editor. But the saving process has to be implemented independently. All I see in the text editor is the image path (specific to the client machine). Something like "C:\my...more >>

logout issue
Posted by tzake at 1/12/2005 7:15:02 AM
Dear Helper, I have done an asp.net web application using vb.net with a login page for authentication. I am using forms auth, with an sql database. After I call FormsAuthentication.SignOut(), form, say default.aspx which requires authentication (aftel logging in of course), the browser redire...more >>

How to attach an event to dynamically created control in VB.NET
Posted by Nirmalkumar at 1/12/2005 6:53:04 AM
How to attach an event to dynamically created control in VB.NET I have dynamically created dropdown list in code behind (VB.NET). For this control I want to attach an event for action ‘OnSelectedIndexChanged’. What is the property to assigne an event to a dynamically created dropdownlist...more >>

WindowsForms or ASP.Net
Posted by Mike Lopez at 1/12/2005 6:34:44 AM
Hello. For an Intranet application, what would be some reasons to use ASP.Net and NOT use WindowsForms? I can't think of any. Thanks in advance, Mike ...more >>

Formatting decimal number
Posted by Luis Esteban Valencia at 1/12/2005 6:07:26 AM
Hi My website is hosted in Germany, and decimal numbers are displayed as "123,456" rather than in the UK format I want: "123.456". I therefore need to know the ASP.NET/VB.NETfunction/method for displaying numbers in UK format, and the function for converting my input textbox entries from UK f...more >>

button click wrongly firing on login page with client script 4 "en
Posted by adolf garlic at 1/12/2005 4:23:02 AM
I'm having a problem with a button click event being fired erroneously. My login.aspx page has the usual username/password boxes. There is also a link to click when you have filled these, plus a 'remember me' checkbox. Further down the page we have a 'email me my password' button. In add...more >>

The underlying connection was closed: The remote name could not be
Posted by Manish at 1/12/2005 3:59:03 AM
We are getting above problem when we try and access a URL of another website from a VB.net component. Thought this component works fine when we call it from a VB application but we get above error while we access it from asp.net. PLs help!...more >>

View error remotely
Posted by Justin at 1/12/2005 3:51:01 AM
I would like to be able to view an error on my remote server as if the app was running locally e.g. I would like to see the line number and code causing the error instead of just the trace. Any ideas? Thanks, Justin...more >>

A timer approach
Posted by Kenneth P at 1/12/2005 3:07:02 AM
Hi, I have a timer approach I'm wondering about. When an anonymous person enters the starting page of my site I want the user redirected to another page and stay there for a period of time I decide, or the user will first open this timerbased page and when time has ended then redirected ...more >>

IIS6 custom asp.net 404 page
Posted by DeveloperNC at 1/12/2005 2:55:03 AM
I've setup a custom 404 error page for my asp.net site. I have configured IIS to process non aspx pages and also added the correct web.config custom error section to the applicaiton. Every thing is working as expected expect with aspx pages. I get the bad page url in the aspxerrorpath query...more >>

<body background="BMP/Header.gif" MS_POSITIONING="GridLayout">
Posted by Just D. at 1/12/2005 12:43:39 AM
Who knows what should we include into aspx file to show some image as a background picture but only once at the top of the page? I don't want to add the Image control because even if it uses a transparent gif image I can't use LinkButtons over this image. The string that I'm using now is: ...more >>


DevelopmentNow Blog