Stories recently tagged with 'GridView' Subscribe to this feed

Working with ASP.NET GridView binding using List , ClientIDMode in ASP (syntaxhelp.com)

submitted by hima_.nethima_.net(140) 1 month, 24 days ago

Syntax help on GridView binding and clientIDmode property usage in ASP.NET read more...

add a comment | category: | Views: 2

tags: another

Fixed GridView's Header while scrolling using JavaScript (www.hcjsg.com)

submitted by IscNetIscNet(70) 3 months, 4 days ago

Fixed GridView's Header while scrolling using JavaScript without css.... read more...

add a comment | category: | Views: 16

tags: another

Gaia Ajax 3.6 Alpha Released: New Ajax GridView for ASP.NET (blogs.gaiaware.net)

submitted by stiansolstiansol(110) 4 months, 24 days ago

Gaia Ajax is an Ajax platform for advanced web development on the ASP.NET platform - without use of JavaScript. The 3.6 version comes with practical innovation previously unavailable to ASP.NET developers. This includes: New Ajax GridView, Adaptive Rendering Engine, 100++ New Samples, Completely new Effect API, New BrowserHistory Control, New Validation Controls ++ Download available read more...

add a comment | category: | Views: 9

tags: another

Search GridView with footertemplate and highlight results using AJAX (csharpdotnetfreak.blogspot.com)

submitted by amit.jainamit.jain(580) 1 year, 2 months ago

In this example i am populating gridview without using sqlDataSource but 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...

add a comment | category: | Views: 124

tags: another

Search records in GridView and highlight result using C sharp ASP .NET (csharpdotnetfreak.blogspot.com)

submitted by amit.jainamit.jain(580) 1 year, 2 months ago

In this example i am searching records of gridview and highlighting the results based on search criteria user enter in textbox , This example is using AJAX and C# asp.NET read more...

add a comment | category: | Views: 273

tags: another

Merging GridView Headers to have multiple Headers in GridView using C# (csharpdotnetfreak.blogspot.com)

submitted by amit.jainamit.jain(580) 1 year, 2 months ago

Here is the example to Have multiple headers in a gridView or merging headers in GridView using C# and ASP.NET For this you need to create GridView header row in RowCreated Event In Code behind, in RowCreated Event of grid view i m creating a new gridview row of header type and than in this row i m adding 2 cells read more...

add a comment | category: | Views: 354

tags: another

Merging GridView Headers to have multiple Headers in GridView using C# (csharpdotnetfreak.blogspot.com)

submitted by amit.jainamit.jain(580) 1 year, 2 months ago

Here is the example to Have multiple headers in a gridView or merging headers in GridView using C# and ASP.NET For this you need to create GridView header row in RowCreated Event In Code behind, in RowCreated Event of grid view i m creating a new gridview row of header type and than in this row i m adding 2 cells read more...

add a comment | category: | Views: 354

tags: another

ModalPopupExtender in a GridView sample (blog.dreamlabsolutions.com)

submitted by arnoldmatuszarnoldmatusz(600) 1 year, 2 months ago

Although the ModalPopulExtender isn’t new at all there are still countless poeple who search the web for a comprehensive sample on how a ModalPopupExtender is used in a GridView. It can be pretty tricky to handle so I decided to come up with a good example of most things that you need tot know about it. Hence this blog post is a sample on how you can use the ModalPopupExtender in a GridView coupled with an UpdatePanel. Working with the ModalPopup from a GridView can be a pain, but with a good reference nice results can be yielded. read more...

1 comment | category: | Views: 344

tags: another

Pouplating Multiple DetailsView based on single GridView using DataKey (csharpdotnetfreak.blogspot.com)

submitted by amit.jainamit.jain(580) 1 year, 2 months ago

This is a example of populating three different DetailsView based on selection of of record in a GridView using DataKeyNames in C sharp and ASP .NET read more...

add a comment | category: | Views: 80

tags: another

A Simple Dot Net 2.0 GridView & FormView how to video. CRUD included! (dink.no-ip.info)

submitted by hughesdohughesdo(45) 1 year, 4 months ago

This video will cover the basics of how to use a GridView and Formview. I have combined the two dot net controls to create a web "Phone Book" application that everyone should find useful. In this day and age you would think that you should have everyone's name, addresses, birth dates and phone numbers easily available to you on a web page somewhere, right? What's that, you don't? Are people constantly moving or getting new phone numbers? Wouldn’t it be nice if you could create a web page to store that information? Your friends and family could simply update their own information online and share it with everyone, right? read more...

add a comment | category: | Views: 213

tags: another

Master\Detail with CollapsiblePanel and HoverMenu (mosesofegypt.net)

published 1 year, 5 months ago, submitted by mosessaurmosessaur(5050) 1 year, 5 months ago

Master details GridView with CollapsiblePanelExtender and HoverMenuExtender read more...

add a comment | category: | Views: 509

tags: another

Updating Only Changed Rows in the GridView Control (gridviewguy.com)

submitted by kayoskayos(880) 1 year, 5 months ago

Matt Berseth wrote a very interesting article on “Bulk Inserting Data Using the ListView Control". The idea is to give the user an Excel like interface where they can edit the rows with custom data and finally click the update button to persist the data in the database. Matt’s solution was great but lacks a very important detail. There was no way to know what rows were changed by the user. Matt took the road to update all the rows whether they were changed or not. In this article we are going to take a look at an alternative method of updating only the changed rows. read more...

add a comment | category: | Views: 45

tags: another

Developing Multicolumn-DropDown with ASP.NET, the GridView and AJAX (www.thomasclaudiushuber.com)

submitted by linksaussenlinksaussen(65) 1 year, 6 months ago

This article shows, how to develop a really useful multicolumn-dropdownlist with ASP.NET, the GridView and the AJAX Control Toolkit. read more...

add a comment | category: | Views: 417

tags: another

ComplexBoundField - Databinding Complex Objects to a GridView (lowrymedia.com)

submitted by brianjlowrybrianjlowry(640) 1 year, 6 months ago

"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: | Views: 76

tags: another

Updating, Deleting records using GridView control (dotnetfunda.com)

submitted by dotnetfundadotnetfunda(1575) 1 year, 6 months ago

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: | Views: 56

tags: another

Paging and sorting the GridView control wih Entity Framework N Layer (emir.com.mx)

submitted by emirtrevinoemirtrevino(55) 1 year, 6 months ago

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: | Views: 565

tags: another