Click here to Skip to main content
16,005,389 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Addin Table in panel at runtime Pin
Abolfazl Sheikhloo10-Sep-07 22:50
Abolfazl Sheikhloo10-Sep-07 22:50 
GeneralRe: Addin Table in panel at runtime Pin
Fahim A Salim10-Sep-07 23:17
Fahim A Salim10-Sep-07 23:17 
QuestionDemonstration CD Pin
greekius10-Sep-07 22:36
greekius10-Sep-07 22:36 
AnswerRe: Demonstration CD Pin
Christian Graus10-Sep-07 23:54
protectorChristian Graus10-Sep-07 23:54 
QuestionDispose Pin
Priya S10-Sep-07 22:23
Priya S10-Sep-07 22:23 
AnswerRe: Dispose Pin
yogesh_kumar_agarwal10-Sep-07 22:28
yogesh_kumar_agarwal10-Sep-07 22:28 
GeneralRe: Dispose Pin
Priya S10-Sep-07 22:39
Priya S10-Sep-07 22:39 
AnswerRe: Dispose Pin
N a v a n e e t h10-Sep-07 22:44
N a v a n e e t h10-Sep-07 22:44 
Priya Cool wrote:
How to free-memory(Dispose) for an specific object created an an instance of a class.


.NET manages the garbage collection automatically. You don't have to worry about clearing the objects. This will be done by .NET runtime automatically. But some classes implements IDisposable interface, which should be disposed by calling Dispose() method manually.


QuestionHow to retrieve client's IP ?? Pin
devboycpp10-Sep-07 22:10
devboycpp10-Sep-07 22:10 
AnswerRe: How to retrieve client's IP ?? Pin
Abolfazl Sheikhloo10-Sep-07 22:32
Abolfazl Sheikhloo10-Sep-07 22:32 
QuestionGridview Delete Button Pin
yogesh_kumar_agarwal10-Sep-07 21:58
yogesh_kumar_agarwal10-Sep-07 21:58 
AnswerRe: Gridview Delete Button Pin
N a v a n e e t h10-Sep-07 22:47
N a v a n e e t h10-Sep-07 22:47 
GeneralRe: Gridview Delete Button Pin
yogesh_kumar_agarwal10-Sep-07 22:52
yogesh_kumar_agarwal10-Sep-07 22:52 
GeneralRe: Gridview Delete Button Pin
John-ph10-Sep-07 22:58
John-ph10-Sep-07 22:58 
GeneralRe: Gridview Delete Button Pin
yogesh_kumar_agarwal10-Sep-07 23:21
yogesh_kumar_agarwal10-Sep-07 23:21 
GeneralRe: Gridview Delete Button Pin
John-ph11-Sep-07 0:56
John-ph11-Sep-07 0:56 
AnswerRe: Gridview Delete Button Pin
varshavmane10-Sep-07 22:50
varshavmane10-Sep-07 22:50 
AnswerRe: Gridview Delete Button Pin
EbyZ_Ideas11-Sep-07 21:30
EbyZ_Ideas11-Sep-07 21:30 
QuestionGetting last ID after an insert statement Pin
soneliso10-Sep-07 21:49
soneliso10-Sep-07 21:49 
Questionwhat is best way to encrypt and decrypt connection string ? Pin
B.A10-Sep-07 21:43
B.A10-Sep-07 21:43 
AnswerRe: what is best way to encrypt and decrypt connection string ? Pin
John-ph10-Sep-07 22:06
John-ph10-Sep-07 22:06 
GeneralRe: what is best way to encrypt and decrypt connection string ? Pin
B.A10-Sep-07 23:00
B.A10-Sep-07 23:00 
AnswerRe: what is best way to encrypt and decrypt connection string ? Pin
v1i9n6o7d11-Sep-07 1:13
v1i9n6o7d11-Sep-07 1:13 
QuestionOpen an instance of outlook with an attachment using C# Pin
Sumithra Guturi10-Sep-07 21:21
Sumithra Guturi10-Sep-07 21:21 
QuestionHow to limit Http handler usage ??? Pin
devboycpp10-Sep-07 21:18
devboycpp10-Sep-07 21:18 

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.