Edelman

Stories submitted by Edelman

BlogEngine.NET: How To Customize Your Blog With New Class Objects(dotnetdiscussion.net)

submitted by EdelmanEdelman(125) 3 years, 7 months ago

BlogEngine.NET is a great blogging platform with a lot of the basic necessities. But what if you wanted to add some additional functionality? At first glance, this may not be easy, as BE.NET's core construction can appear complex and overwhelming. This article will cut through the confusion and tell you step-by-step how to add your own class for custom functionality to your blog. read more...

add a comment |category: |Views: 26

tags: another

ASP.NET: How To Use BulkEditGridview To Save Hours In Database Editing(dotnetdiscussion.wordpress.com)

submitted by EdelmanEdelman(125) 4 years, 1 month ago

The GridView is a fantastic, versatile, and powerful tool. Unfortunately, it is also unrealistic in several aspects. Say you have a page in your website's administrative back-end that is to update all of your prices for your products. With a typical GridView, if you wanted to update, say, 10 of these prices, you will require at minimum 20 postbacks, which depending on the speed of your server can be a lengthy process. Now imagine that you have over 1000 lines to edit. 2000 postbacks, minimum... sound like a daunting task that may take you hours in just waiting for your server to respond? What if I told you that you could edit an unlimited number of records in a GridView with one click, one postback, and one call to your database, and that only the records you modified would be updated? What if I told you it was way, way easier than you think? read more...

add a comment |category: |Views: 262

tags: another

ASP.NET: How to Integrate Both Google Checkout and PayPal In 3 Steps(dotnetdiscussion.net)

submitted by EdelmanEdelman(125) 4 years, 3 months ago

If you've pulled your hair out trying to implement any sort of plausible solution to Google Checkout and PayPal integration, check out this amazingly simple solution! read more...

add a comment |category: |Views: 267

tags: another

ASP.NET: How to Convert Your Site To A MasterPage Site in 3 Steps(dotnetdiscussion.net)

submitted by EdelmanEdelman(125) 4 years, 4 months ago

This article is for those who don’t have much or any experience with MasterPages or are converting an old ASP.NET site to a MasterPage-driven site. If this is you, don’t be afraid—You can do it in just three easy steps! read more...

add a comment |category: |Views: 26

tags: another

Restrict Dimensions While Uploading Images With The FileUpload Control(dotnetdiscussion.net)

submitted by EdelmanEdelman(125) 4 years, 6 months ago

The absolute easiest way to upload files to your server while enforcing some dimension rules. read more...

add a comment |category: |Views: 17

tags: another

ASP.NET and AJAX: UpdatePanelPopupExtender Is An Awesome Tool(dotnetdiscussion.net)

submitted by EdelmanEdelman(125) 4 years, 6 months ago

The UpdatePanelPopupExtender is a great ASP.NET/AJAX tool that can drastically improve the user-friendliness of your UI. read more...

add a comment |category: |Views: 115

tags: another

ASP.NET, PayPal, and Google Checkout: The Solution!(dotnetdiscussion.net)

submitted by EdelmanEdelman(125) 4 years, 7 months ago

Trying to get your shopping cart to submit to PayPal and Google Checkout is typically a huge pain for ASP.NET developers because of the inability (or difficulty) of submitting information without using server-side forms. Well, here's a way to get around that. read more...

add a comment |category: |Views: 97

tags: another

GridView Update/Edit/Cancel, HyperLinkFields, and DataKey Retrieval(dotnetdiscussion.net)

submitted by EdelmanEdelman(125) 4 years, 7 months ago

Some of the most common parts of the GridView demystified! read more...

1 comment |category: |Views: 238

tags: another