Hi Eric, I'm trying to get a little advice on my website application built and working (finally), thanks to you and several other very helpful souls. That...
Ron ALL these examples are on my blog. I suggest you learn T-SQL. It only took me a week or so. The lang isnt that hard. When you use sprocs, you get an...
Thanks again Eric, you have given me a clear direction to proceed with now that I am comfortable with the basic level. Going through to the advanced stage...
Hi Eric, I'm just wondering if it is perfectly safe to download and install the latest MagicAjax alongside the current stuff I have, which is basically, ...
you can download magic ajax and start working right away quite easily with the samples that come with the download. after testing a bit, you might notice your...
The only issue is CPU spikes and usage. He fixed this in the latest version which is on his CVS and can be obtianed by anyone. You have to get the project...
Thank you Jonathon, that's good to know, I'll go and grab it now and have some fun (hehehehe only a geek would call it fun). I appreciate your response. RonZ ...
Ha being able to create google ajax in copy and paste is fun for me. I dont care how geek I am. Thanks jon for helping with the responses. Hhehe I dont like...
Thank you Eric, Sounds like fun, I actually got onto Ajax from reading your blog. I then followed some links and ended up checking out all the samples, which...
Well the whole thing with Ajax is the post back. Making it so that you dont have to do a post back anymore. Mostly so you dont have to do the cost of a post...
Well there you go, I deduced the 'Postback' thing all by myself, perhaps there is hope for me after all :-( Cheers. RonZ _____ From: csharp2@yahoogroups.com...
hmmm.... i just thought of a test, I wonder what the effect will be, when i strip out the viewstae. meaning the viewstate is stored on the server, do you think...
A second refresh has been released for the Web application type. This refresh allows you to right click on your old 2003 files [ now converted to the new Web...
Hi Eric, Any tutorials or 'how to' on getting a calendar to bind to a database so that when you click on a specific date, the relevant records will be ...
There would be no need to bind a db to a cal control. You should just handle the click and then load the data into the grid. You can do this from the java...
Sorry mate, I'm not sure that I understand you. Let me explain: I have a website hooked up to a database, and of course there is a date column in it. I...
My answer is the same. This is very easy to do. All you have to do is grab the date from the click which should be easy. You just code in the cal's click...
I created a new forum under Forum Beginners to allow for users to easily display their tallent and interest in developing for Rainbow . This includes Rainbow...
Thanks Eric, Okay, well I have progressed a little: I fetched this code from MSDN and they say it's easy also, however, it just doesn't seem to be happing for...
Hi Eric, Sweet mate, I got it happening. Thanks for your input, I couldn't have done it without you. Regards RonZ ... On Behalf Of Eramseur You really dont...
Hi Again, I have a simple sql question, I can use this: WHERE (ection LIKE @Param1 + '%') and it works fine in query builder in VS2005 but when I save it and...
I know what like does hehe. I would rather like to know how you are using it. If it works in the builder than it should work in live unless you are doing...
Here is a great link comparing now 9 frameworks. He has now updated it for more coverage as new AJAX frameworks emerge. I suggest if you have a framework to...
I have posted a new Developer Preview release with instructions here : http://url123.com/xd3mz The file can be downloaded here : http://url123.com/xdq64 Could...
I deployed Health Monitoring in Rainbow 2.0 however this blog entry teaches the basics of HM [ link in blog] and can be applied to any 2.0 site. HM is an out...