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 > january 2005 > threads for sunday january 2

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

Image and MemoryStream
Posted by Sam at 1/2/2005 10:27:17 PM
hi, how to retrieve image file from database and display it on webform directly using memorystream. thanks, ...more >>

User Control Question
Posted by Roshawn Dawson at 1/2/2005 9:57:03 PM
Hi All, I've decided to code a web user control that uses the ASP.NET Repeater control to render the output. This web user control obtains its data from a web service. If I were to use fragment caching (<%@ OutputCache Duration="3600" %>) with this control, will it call the web service ea...more >>

What tools do you use to help design your asp.net apps?
Posted by cmay at 1/2/2005 9:55:02 PM
I am looking for something to help me with documenting / planning / designing my asp.net applications. Once in a while I try doing some UML in Visio, but it really feels like overkill, espically when the application I am going ot be creating is only a handfull of pages with limited number o...more >>

"Object reference not set to an instance of an object" problem
Posted by prince -=nore=- at 1/2/2005 9:25:36 PM
I have a page, where I'm retrieving a file location from a database and outputting it's contents (HTML) onto a web page. On the aspx page, I have referred to the code behind it using the line below. This is where I'm getting the "Object reference not set to an instance.." error <% response....more >>

Web Form Control not displayed !
Posted by Amjad at 1/2/2005 8:57:47 PM
Hi, I created a new ASP.NET Web Form application and added to the project a Web Form Button control and a Web Form Label control. Now when I try to view the (.aspx) file in Browser, I could see the text in the Label Control but I couldn't see the button at all! Does any one know where the pro...more >>

Issue with showModalDialog in asp.net
Posted by Suresh at 1/2/2005 8:57:45 PM
Hi, I have a button and on click i am calling a script function to invoke a dialog argument. btnPopup.attributes.add("OnClick","showpopup();return false;") Now the problem is that when i press "enter key" in my page(any where in my parent page) i get my dialog window. how to get rid of t...more >>

Have you seen this control?
Posted by Asha at 1/2/2005 7:21:01 PM
greetings... i'm looking for ways or better yet a control which displays dynamic content e.g. in a table i would like to format my content to display 3 content on the left side and next to it 2 content. i could use a datalist and use its RepeatDirection="vertical". but i'm having a groupin...more >>

read a text field from a new opened window
Posted by DaveF at 1/2/2005 6:04:38 PM
This does not work document.forms[0].wipSubject.value = self.opener.document.forms[0].txtSubject.value; -- David ...more >>



multi-pages app
Posted by pei_world at 1/2/2005 5:44:34 PM
I am trying to create a multi-pages app. I have created a template(T) and three other content usercontrols(u). how should I construct this structure? it is like T(u1) --take QueryString--> T(u2) -> T(u3) thanks ...more >>

Validating user HTML input
Posted by Peter Morris [Air Software Ltd] at 1/2/2005 4:48:35 PM
Hi all I want to allow users to enter HTML, but I want to ensure that A) The HTML entered only contains a subset of html tags (a, img, div, etc) and not certain other elements (html, body, script) etc. B) The HTML is syntactically correct, so a <li> would have a corresponding </li>, a <...more >>

ASP.net form and Javascript popup windows problem
Posted by tao lin at 1/2/2005 4:13:22 PM
Hi, all I am using VS2003 under WinXP. My WebApp has a WebForm which has a html form has some search condition textbox, once the user fill in the condition and click submit button. My app will stay in the same WebForm but open a popup window in the browser to show the search results. So I ...more >>

session.abandon and clear cache
Posted by DC Gringo at 1/2/2005 2:17:07 PM
I have an app that I can't seem to clear out server resources with a button onclick event: The session variables seem to be disappearing properly, but the aspnet_wp.exe process stays where it had been upon running a heavy data query. At a normal standstill it's at about 30-40MB and even after...more >>

where are session variables stored on client
Posted by DC Gringo at 1/2/2005 1:10:11 PM
I was under the impression that when I create session variables such as session("myVar1"), they get stored on the client in a cookie. When I look in my Temporary Internet Files directory for the cookie, I don't see anything. Am I looking in the right place? Here are my session state settings,...more >>

asp.net client cert issue
Posted by Param R. at 1/2/2005 12:59:28 PM
Hi all, I have an aspx page that needs to call a remote website that is protected by client cert authentication. I have installed the client cert and set permissions for IIS_WPG as per http://support.microsoft.com/default.aspx?scid=kb;en-us;817854. I then exported the cert to a DER encoded f...more >>

Firefox and Javascript location problem
Posted by John at 1/2/2005 12:18:03 PM
I've been working on making my ASP.NET web apps compatible with Firefox (the uplevel configs for web.config are a real help). However, one really weird thing is a GotoAnchor() function I have (server side), which injects javascript along the lines of: location = '#buttons'; I use this s...more >>

Default button in webform
Posted by No one at 1/2/2005 6:33:20 AM
Is there a way to control which button in a webform is the default for when a user hits the enter key? I need it to not be the first button, which is what seems to happen now. Thanks....more >>

User controls
Posted by sara at 1/2/2005 3:21:02 AM
hi to all i have web user control say c.ascx i load this control on aspx page only when i fire some event how can i get property of this control when i fire another events thanks ...more >>

Deleting a vs.net 2003 project
Posted by Kenneth P at 1/2/2005 2:01:03 AM
Hi, I need to know how to manually delete a project and all it's related files in vs.net 2003, including IIS. TIA Kenneth P...more >>

object reference not set to an instance of an object
Posted by student at 1/2/2005 12:17:02 AM
Hello all, I have this problem in this code I am studying. I'm getting this error saying that Server Error 'in '/mcsdWebApps/Chapter5/DBruntime' Application. Object reference not set to an instance of an object. It says the error is on line 39 which is Dim rowInsert As DataRow = dsContacts....more >>


DevelopmentNow Blog