Click here to Skip to main content
15,920,688 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Urgent DateList Pin
Not Active2-Jul-07 8:51
mentorNot Active2-Jul-07 8:51 
GeneralRe: Urgent DateList Pin
ToddHileHoffer2-Jul-07 9:00
ToddHileHoffer2-Jul-07 9:00 
AnswerYou URGENTLY need to stop using URGENT in your message titles Pin
leckey2-Jul-07 10:19
leckey2-Jul-07 10:19 
QuestionHow to launch Microsoft Word and save binary data directly to database upon closing Pin
itdev20072-Jul-07 5:35
itdev20072-Jul-07 5:35 
AnswerRe: How to launch Microsoft Word and save binary data directly to database upon closing Pin
itdev20072-Jul-07 6:00
itdev20072-Jul-07 6:00 
GeneralRe: How to launch Microsoft Word and save binary data directly to database upon closing Pin
ToddHileHoffer2-Jul-07 8:48
ToddHileHoffer2-Jul-07 8:48 
QuestionMemory Usage Pin
Jan Limpens2-Jul-07 5:18
Jan Limpens2-Jul-07 5:18 
AnswerRe: Memory Usage Pin
ToddHileHoffer2-Jul-07 8:38
ToddHileHoffer2-Jul-07 8:38 
Jan my aspnet_wp.exe takes up 86,500 K when it isn't being used. So 100MB is easy to eat up, nothing you can do about it. One thing to double check is to make sure that debug="false" in the web.config for that will cut down on ram.


Also since it is an ecommerce site, are you storing images on the server? Make sure they are compressed jpgs and not gifs.

Also, when I code I use the Using keyword whereever possible, it calls an objects dispose method where available.

One more thing is not to use arrays. They are inneficient. Generic Lists do much better if you can use them instead.


I didn't get any requirements for the signature


QuestionEnable Disable Checkboxes in a GridView [modified] Pin
Herman<T>.Instance2-Jul-07 4:57
Herman<T>.Instance2-Jul-07 4:57 
AnswerRe: Enable Disable Checkboxes in a GridView Pin
Herman<T>.Instance2-Jul-07 11:56
Herman<T>.Instance2-Jul-07 11:56 
QuestionAsp.net website Pin
Mohit Dwivedi2-Jul-07 4:15
Mohit Dwivedi2-Jul-07 4:15 
AnswerRe: Asp.net website Pin
Vasudevan Deepak Kumar2-Jul-07 4:48
Vasudevan Deepak Kumar2-Jul-07 4:48 
QuestionDotnet 1.1 TreeView Problem Pin
Pavan Naidu2-Jul-07 3:52
Pavan Naidu2-Jul-07 3:52 
QuestionWebsite Search Functionality Pin
dboy2212-Jul-07 3:50
dboy2212-Jul-07 3:50 
AnswerRe: Website Search Functionality Pin
Vasudevan Deepak Kumar2-Jul-07 4:15
Vasudevan Deepak Kumar2-Jul-07 4:15 
Questionxml data source used for navigation. Pin
newbie123456789102-Jul-07 3:36
newbie123456789102-Jul-07 3:36 
QuestionDisplay html table....., Pin
Member 38798812-Jul-07 2:47
Member 38798812-Jul-07 2:47 
AnswerRe: Display html table....., Pin
N a v a n e e t h2-Jul-07 2:55
N a v a n e e t h2-Jul-07 2:55 
QuestionRSS and Asp.net Pin
saqib822-Jul-07 2:16
saqib822-Jul-07 2:16 
AnswerRe: RSS and Asp.net Pin
SHatchard2-Jul-07 2:21
SHatchard2-Jul-07 2:21 
AnswerRe: RSS and Asp.net [modified] Pin
N a v a n e e t h2-Jul-07 2:23
N a v a n e e t h2-Jul-07 2:23 
QuestionHow to suggest possible usernames to the user Pin
Chetan Ranpariya2-Jul-07 2:02
Chetan Ranpariya2-Jul-07 2:02 
AnswerRe: How to suggest possible usernames to the user Pin
N a v a n e e t h2-Jul-07 2:18
N a v a n e e t h2-Jul-07 2:18 
GeneralRe: How to suggest possible usernames to the user Pin
Chetan Ranpariya2-Jul-07 2:31
Chetan Ranpariya2-Jul-07 2:31 
Questionplz help me Pin
itzmevishu2-Jul-07 1:36
itzmevishu2-Jul-07 1:36 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.