Click here to Skip to main content
16,004,833 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionI want to draw an image online and save it. Pin
Khawar Abbas130-Sep-07 20:42
Khawar Abbas130-Sep-07 20:42 
Questionstretching image in asp dot net Pin
Dhyanga30-Sep-07 20:34
Dhyanga30-Sep-07 20:34 
AnswerRe: stretching image in asp dot net Pin
Parwej Ahamad30-Sep-07 21:09
professionalParwej Ahamad30-Sep-07 21:09 
GeneralRe: stretching image in asp dot net Pin
Dhyanga1-Oct-07 1:01
Dhyanga1-Oct-07 1:01 
AnswerRe: stretching image in asp dot net Pin
John-ph30-Sep-07 21:12
John-ph30-Sep-07 21:12 
QuestionInterview Questions answers please Pin
siddisagar30-Sep-07 20:15
siddisagar30-Sep-07 20:15 
AnswerRe: Interview Questions answers please Pin
Christian Graus30-Sep-07 20:21
protectorChristian Graus30-Sep-07 20:21 
AnswerRe: Interview Questions answers please Pin
N a v a n e e t h30-Sep-07 20:47
N a v a n e e t h30-Sep-07 20:47 
siddisagar wrote:
Difference between response.clear and response.flush()?


First one clears the buffered HTML. It won't clear the headers. Later send buffered output immediately

siddisagar wrote:
How garbage collector know which objects are no longer refered?


Google for how objects are stored in memory before you go for garbage collection

siddisagar wrote:
class a
{
method a()
{}
}

class b:a

{
method a()
b ob=new b();
ob.a();

}


Why don't you write an application and experiment this ?



QuestionCreate graphics on fly Pin
coolestCoder30-Sep-07 20:04
coolestCoder30-Sep-07 20:04 
AnswerRe: Create graphics on fly Pin
Christian Graus30-Sep-07 20:18
protectorChristian Graus30-Sep-07 20:18 
GeneralRe: Create graphics on fly Pin
coolestCoder30-Sep-07 20:59
coolestCoder30-Sep-07 20:59 
Questionasp.net Editor Pin
satyaki mishra30-Sep-07 19:32
satyaki mishra30-Sep-07 19:32 
AnswerRe: asp.net Editor Pin
N a v a n e e t h30-Sep-07 19:36
N a v a n e e t h30-Sep-07 19:36 
AnswerRe: asp.net Editor Pin
Christian Graus30-Sep-07 19:55
protectorChristian Graus30-Sep-07 19:55 
QuestionSyntax for calling the .exe file Pin
yogesh205830-Sep-07 19:20
yogesh205830-Sep-07 19:20 
AnswerRe: Syntax for calling the .exe file Pin
N a v a n e e t h30-Sep-07 19:38
N a v a n e e t h30-Sep-07 19:38 
AnswerRe: Syntax for calling the .exe file Pin
Christian Graus30-Sep-07 19:56
protectorChristian Graus30-Sep-07 19:56 
QuestionHow to show a document in the same format Pin
Kurian_Kurian30-Sep-07 15:52
Kurian_Kurian30-Sep-07 15:52 
AnswerRe: How to show a document in the same format Pin
N a v a n e e t h30-Sep-07 19:41
N a v a n e e t h30-Sep-07 19:41 
Questionproblem in datagrid Pin
Shuaib wasif khan30-Sep-07 10:36
Shuaib wasif khan30-Sep-07 10:36 
AnswerRe: problem in datagrid Pin
DotNetXenon30-Sep-07 16:27
DotNetXenon30-Sep-07 16:27 
QuestionHi guys ASP + SilverLight [modified] Pin
Epsilone330-Sep-07 9:40
Epsilone330-Sep-07 9:40 
AnswerRe: Hi guys ASP + SilverLight Pin
Guffa30-Sep-07 9:53
Guffa30-Sep-07 9:53 
GeneralRe: Hi guys ASP + SilverLight Pin
Epsilone330-Sep-07 9:58
Epsilone330-Sep-07 9:58 
QuestionDateTime Conversion error Pin
Gymnast30-Sep-07 9:18
Gymnast30-Sep-07 9: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.