Recommended ASP.NET combobox control [closed] - asp.net

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Currently we have a makeshift combobox which is comprised of a textbox, an arrow image, and a list - obviously not the best method.
Are there any recommended ASP.NET comboboxes other than the one contained within the AJAX control toolkit? I would prefer a free one if possible.
A combobox is a dropdown that also allows manual editing of the text.

We used the one from Obout in the past and now the one in the DevExpress package.

You should check telerik. lots of useful controls.

Related

Where can I get a free rich text editor [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
I would like a free rich text editor that maintains color formatiing of asp.net applications.
The editors that I have checked are not maintaining the exact copied data. There are linse breaks in between.
Tinymce is also good option : http://www.tinymce.com/index.php I have used earlier and it works fine
The most popular is probably CKEditor. But you didn't say which editors you have already tried.

templates for a reminder system [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 9 years ago.
This might be the wrong question here but I am really bad at desiging.I am looking for a website template that only has 3 text fields a large button which is basically a submit button. I have been searching a lot but haven't been successful. I want to write a reminder system,so have been searching a template for that.
Please provide a link if there are such template available so that I can download it.
Layouting with these few requirements seems not like rocket science.
Maybe get some inspiration from the code-examples on http://todomvc.com/.
They have written a todo-app with several js frameworks.
Think the layout might help you

GridView or Repeater or something else? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
I'm trying to figure out what's the best tool for the job. A GridView or a Repeater or maybe something else entirely?
I have a table which I want to display, however, depending on the language the user is browsing the site in (French or English), there are certain column I wish to show/hide. I will also have to do some paging as well.
So, my question is which tool would be a better fit for what I need?
Thank you!
A GridView because it has all you need.
You can hide rows like this:
YourGridView.Columns[0].Visible = false
It has paging built in!

Which Slider control should I use for an asp.net project: Silverlight or Ajax? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 10 years ago.
Both Silverlight and Ajax control toolkit offer the Slider control.
Question: Which one, from your experience, is the better choice?
My reservation about the Silverlight control is that Silverlight seems to be 'abandoned' by Microsoft [correct me if I am wrong] and I might have to extend the project with additional features in the future.
My reservation about the Ajax control is relative lack of documentation [in comparison with Silverlight].
In my opinion silverlight is the best one to use.
For the comparison of both please visit this link.

Looking for ASP.NET Shared Calendar/Scheduler Control [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance.
Closed 11 years ago.
Can someone recommend an ASP.NET calendar/scheduler control that allows the calendar to be shared? The shared part is important.
Free is good but paid is fine. I would rather it not be part of a control bundle as I just need this one control.
Thank you.
You could consider this JQuery plugin, which is pretty advanced: http://arshaw.com/fullcalendar/
There are other third-party components like Telerik's RadScheduler And DevExpress's AspxScheduler controls.
HTH.

Resources