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 > december 2003 > threads for saturday december 20

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

Foreign language support in ASP.Net
Posted by Calvin Lai at 12/20/2003 7:04:27 PM
Hi all, I have a serious problem with the application I am developing. The language I used are mainly English, and some Chinese. (But I guess this problem happens accross different language). In web.config, my Request/Response encoding are set to "iso8859-1" (which I have no idea what is sh...more >>


Cache expiry?
Posted by Colin Basterfield at 12/20/2003 6:50:49 PM
Hi, I am trying to use the Cache to pass information between pages, so rather than load up the query string with vars, I load it up on the first page, but the cache is empty on arrival to the subsequent page, can I prevent this using CacheDependency or shall I get my coat? Many thanks as ev...more >>

ContentType problem - downloading instead of displaying
Posted by Bryan Glennon at 12/20/2003 6:33:58 PM
I have an aspx page. If I set the Response.ContentType = "application/voicexml+xml" then when I load browse to the page it downloads the file and opens .Net Studio to allow me to edit it. It should just display in my browser (as it does if I don't set the ContentType). I have appropriate...more >>

Desperate repost: Reloading page too quickly results in an error
Posted by Walter at 12/20/2003 5:46:32 PM
Each of the aspx pages in my application have a User Control called "WrapStart". In a page's Page_Load() method, I set various properties and/or call various methods of the WrapStart control object. Everything works fine... except... ....when I click too quickly from one page to another (o...more >>

Access database authentication
Posted by James at 12/20/2003 5:39:24 PM
I'm having this problem with an ASP.NET web service (C#)... can anyone help please? My connection string is: Provider=Microsoft.Jet.OLEDB.4.0;Jet OLEDB:System Database=" + Server.MapPath("Secured.mdw") +@"; Data source=" + Server.MapPath("TMIData.mdb") +@"; User ID=james; Password=pass...more >>

Is AppSettings cached
Posted by Thomas at 12/20/2003 4:43:29 PM
Hi, Is AppSettings cached? And is the cache updated when web.config changes? - Thomas ...more >>

Positioning controls on a webform at runtime
Posted by khan NO[at]SPAM writeme.com at 12/20/2003 4:34:41 PM
Hi there, I'm trying to change the position on a webform for a control (a Table control), at run time. The code I wrote for doimg this is: .... Table.Style.Add("LEFT", "120"); Table.Style.Add("TOP", "50"); .... The placed the component on design time and I'm trying to change some of it...more >>

Test cookie
Posted by Jon Cosby at 12/20/2003 4:18:16 PM
I'm trying to test browsers for cookies. I have my browser set to prompt me to accept cookies. As it is right now, I'm getting through whether I block the cookie or not (no redirect). I'm deleting the files from my cookies each time. Maybe it's just not as simple as it seems, can somebody suggest...more >>



Inject Ad Banner in DataList
Posted by Simple Simon at 12/20/2003 1:02:15 PM
Hi all, I'm wondering if you developers would like to suggest some possible methods for injecting a horiz. banner ad (with link of course) in a vertical repeating DataList. ~Gordon...more >>

how to sezt textbox-focus?
Posted by RASTA at 12/20/2003 12:40:07 PM
hello everbody, does anyone know, its possible to set the focus of a textbox? if i have an textbox with few lines of text, and i refresh the site, the focus of textbox will move to the beginning... but i want to let the focus of the end of the text..... some suggestions? best regar...more >>

using DataBinder in <img>
Posted by sklett at 12/20/2003 12:34:01 PM
Hi- I am using an <img> tag in a DataList. Here is the code: <img src='~/Images/<%# DataBinder.Eval(Container.DataItem, "Img")%>' runat="server"> This results in: " /> I don't understand what it is doing? This is strange to me. Am I doing something wrong? Thanks for any help! ...more >>

ASP.NET to replace ActiveX controls
Posted by Lambros at 12/20/2003 12:22:01 PM
I am a biginner with ASP.NET and i am wondering if it will be possible to stream Audio/Video from a user's PC using an ASP.NET control instead of an ActiveX Control. ...more >>

Custom Server Controls... good book on this?
Posted by John Buchmann at 12/20/2003 10:53:45 AM
I'd like to get alot more knowledge on learning how to make custom server controls. All my asp.net books either don't mention it, or briefly discuss it. Does anyone know of a GOOD book on this subject? Thanks! John...more >>

show data from MS access in data grid using ASP.Net
Posted by josephrthomas at 12/20/2003 7:40:11 AM
hi...can someone pls show me how can i connect asp.net to access and retrieve data from it and show it in a datagrid pls??? the datagrid has all the lines needed to put the data from the access table + 2 extra columns to insert two pictures which are inserted from elsewhere(not from the tab...more >>

Newsgroup Web Interface
Posted by d_grantham at 12/20/2003 6:26:36 AM
I have a newsgroup set up on my web server. How to I develop an web interace to use on an .asp page so users can view / post the newsgroup via the web? I cannot find any how-to's on this. Daryl Grantham Knoxville, TN...more >>

File Access
Posted by Sateesh Kumar E C at 12/20/2003 5:16:05 AM
Dear all, I have developed a web application using ASP.NET. Under web application folder I have created another folder which stores some exe files(for example, setup.exe). I have to access this file(setup.exe) using client-side Java Script and also I have to execute that setup.exe using ...more >>

Responding to Command button clicks in Page_Load
Posted by Paul Hodgson at 12/20/2003 1:35:35 AM
I have quite a few pages that have multiple command buttons on them - for example one button might be to logout, and others might be to display different segments of the data being shown. The important point is that what gets displayed in the page depends on which command button was clicked in ...more >>

getting those built in error pages
Posted by Larry Tate at 12/20/2003 1:13:06 AM
I am wanting to get those cool html error pages that ms produces when I hit an error in asp.net. For instance, when I get a compilation error I get an html error page that shows me the Description: Compiler Error Message: Source Error: Source File: The main thing I want is the Source Erro...more >>


DevelopmentNow Blog