Thursday, January 15, 2009

How to float the image left side and let the page content fill right side and bottom in CSS?

Wrap the div el ...

Read more at http://www.dotnetfunda.com/interview/exam315-how-to-float-the-image-left-side-and-let-the-page-content-fill--right.aspx

Author: Raja

How to page break after an html element in CSS?

Use following c ...

Read more at http://www.dotnetfunda.com/interview/exam317-how-to-page-break-after-an-html-element-in-css.aspx

Author: Raja

How to line break in CSS?

Use display:blo ...

Read more at http://www.dotnetfunda.com/interview/exam316-how-to-line-break-in-css.aspx

Author: Raja

What is the use of var keyword in C#?

This is the new ...

Read more at http://www.dotnetfunda.com/interview/exam305-what-is-the-use-of-var-keyword-in-csharp.aspx

Author: SheoNarayan

How to write styles for all html elements of the same type?

If we want to m ...

Read more at http://www.dotnetfunda.com/interview/exam312-how-to-write-styles-for-all-html-elements-of-the-same-type.aspx

Author: Raja

How to display a link without underline and display underline when mouseover on the link using CSS?

Write following ...

Read more at http://www.dotnetfunda.com/interview/exam314-how-to-display-a-link-without-underline-and-display-underline-when-mou.aspx

Author: Raja

What are the possible values of the "Position" attributes?

The possible va ...

Read more at http://www.dotnetfunda.com/interview/exam313-what-are-the-possible-values-of-the-position-attributes.aspx

Author: Raja

How to write conditional statement in CSS?

Following is th ...

Read more at http://www.dotnetfunda.com/interview/exam311-how-to-write-conditional-statement-in-css.aspx

Author: Raja

What is anonymous type in C#?

This is a new f ...

Read more at http://www.dotnetfunda.com/interview/exam306-what-is-anonymous-type-in-csharp.aspx

Author: SheoNarayan

By default which class is inherited by a class in C#?

If no class is ...

Read more at http://www.dotnetfunda.com/interview/exam303-by-default-which-class-is-inherited-by-a-class-in-csharp.aspx

Author: SheoNarayan

Tuesday, January 13, 2009

Creating AutoComplete TextBox in Windows Froms using C#

In this example i am explaining how to create AutoComplete TextBox or ComboBox in winforms using C#

Read more at http://www.dotnetfunda.com/articles/article225.aspx

Author: Amit.jain

Monday, January 12, 2009

Implementing autocomplete textbox in gridview using Ajax autocomplete extender

In this example i am implementing the AutoComplete functionality to textbox in the EditItemTemaplate of GridView using AJAX autocomplete extender, for this we need to create a web service which calls the method to fetch data from database and display results as suggestions for textbox

Read more at http://www.dotnetfunda.com/articles/article224.aspx

Author: Amit.jain

Windows Communication Foundation FAQ quick starter - Part 2

In this section we will run through a quick FAQ for WCF. I am sure after reading this you will get a good understanding of the fundamentals of WCF.

Read more at http://www.dotnetfunda.com/articles/article222.aspx

Author: Questpond

Implementing search in GridView and highlight results

In this example i am populating gridview by creating Sqlconnection and SqlCommand, i've put a textbox for text to search in footer of gridview using footer template , and the search results are highlighted using regular expression, i m using AJAX for partial postback and update progress template to show search progress

Read more at http://www.dotnetfunda.com/articles/article223.aspx

Author: Amit.jain