Programming

A User Control to Control User Controls

February 23, 2012 Chuck .NetVB.NetVisual Basic

This was made by a guy I work with, great way to simplify the use of user controls in an ASP.Net application add the following to the web.config under the “controls” section: Then create the following user control: And the following in the code behind: Now, instead of having to call any future user control [...]

More

2 ascxasp.netuser controlsvb.net

Clearing and setting selected value of asp:dropdownlist

December 13, 2011 Chuck .NetProgrammingVB.NetVisual Basic

On page postback when a “clear selection” button was pressed, I wanted to set the value of a drop down list back to the default state. ‘ddldays is the ID of the asp:dropdownlist in my application. ‘first we clear the current selection, this prevents an error where the application thinks you are trying to select [...]

More

0 asp.netasp:dropdownlistclear valuevb.net

Locate a control in asp:repeater header with VB

December 9, 2011 Chuck FamilyVB.NetVisual Basic

I am using a repeater to build a list of items. I am using the header as the input area and, if the item exists, I am putting the item into the repeater. If the item does not exist, I am displaying a message in the textbox where the item sku was placed. To find [...]

More

0 asp.netasp:repeatervb.netweb development

Some free & helpful software

November 29, 2011 Chuck ProgrammingSoftware

This is just a list of software that I find very helpful.  It is also great that there is no cost whatsoever in using them: ExamDiff – compares two files and highlights the differences between them WinMerge – much like ExamDiff but also makes merging files pretty easy FileZilla – FTP client and server, if [...]

More

0 free programsfree software

Powered by WordPress and HQ Premium Themes.