Posts Tagged 'JavaScript'

JavaScript, the language for them all!! (Jquery with gridview in asp.net 2.0)

Categorized Under: Development, English 2 Commented

Once a long time ago (in 80s) I think Assembly was considered the savior for when ever some one need to do some dirty work with their C or whatever language code and its not clear for him how to do it there or few things are not supported assembly comes to give you control [...]

Adding a friendly splash (waiting screen) while the code is being executed in ASP

Categorized Under: Development, English 4 Commented

Nowadays, most websites are connected to databases. the larger the data in the database, the longer it takes for the browser (or the code) to fetch/retrieve the required data for the user. and ofcourse, that’s where the developers’ skills comes handy, where developing an efficient code and using the minimum queries as possible is a [...]

Calling ASP Functions from java script

Categorized Under: Development, English 2 Commented

Umm i think some may get confused that isn’t it that Ajax can call server side functions from JavaScript ?? ! well thats write but i want to talk about those people who are still using Microsoft .NET 2005 and not lucky enough to get gaya or other ajax plug-in from Microsoft, or those who [...]