Stories recently tagged with 'faq'

How and when (not) to use Extension Methods in C# and .NET?(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 3 years, 3 months ago

Lets first briefly examine Extension Methods, show some basics usages and then we will tackle some more advanced and concrete examples used to provide fluent, natural DateTime operations (similar to Date and Time operations available in Ruby on Rails). read more...

1 comment |category: |Views: 456

tags: another

How to add startup JavaScript code from Content Page to Master Page?(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 3 years, 6 months ago

If you are creating a website that has Master and Content Pages and if you need to add some JavaScript code from your Content pages that should run when the page is loaded you fill find out that its not straightforward. Content page do not have all the elements of HTML page like BODY tag that you could hook up to and add your script code to its onload event... read more...

add a comment |category: |Views: 21

tags: another

How to remove duplicate Whitespace Characters from a string?(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 3 years, 10 months ago

Luckily for us developers .NET has some very slick string handling routines we can use for this task. Also we have an alternative approach: Regular Expressions. We will cover here both implementations and compare them regarding their efficiency. read more...

add a comment |category: |Views: 175

tags: another

How to easily insert row in GridView with SqlDataSource?(aspdotnetfaq.com)

submitted by spavkovspavkov(1708) 3 years, 10 months ago

Asp.Net 2.0 GridView control is very powerful control. Developers at Microsoft really did a great job when designing it. Its like Swiss Army knife for selecting, editing, sorting, paging and displaying data. Combined with various DataSource controls (ObjectDataSource, SqlDataSource) it helps you execute most of your Read, Update and Delete operations without writing a single line of code. Off course, nothing is perfect. For example, creating new data is is one common task that is not so simple to accomplish with GridView. Let see how we can easily insert new rows of data using GridView and SqlDataSource... read more...

add a comment |category: |Views: 435

tags: another

Top ASP.NET Interview Questions and FAQs(blog.iimageworld.com)

submitted by ronakbhagdevronakbhagdev(10) 4 years, 6 months ago

Here is the List of Top ASP.NET Interview Questions and FAQs on the Web… Hope can be Useful…!! read more...

add a comment |category: |Views: 36

tags: another

New WPF FAQ with over 100 questions and answers(wpfwiki.com)

submitted by OdiwanOdiwan(30) 4 years, 10 months ago

This wiki-based WPF FAQ repository contains over 100 initial questions and anwers for developers working with WPF, as well as a nice WPF resources page. Contributors will also win prizes. read more...

add a comment |category: |Views: 1177

tags: another