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 > september 2005 > threads for sunday september 11

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

copyright?
Posted by Daniel at 9/11/2005 11:31:10 PM
Hi All, Hi, I read thru the article publish at http://steveorr.net/articles/EasyUploads.aspx Accroding to the steve, the article was originally published at aspnetpro.com. So, the content (coding area) of the article is free to use in any areas (example personal practice/company usage/ etc)?...more >>

Images not showing in Windows XP
Posted by justshezi NO[at]SPAM gmail.com at 9/11/2005 10:20:52 PM
HI All i have a ASP,NET Web application and then images are not showing in IE on windows XP but they are workign OK with WIndows 2K. Can anyone help me out here. Regards, shez !! ...more >>

Bug in VS2005 Beta 2?
Posted by John at 9/11/2005 9:26:31 PM
Hi all, I posted a question earlier regarding C# and accessing an objects events from within the IDE: Say a gridview is dropped onto a page: If the page is VB, I can go to the code-behind and simply select the gridview from the top leaft dropdown and then select it's associated events i...more >>

VS2005 C# ASP.NET and control events
Posted by John at 9/11/2005 9:03:08 PM
Hi all, Ive created a new ASP.NET web app and am trying to learn C#/VS 2005. My first hurdle is that I can't find anywhere in the IDE where I can associate a control with it's events. I need to cater for certain events of ceratin controls but can't find where I'm supposed to do this like in...more >>

URLs not local to user controls
Posted by McGeeky at 9/11/2005 7:40:01 PM
I have a header and footer user control that both reference images. I then include the user controls in a default home page. All are at the root of the application and all works fine from the browser. However, when I add the header and footer user control to a web page that is in a sub-directory ...more >>

Bandwidth constraint causing IIS/ASP.NET problem
Posted by Jack Fox at 9/11/2005 4:33:27 PM
While stress-testing our ASP.NET app, we discovered a flaw in our test set-up, which also reveals a flaw in our ASP.NET configuration that we do not know how to address. We simulated too many clients, making requests faster than the bandwidth on that part of the network could consume th...more >>

Cache is a tpe and cannot be used as an expression error
Posted by Steve Franks at 9/11/2005 10:54:20 AM
I see several reference to using the ASP.NET 2.0 Cache object in C# where the documentation just shows snippets like this: if (Cache["sometoken"] == null) ... do something However when I use this code in a C# class that is called from an ASP.NET page, the compiler gives this error...more >>

asp:button event not firing
Posted by csgraham74 at 9/11/2005 10:43:51 AM
Hi guys, I posted regarding this issue the other day but i still dont have an answer to my problem. Basically i have imported asp.net pages from dreamweaver into visual studio. Ive added a few controls that ive copied in from another asp.net page that i built within visual studio. The probl...more >>



Detailsview adding first record
Posted by TdarTdar at 9/11/2005 9:49:04 AM
HI, I have a asp 2.0 page that has a sqldatasource and a detailsview i have enabled the inserting updating deleting in the datasoure. I have a blank table that has no records. I run the page.. I get a blank page how can I toggle the detailsview to show the new insert form if it has no recor...more >>

Horizontal menu, two rows
Posted by McGeeky at 9/11/2005 9:34:38 AM
I am looking for a horizontal menu that has the "two row" layout - where the top row contains the top level menu items and the second contains the sub menu items. When a menu item is selected from the top row I want it to look like a tab where it joins aroud the bottom row. I have looked on th...more >>

Cache not working as expected
Posted by Steve Franks at 9/11/2005 12:29:49 AM
I'm having a difficult time trying to do some basic caching of a string using VS.NET 2005 Beta 2. Here's the simple snippet I'm using in a method within my ASP.NET code behind page. if (Cache["foo"] == null) { Cache.Insert("fooa", m_mystring); } Whe...more >>

The directory /App_Code is not allowed because the application is precompiled
Posted by Steve Franks at 9/11/2005 12:00:00 AM
I'm using VS.NET 2005 Beta 2. I have a helper C# class I wrote that I placed in my /App_Code directory. Everything runs fine locally. However when I use the "Copy Web" function to upload the site to the production server, I get the following error when trying to run the page on production: ...more >>

Warning - ComponentOne's PayPal component is VERY insecure!!
Posted by Alan Silver at 9/11/2005 12:00:00 AM
Hello, I've just been looking at the free PayPal component from ComponentOne and am somewhat amazed how insecure it is. They include all the transaction details in plain text in the querystring, meaning that any rank novice can click the Buy button on your site, then when the PayPal page ...more >>

when i try to insert or update text in arabic it appears "????"
Posted by mansour via DotNetMonster.com at 9/11/2005 12:00:00 AM
Dear all I am using ASP.NET 2003 and SQL SERVER 2000 I am building a website in English and Arabic. I am having a problem with Arabic characters, when I am trying to insert Arabic text it appears "????????" I have adjusted the page charset to "Arabic (Windows)" and Codepage to"1256" And in ...more >>

small <a href> problem
Posted by Pat at 9/11/2005 12:00:00 AM
I have a popup link below:- <a href=javascript:popup('ShowCorpFeatures.aspx?order_id=" & strID & "&p_name=" & p_ID & "','1',600,540,'no') style='text-decoration: underline;'><b>" & p_ID & "</b></a> My Quesrystring link below works well but it seems not to show the right data at :-"&p_name=" ...more >>

Obscurator, pdf
Posted by Fabrice at 9/11/2005 12:00:00 AM
Hello, I'm looking for two products. An obscurator. A freeware or Opensource application. I'm working with vb.net. and a way to generate pdf file, with differents sources. Also a freeware. I don't know if something exist. Thanks a lot have a nice week. fabrice ...more >>

ASP.net datagrid and boolean field please
Posted by Annie at 9/11/2005 12:00:00 AM
Hello guys, I have a template column that is bound to a database field with True and False value. So it displays True or False as per item. The code is as: <tr> <td align="left"><b>Colour Screen</b></td> <td><%# DataBinder.Eval(Container.DataItem, "ModelColour") %></td> </tr> However...more >>

Disable Control In Datagrid Footer!
Posted by Adam Knight at 9/11/2005 12:00:00 AM
Hi, I am asked a similar question previously, but found the response didn't really answer my question I have a datagrid which has data entry controls in its footer. What would be the best way to disable these controls. In my world i would love to simply go. dgGrid.Footer.Columns(0).Co...more >>


DevelopmentNow Blog