Active Server Pages Programming (ASP)/ASP short memory?
Expert: Srini Nagarajan - 4/19/2005
QuestionHi Srini
Is ASP.net is a free software? :-)
God bless
garyW
-------------------------
Followup To
Question -
Hi Srini
Yah, it helps by transfer the variables to a local variables.
Do you think ASP.net is definitely a go to replace asp? i am considering whether to learn asp.net for the replacement of asp.
Are these 2 technology equivalent in terms of its functionality except for the convenience of the short-cut code?
Please advise, thanks :-)
God bless
Gary Wong
-------------------------
Followup To
Question -
Hi Expert
How are you doing?
Have you have experienced rs fields not fully displayed? I was wishing to display many record fields with asp and some of the fields were not displayed properly. Ie, to display 10 long fields in 3 rows. However, only 7 fields were displayed without any errors. It could not store the rs fields at all. However if i use response.write to print the fields, it appears!!
Is this a bug of ASP? Could it be fixed?
Please advise how to display all these fields properly. Is it related to memory? Please advise to overcome this problem. It is very irritating as i have no way to overcome its occurence.}
Can i write any code to increase its memory power? Would IIS setting help? If yes, how?
ps : Does this happen in ASP.net too?
Thank you for your help
Take care too
God bless
Garyw
Answer -
Hi
I was away thats why i was not able to reply imdtly...
I don't see any error like this... I handled various different type data types and went smooth
Why don't you move to a local variable and display. Also sometimes if you combine two fields and one got NULL value it will display blank.
In ASP.NET you can bound the column and it will take care of it.
Happy Programming!!
-Srini
Answer -
hi
You can move to ASP.NET ALOT of changes made between ASP vs. ASP.NET..
If you wait few weeks you will get ASP.NET version 2.0 beta 2 release..
Its got lot more features and funcationlity built in...
You can visit www.asp.net and you can start learning stuff on .NET..
Happy Programming!!
-Srini
AnswerHi
ASP.NET web server which is FREE!
Development tool Visual Studio .NET is $$$$
You can use webmatrix which is free, if you want you can use even Notepad, but you have to type alot..
Visual Studio .net is recommended.
Happy Programming!
-Srini