Stories recently tagged with 'UserControl'

Multi-value Input User Control for asp .net(dotnetics.integrethics.com)

submitted by cdpnetcdpnet(5) 2 years, 11 months ago

Reusable ASP .NET Control for multivalue inputs. The control let the end user add a string to a list of items. User can also remove an item from the list if he doesn't want to submit it. The control exposed properties and method that lets the developer easily databind the list of items. Also has exposed properties to get final set of items in the list, newly entered items that the original ones, and removed ones. read more...

add a comment |category: |Views: 29

tags: another

ASP.NET Popup Message Box User Control(beckelman.net)

submitted by beckelmwbeckelmw(2755) 3 years, 4 months ago

Alerting my users to some action that is about to occur or has occurred has always been a pain for me in web programming. Everyone has probably used Page.ClientScript.RegisterStartupScript to popup generic message boxes. Tonight I was looking for a better way to accomplish this task and came across Janko's post Create MessageBox user control using ASP.NET and CSS . He presents a great user control to display four types of messages. I decided to take things a little further by using the ModalPopup control from the AjaxControlToolkit as well as some additional CSS and images from Matt Berseth's post YUI Style Yes/No Confirm Dialog with the ModalPopupExtender. I also added the ability to set the height and width of the message container. Though far from perfect, I think its a good start for an evening's work. Please check it out and let me know if you have ideas to improve the control. read more...

add a comment |category: |Views: 683

tags: another

ASP.NET MVC: Using UserControls Usefully (blog.wekeroad.com)

submitted by darrenstokesdarrenstokes(300) 4 years, 1 month ago

Advice for utilizing UserControls in ASP.Net MVC read more...

add a comment |category: |Views: 36

tags: another

ASP.NET Tip: Render Control into HTML String(blogs.x2line.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 2 months ago

Occasionally there is a need to get string representation of ASP.NET control in other words - render it into string instead of let it be rendered on the page. The following method renders control into HTML string. Namespaces used: read more...

add a comment |category: |Views: 405

tags: another

Socialize your ASP.NET Pages - A Free Social Links User Control(mycsharpcorner.com)

submitted by youseflayousefla(675) 4 years, 9 months ago

In today's Internet blog, you almost never miss seeing a "Digg It", a "Kick it", a "Ridd It" a Furl it, burl it...or squirrel it... link or icon at the end of each article you read in someones blog. Well, regardless of the opinions people might have about this phenomenon, if you are an ASP.NET ... read more...

add a comment |category: |Views: 24

tags: another

A Clock User Control for your Windows Form in C#(mycsharpcorner.com)

submitted by youseflayousefla(675) 4 years, 10 months ago

Making your own Clock control to display on your Windows Form to display and update the current time up to the second is an easy deal using C# Timers. Creating The Clock User Control Step By Step Here is one way to do it: read more...

1 comment |category: |Views: 461

tags: another

ASP.NET 2.0 Client Callbacks inside a User Control(pietschsoft.com)

submitted by crpietschmanncrpietschmann(11.3k) 4 years, 10 months ago

Implementing Client Callbacks (AJAX) in ASP.NET 2.0 is actually really simple to do as long as you know a little JavaScript. Heres is a small example of using a Client Callback from within a User Control. I've tested this example with IE6 and Firefox 1.5 read more...

add a comment |category: |Views: 19

tags: another

How to Register User Controls and Custom Controls in Web.config(weblogs.asp.net)

submitted by eldorseneldorsen(105) 5 years, 2 months ago

How to Register User Controls and Custom Controls in Web.config read more...

add a comment |category: |Views: 87

tags: another

Supporting Templates with ASP.NET User Controls(weblogs.asp.net)

submitted by gavinjoycegavinjoyce(25.7k) 5 years, 8 months ago

Scott Guthrie outlines how to expose template properties from ASP.NET user controls. read more...

add a comment |category: |Views: 23

tags: another