|
|
|
|
|
|
| | Total Hits: 7 | Today: 0 | Author: nit_singh | Rating:  |
| |  This tip is to create a "Check All" checkbox which will select all the checkboxes in the grid or on the page or if you uncheck individual check box, then it will uncheck the "Select All"check box.... |
| | Total Hits: 5 | Today: 0 | Author: Austin Rasmussen | Rating:  |
| |  You’ve got a functioning list of stock ticker symbols now; however, it’s just a list of symbols and nothing more. Let’s explore how to add a static stock quote to each of the ticker symbols.... |
| | Total Hits: 1 | Today: 0 | Author: nit_singh | Rating:  |
| |  This tip is to create a "Check All" checkbox which will select all the checkboxes in the grid or on the page or if you uncheck individual check box, then it will uncheck the "Select All"check box.... |
| | Total Hits: 1 | Today: 0 | Author: nit_singh | Rating:  |
| |  This tip is to create a "Check All" checkbox which will select all the checkboxes in the grid or on the page or if you uncheck individual check box, then it will uncheck the "Select All"check box.... |
| | Total Hits: 7 | Today: 0 | Author: Emmanuel Kartmann | Rating:  |
| |  This article describes a conversion tool which takes an HTML document as input and generates a Microsoft Word document for printing. It all started when I had to work on a new information system with hundreds of computers. We decided to go for a 100% web-based application. Everything was fine until we had to print official documents from the application...... |
| | Total Hits: 1 | Today: 0 | Author: Balamurali Balaji | Rating:  |
| |  Most of the time, transporting HTML, XML, CSS, or a combination of all these mark-ups into devices like PDAs and mobiles is a bit complicated. Some additional resources are always missing, or it would require additional HTML mark-up to compensate. You need specialized parsers and user-agents to represent content and extract data out of it. HTML supporting browsers always have constraints specific to different devices, user-agents, and parsers. To overcome these limitations in HTML and HT... |
| | Total Hits: 1 | Today: 0 | Author: Paul Watson | Rating:  |
| |  This article will help people familiar with HTML to start producing XHTML 1.0 compliant documents. This articles approach is very simple, as is XHTML. However it is this very simplicity, of XHTML, which baffles some web developers and designers. This article is not an indepth look into XML or why XHTML has replaced HTML.... |
| | Total Hits: 1 | Today: 0 | Author: Adam Tibi | Rating:  |
| |  With experience, working with ASP.NET, I noticed some important XHTML tags that are rarely used by web developers, even the experienced ones, so I thought of writing this article to promote them. Most of the mentioned elements are HTML compatible, but all of them are XHTML compatible. I've tested these elements on Internet Explorer 6 and Firefox 1.5. Also, I've validated the demo project against XHTML 1.1 and XHTML 1.0 Transitional on the W3C Validator.... |
| | Total Hits: 4 | Today: 0 | Author: Jayendrasinh Gohil | Rating:  |
| |  HTML 5 support the Datalist Control. You can use a Datalist Contrl on your ASP.NET Page for a searchable TextBox.
Here I give an example of a searchable Textbox using jQuery / HTML 5.... |
| | Total Hits: 1 | Today: 0 | Author: Mayur Gujrathi | Rating:  |
| |  Copy the following code into any editor you want and save it as .html. This will show table alignment and also changing color on mouseover event:... |
| | Total Hits: 2 | Today: 0 | Author: Venkatakarthikeyan Natarajamoorthy | Rating:  |
| |  More than thousands of web sites are selling this kind of web based calendar controls. Have a look at this HTML component. Feel free to use/modify if you want, in your development. Please get back to me if you want to add any special features that you like.
This web based calendar control is fully written as an HTC component by using HTML and DHTML.... |
| | Total Hits: 2 | Today: 0 | Author: Richard Heyes | Rating:  |
| |  HTML4 has been with us for a while now, roughly ten years. And, it hasn't really seen a major update. Sure there's XHTML, but that did little more than make things slightly stricter - making you write better quality code if you were at all concerned with compliance. HTML 5 does more than that. For one thing, it adds a few new features. Not a huge amount, but the ones that it does add are very useful.... |
| | Total Hits: 2 | Today: 0 | Author: gggustafson | Rating:  |
| |  Many web pages can benefit from an ability for the user to change the font size dynamically. This article describes a method to build web pages that provide that functionality using HTML and JavaScript. Quite often, I find myself using the Ctrl-Plus shortcut (in Internet Explorer) to increase the size of a web page font. Unfortunately, that shortcut increases the size of all web page components (e.g., figures, text boxes, etc.), some of which I do not want increased.... |
| | Total Hits: 3 | Today: 0 | Author: paceman | Rating:  |
| |  This article provides the procedure for stripping out HTML tags while preserving most basic formatting. In other words, it converts HTML to plain text. This example heavily relies on regular expressions, in particular System.Text.RegularExpressions.Regex.Replace() method. You may also find this reference on regular expressions syntax useful.... |
| | Total Hits: 3 | Today: 0 | Author: Jonathan Wood | Rating:  |
| |  The .NET framework provides a plethora of tools for generating HTML markup, and for both generating and parsing XML markup. However, it provides very little in the way of support for parsing HTML markup. I had some pretty old code (written in classic Visual Basic) for spidering websites and I had ported it over to C#. Spidering generally involves parsing out all the links on a particular web page and then following those links and doing the same for those pages. Spidering is how companies like G... |
| | Total Hits: 1 | Today: 0 | Author: Dinkar chavhan | Rating:  |
| |  The DetailsView control in ASP.Net 2.0 is used to create an HTML table that displays the contents of a single database record.... |
| | Total Hits: 5 | Today: 0 | Author: UsualDosage | Rating:  |
| |  There are perhaps hundreds of ideas on the internet regarding how to make those sleek rounded "Web 2.0" panels (as depicted above) that can be seen on millions of websites these days. Undoubtedly, there are many server controls that do the same thing. I've seen some good, and most bad. This was my attempt at creating a sleek solution to what certainly should be a simple problem.... |
| | Total Hits: 1 | Today: 0 | Author: Matthew Taylor | | Rating:  |
| |  First of all the requirements for this project was partially taken from codeproject. So I took their requirement for a job they posted on their site and put 95% of the requirements into code. Name/Value pairs are to be entered into the upper DataGrid. This DataGrid is used for adding and filtering Name/Value pairs.... |
| | Total Hits: 2 | Today: 0 | Author: JosephL, Arnab Dutta | Rating:  |
| |  We often need a calendar to give user a way to select date.We know that we have lots of JavaScript calendar already available in the market.But some time we need a calendar from where we can protect user to select only few date not all date and the best use for that is ASP.NET calendar control we can do lots of function with asp.net calendar control...like bind date from database etc which hard to do with JS calendar.... |
| | Total Hits: 1 | Today: 0 | Author: Steve Wellens | Rating:  |
| |  There was a question about this on the ASP.NET forums and after a quick search I didn't find a good generic function so I thought I'd supply one.
Note: I wanted this to be as broad and useful as possible, so the second parameter is a ListControl which both the ListBox and DropDownList inherit from.... |
|
|
|
|
|
|