Click here to Skip to main content
15,894,017 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Adding values to a datagrid (.net 2005) Pin
ToddHileHoffer5-Sep-08 2:05
ToddHileHoffer5-Sep-08 2:05 
GeneralRe: Adding values to a datagrid (.net 2005) Pin
Karan_TN5-Sep-08 20:58
Karan_TN5-Sep-08 20:58 
QuestionConfiguring ASP.NET to work with Analysis Services 2005 - help much appreciated! Pin
nassymafi4-Sep-08 1:51
nassymafi4-Sep-08 1:51 
AnswerRe: Configuring ASP.NET to work with Analysis Services 2005 - help much appreciated! Pin
scottgp4-Sep-08 3:19
professionalscottgp4-Sep-08 3:19 
Questiongridview validation Pin
nithydurai4-Sep-08 1:38
nithydurai4-Sep-08 1:38 
AnswerRe: gridview validation Pin
Learning IT4-Sep-08 19:49
Learning IT4-Sep-08 19:49 
Questionhow to reduce page size Pin
omlac4-Sep-08 1:23
omlac4-Sep-08 1:23 
AnswerRe: how to reduce page size Pin
ToddHileHoffer4-Sep-08 2:22
ToddHileHoffer4-Sep-08 2:22 
By default controls are stored in view state. You can remove them from viewstate. You will then have to recreate them on each postback but the page size will be smaller.

Also don't store any variables in viewstate. Store them in Session instead. I suggest making a class of session objects. Each item in stored in session can be a property in a class, it makes it easier to manage.

Check your drop down lists. Make sure none of them have too many items.

Turn on compression in IIS. http://www.15seconds.com/issue/020314.htm[^]


I didn't get any requirements for the signature


QuestionUnicode text Pin
Archana New to Dotnet4-Sep-08 1:14
Archana New to Dotnet4-Sep-08 1:14 
AnswerRe: Unicode text Pin
eyeseetee4-Sep-08 1:22
eyeseetee4-Sep-08 1:22 
GeneralRe: Unicode text Pin
Archana New to Dotnet4-Sep-08 2:05
Archana New to Dotnet4-Sep-08 2:05 
Questionhello everybody Pin
harish.k124-Sep-08 1:06
harish.k124-Sep-08 1:06 
AnswerRe: hello everybody Pin
Mogaambo4-Sep-08 1:08
Mogaambo4-Sep-08 1:08 
AnswerRe: hello everybody Pin
Ashfield4-Sep-08 3:06
Ashfield4-Sep-08 3:06 
AnswerRe: hello everybody Pin
Manas Bhardwaj5-Sep-08 4:26
professionalManas Bhardwaj5-Sep-08 4:26 
QuestionAspxHtmlEditor Pin
SreejithAchutan4-Sep-08 0:07
SreejithAchutan4-Sep-08 0:07 
QuestionHow to orient text in a web page Pin
Ahmad994-Sep-08 0:05
Ahmad994-Sep-08 0:05 
AnswerRe: How to orient text in a web page Pin
Ahmad994-Sep-08 16:54
Ahmad994-Sep-08 16:54 
QuestionAuthorization and Authentication Pin
Mogaambo4-Sep-08 0:02
Mogaambo4-Sep-08 0:02 
QuestionHow to restrict multiple logon to an application? Pin
surender9393-Sep-08 23:35
surender9393-Sep-08 23:35 
AnswerRe: How to restrict multiple logon to an application? Pin
eyeseetee3-Sep-08 23:40
eyeseetee3-Sep-08 23:40 
GeneralRe: How to restrict multiple logon to an application? Pin
surender9393-Sep-08 23:50
surender9393-Sep-08 23:50 
AnswerRe: How to restrict multiple logon to an application? Pin
Dilip H. Patel3-Sep-08 23:56
Dilip H. Patel3-Sep-08 23:56 
GeneralRe: How to restrict multiple logon to an application? Pin
surender9394-Sep-08 1:01
surender9394-Sep-08 1:01 
GeneralRe: How to restrict multiple logon to an application? Pin
K V Sekhar4-Sep-08 1:25
K V Sekhar4-Sep-08 1:25 

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.