T
Tony WONG
i wish to upgrade my asp program to asp.net.
my asp is to input some data from a form to SQL server, there are some
javascripts to validate input (client side)
but i tried asp.net
i find
1. it is not easy to have a good-look input form
2. the dataview template is very standard, i cannot edit its layout. i.e.
change to 4 columns
3. i do not know how to use javascripts (restrict characters, count
characters, how no of characters) in the dataview template.
4. even the UI is very advanced. i cannot do what i want to do a simple
stuff
5. textbox cannot be bind to datasource
Could you give me some advices or any wrong findings?
Should i use html components instead of .net components in asp.net page?
Thanks a lot.
tony
my asp is to input some data from a form to SQL server, there are some
javascripts to validate input (client side)
but i tried asp.net
i find
1. it is not easy to have a good-look input form
2. the dataview template is very standard, i cannot edit its layout. i.e.
change to 4 columns
3. i do not know how to use javascripts (restrict characters, count
characters, how no of characters) in the dataview template.
4. even the UI is very advanced. i cannot do what i want to do a simple
stuff
5. textbox cannot be bind to datasource
Could you give me some advices or any wrong findings?
Should i use html components instead of .net components in asp.net page?
Thanks a lot.
tony