Click here to Skip to main content
15,918,889 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSession continues after the Session times out Pin
Praveen_S24-Apr-06 23:25
Praveen_S24-Apr-06 23:25 
AnswerRe: Session continues after the Session times out Pin
yogsworld24-Apr-06 23:54
yogsworld24-Apr-06 23:54 
AnswerRe: Session continues after the Session times out Pin
Frank Kerrigan25-Apr-06 0:43
Frank Kerrigan25-Apr-06 0:43 
QuestionHow to open a windows application from asp.net page Pin
nesaraja24-Apr-06 23:14
nesaraja24-Apr-06 23:14 
AnswerRe: How to open a windows application from asp.net page Pin
J4amieC24-Apr-06 23:22
J4amieC24-Apr-06 23:22 
QuestionArthimetic operations results in overflow Pin
MaheshSharma24-Apr-06 23:11
MaheshSharma24-Apr-06 23:11 
AnswerRe: Arthimetic operations results in overflow Pin
Colin Angus Mackay24-Apr-06 23:26
Colin Angus Mackay24-Apr-06 23:26 
GeneralRe: Arthimetic operations results in overflow Pin
MaheshSharma25-Apr-06 0:10
MaheshSharma25-Apr-06 0:10 
What I am doing is just fire a query from sql server, If the number of records are 30000 then there is no problem but after 32000 records is show an error.I am releasing memory after every 50 page like that

If gstrHTMLFileCounter Mod 50 = 0 Then
GC.Collect()
GC.GetTotalMemory(True)
GC.WaitForPendingFinalizers()
End If
I am not using integer all the fetch records are string ?

Thanks
mahesh

-- modified at 6:14 Tuesday 25th April, 2006
GeneralRe: Arthimetic operations results in overflow Pin
Colin Angus Mackay25-Apr-06 0:53
Colin Angus Mackay25-Apr-06 0:53 
GeneralRe: Arthimetic operations results in overflow Pin
MaheshSharma25-Apr-06 2:15
MaheshSharma25-Apr-06 2:15 
GeneralRe: Arthimetic operations results in overflow Pin
Colin Angus Mackay25-Apr-06 2:20
Colin Angus Mackay25-Apr-06 2:20 
GeneralRe: Arthimetic operations results in overflow Pin
MaheshSharma25-Apr-06 3:26
MaheshSharma25-Apr-06 3:26 
GeneralRe: Arthimetic operations results in overflow Pin
MaheshSharma25-Apr-06 18:55
MaheshSharma25-Apr-06 18:55 
AnswerRe: Arthimetic operations results in overflow Pin
Paddy Boyd24-Apr-06 23:32
Paddy Boyd24-Apr-06 23:32 
GeneralRe: Arthimetic operations results in overflow Pin
MaheshSharma25-Apr-06 19:16
MaheshSharma25-Apr-06 19:16 
Questionadvantage of using multiple config files Pin
chakkara200324-Apr-06 23:03
chakkara200324-Apr-06 23:03 
AnswerRe: advantage of using multiple config files Pin
CWIZO25-Apr-06 0:38
CWIZO25-Apr-06 0:38 
Questionwindows querry Pin
meer_Lx24-Apr-06 22:33
meer_Lx24-Apr-06 22:33 
GeneralRe: windows querry Pin
Guffa24-Apr-06 23:18
Guffa24-Apr-06 23:18 
Questionwindows based application Querry ! Pin
meer_Lx24-Apr-06 22:25
meer_Lx24-Apr-06 22:25 
AnswerRe: windows based application Querry ! Pin
V.24-Apr-06 22:54
professionalV.24-Apr-06 22:54 
QuestionFile Uploading from the user? Pin
MudkiSekhon24-Apr-06 22:07
MudkiSekhon24-Apr-06 22:07 
AnswerRe: File Uploading from the user? Pin
J4amieC24-Apr-06 22:39
J4amieC24-Apr-06 22:39 
GeneralRe: File Uploading from the user? Pin
MudkiSekhon24-Apr-06 23:58
MudkiSekhon24-Apr-06 23:58 
AnswerRe: File Uploading from the user? Pin
R.Prabha Devi25-Apr-06 0:35
R.Prabha Devi25-Apr-06 0:35 

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.