vikrampschauhan
March 17th, 2005, 01:02 PM
I was trying to see at what point a textbox in DHTML and a textbox in C# start to be the same - I mean, in terms of memory allocation etc.
Is it that for both, memory is allocated on the heap and a hanle refering to that memory is returned(I know this is true for C#).
I was trying to see how differently scripting languages like HTML etc behave, as compared to programming languages like C#, C++, or C.
I believe there is not much difference in terms of memory allocation for textbox etc?
Thanks!
Is it that for both, memory is allocated on the heap and a hanle refering to that memory is returned(I know this is true for C#).
I was trying to see how differently scripting languages like HTML etc behave, as compared to programming languages like C#, C++, or C.
I believe there is not much difference in terms of memory allocation for textbox etc?
Thanks!