Closing Pages and popup alerts
Hey all,
I am not new to local programming but still getting the hang of this ASP.NET stuff. I am currently working on a database input output application. Particulars need not to be including but I can tell you it is a pain in the butt seeing I am incorporating a custom query builder for reports, error checking for duplicates before updates or inserts and all other type of jazz. I am trying to incorporate a few functions but know nothing about java script. I am trying to stay within C# and keep everything as code behind as possible and the only help I seen on doing this is scripting in the dang cryptic java.
First thing I am trying to do is close the browser out. Basically the user hits close app and the browser the app is in closes. Is there anything in the .net framework to do this or am I going ot be come a script kiddy?
Next, I like the ShowMessageShow() and alert() methods Javascript has...is there an equivalent in the .net library for asp.net?
I have been searching for those two items for awhile. I never brought them up earlier as I like to see if I can find this stuff out on my own. Gets you more familiar with the framework. :)
|