|
|
Stories recently tagged with 'GridView'
|
|
submitted by
brianjlowry
1 hour, 41 minutes ago
lowrymedia.com — "The number of times I have run into the following problem is astounding. I need to bind a list of complex/nested objects (those that contain other objects) to a gridview and show the values of nested objects. For example, let's say I have the following Customer class which contains a State object that holds information about in which state the customer lives." read more...
add a comment
|
category: C# | Views: 4
|
|
tags:
GridView, C# | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
dotnetfunda
4 days, 2 hours ago
dotnetfunda.com — In this article, I am going to explain how to manipulate data using GridView control. This article scope is limited to Updating and Deleting records using GridView and I am not using any readymade Data controls for that but manually writing all event methods. I will be using Sql objects directly into methods to keep the example simple and straight forward. In practical scenario you should use your existing architecture to populate and update the data. read more...
add a comment
|
category: ASP.NET | Views: 5
|
|
tags:
GridView, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
emirtrevino
6 days, 16 hours ago
emir.com.mx — Entity Framework is the best alternative of Microsoft for mapper a relational database to objects, and is already a very complete support in ASP.NET for populate the GridView control and enable the paging and sorting features directly by LinqDatasource object,but to use this alternative not have the chance to decouple the linq query in a business rules layer separated, which can be a problem if we have those requirements. The paging mut be done in the database for a more efficient query. read more...
add a comment
|
category: Linq | Views: 14
|
|
tags:
GridView, EntityFramework, LINQ | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vivekamar
8 days, 11 hours ago
dotnetcurry.com — The GridView control is quiet a handy control and is the most commonly used control when building an ASP.NET site. The more you work with it, the more you realize how powerful it can be while presenting data. Moving ahead with our GridView Tips and tricks series, I have added some more tips in this article. read more...
add a comment
|
category: ASP.NET | Views: 25
|
|
tags:
Tips, GridView, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
sqlnetframework
2 months, 5 days ago
sqlnetframework.com — Improve the column sorting of the ASP.NET GridView to give the user a better visual experience. Highlight the column selected for sorting and include an image to indicate whether the sorting order is ascending or descending. read more...
add a comment
|
category: ASP.NET | Views: 12
|
|
tags:
GridView, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
crpietschmann
2 months, 18 days ago
mattberseth.com — A while back I wrote a post describing how the DetailsView, GridView, UpdatePanel and the AjaxControlToolkit's ModalPopup controls could be used to implement the common Master/Details UI pattern. I cheated a bit when creating my original example in that I didn't really complete the implementation - the Save button on the popup didn't actually do anything. Since writing that post I have received a lot of email and a number of people left comments asking me to complete the example - so here it is. If you plan on reading through this article, I recommend playing around with the demo site to get a feel for how the page works. All data changes are only persisted to memory, so don't worry about messing up the data set. read more...
add a comment
|
category: AJAX | Views: 74
|
|
tags:
AJAX, DetailsView, ModalPopup, ASP.NET, GridView | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
Edelman
3 months, 13 days ago
dotnetdiscussion.wordpress.com — 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: ASP.NET | Views: 25
|
|
tags:
GridView, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
spavkov
3 months, 17 days ago
aspdotnetfaq.com — 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: ASP.NET | Views: 53
|
|
tags:
faq, Tutorial, GridView, HowTo, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
mosessaur
3 months, 24 days ago
mosesofegypt.net — GridView with Select All CheckBox using JQuery
One of the handy features that one might with to put on GridView is the Select All checkbox which is similar to the one on Hotmail and Yahoo read more...
add a comment
|
category: ASP.NET | Views: 32
|
|
tags:
GridView, jQuery, ASP.NET | tag it
Everyones tags: | Your tags: | |
|
|
|
|
|
submitted by
vivekamar
3 months, 27 days ago
dotnetcurry.com — In this article, the author explores some of the most frequently asked questions about the GridView control. The article discusses ten tips and tricks that you can use while using the GridView control. read more...
add a comment
|
category: ASP.NET | Views: 32
|
|
tags:
Tips, Delete, confirm, Tricks, GridView | tag it
Everyones tags: | Your tags: | |
|
|
|
|

Sponsored Link: www.carlist.ie
Ads via The Lounge
|