Need to replace all the <asp:DropDownList> with telerik equivalent - webforms

I need to replace all the <asp:DropDownList> with telerik's equivalent control
what is the effective way to achieve this?
thanks for your support!

That would be their combobox, friend. Check the demos here: http://demos.telerik.com/aspnet-ajax/combobox/examples/overview/defaultcs.aspx

The Q1'13 version has introduced the RadDropDownList control.
http://demos.telerik.com/aspnet-ajax/dropdownlist/examples/overview/defaultcs.aspx
I think it's the most effective way to resolve your problem!

Related

What Library and widgets should I use in order to develop a kind of side-sliding bar?

I want to develop something like this
Pic of a side sliding bar
I have researched and there are ressources like NavigationDrawer and ActionBarSherlock for similar Tasks but I haven't found anything like this. SlidingDrawer could help but I have read, it's yet deprecated, isn't it? So, is there anything actual? Thank you
Ok, I have looked around and I found approaches to implement what I want
Here and here.

jQuery splitbutton

Has anyone taken the jQuery split-button buttonset() functionality to make a ready-to-use SplitButton plug-in with the dropdown-menu functionality already built-in, and which is also theme-savvy?
Look at this tutorial: http://jquery-easyui.wikidot.com/tutorial:splitbutton. It may help you.

Captcha replacement

I stumbled upon http://www.kettletime.com.au/chance where the user needs to drag and drop a box with a number into another box to prove that he is human.
How do you implement this? Any free library to do this?
Thanks
It appears to be this one: http://www.webdesignbeach.com/beachbar/ajax-fancy-captcha-jquery-plugin.
How do you implement this?
Of course, you can implement the functionality on your own (see other answers), but this plug-in seems to be highly configurable :)
Any free library to do this?
Yup, see link above.
I suggest using jQuery library with jquery UI official plug-in.
Here is a demo and code:
http://jqueryui.com/demos/droppable/
You should take a look at JqueryUI. The have a direct drag and drop implementation.
http://jqueryui.com/demos/draggable/

What is the best inline file comparer for Windows?

My Source Safe file comparer (diff) doesn't say where in the line there are differences. Which tool would I use for that?
And before someone tries to move it to SU, please note that we developers rely on these diff tools more than anyone else.
I like SourceGear's free diffmerge. They built it to work with their source control systems, so it's pretty feature-rich.
WinMerge does inline comparison. I don't know about "best", but it is free.
BeyondCompare is excellent, though not free. There is a screenshot of the within-line difference view on their website.
The one included with TortoiseSVN does a decent job.
BeyondCompare is also an excellent choice.
I love using ExamDiff Pro.
Araxis Merge is a good one.
Iam using NotePad++ Compare plugin, there is ultracompare as well.
Tool to Compare Two Files
Google Search for "compare files"
Best Diff Tool?
And the most complete list on wikipedia
BeyondCompare. Specially like their folder comparision option.
I like P4Merge...
http://www.perforce.com/perforce/products/merge.html

Cruisecontrol custom charts

I have solved my initial problem with statistics gathering, but now would like to present the data in some nice charts (much like the default ones already in CCNET). I have followed what I think is the correct way to do this, but still nothing shows up. Is there a working example that I can see working that anymore knows of?
Thanks in advance
Solved!
I just had to actually following the instructions, so I don't need help on doing this anymore.

Resources