I\'m working on a web application developed classic asp. It has logout button on the top menu which basically does the following actions
I have to support a classic asp system (grrr) where it is returning nulls from a stored proc depending on the final select order in the proc.
How to button visible true or false in ASP with vbscript <textarea <% if Session(\"a\") = \"a\" %> class=开发者_C百科\"a\" <% else %> class=\"b\" <% end if %>
My query as it stands at the moment: SELECT RemainingCapacityBytes FROM [Check].[dbo].[tbl_BackupChecks_MediaInfo]
Before IIS 5.0 Response.Redirect was not encoding the string you privide. It was your own responsibility to URLEncode the string.
Im building an ASP website with user login. Does any one knows what is开发者_JAVA技巧 the best and must secure way to make login page and make pages restricted access? I know some ways and used them f
Is my first experience with ASP(vbscript) so I need your advice. O开发者_JAVA技巧k there is a requirement to create a counter for keeping track of the number of registrant of a registration form.
How to make SEL开发者_Go百科ECTION SORT using ASP Classic or jQuery?ASP is a server-side language. jQuery is a client-side enhancement for JavaScript. Apples and oranges.
i have a database, with verses from the bible, with those fields: book (book number), chapter (chapter number), verse (verse number), text (the verse)
We are migrating an ASP Classic website over to ASP.Net.One of the big hurdles is the large amount of data stored in SessionState by the ASP Classic website.