CLASP is a Framework developed in VBScript for the development of Classic ASP WEB applications. It simplifies your coding and makes it very portable to ASP.NET. Provides you with a rich event driven environment that resembles ASP.NET and Visual Basic Windows applications. Supports ViewState and other cool features. It has a large list of web controls Many of the controls has a method call autopostback that allows your form data to be posted automatically without your user clicking the submit button
T
Tunde Ajibawo
@Tunde Ajibawo
Posts
-
Posting data automatically -
Query Date Field Type In AccessEdbert P. wrote: AFAIK in Access you use # in between the date, e.g. #3/10/2005# I try this but still no result Select * from Score where testdate = #2005-03-10# And there is a record with that date
-
Query Date Field Type In AccessHow do I query Access Date field, My query returns no records This is my query "Select * from Score where testDate = 3/10/2005"
-
Posting data automaticallyIf you need to shield youself away from some details and are not interested in how somethings are done I would suggest you get clasp asp framework. Posting data automatically in ASP has never been that simple before the era of .Net