Asp.net's ObjectDataSource data bind event
Posted
by DJPB
on Stack Overflow
See other posts from Stack Overflow
or by DJPB
Published on 2010-03-15T17:51:40Z
Indexed on
2010/03/15
18:19 UTC
Read the original article
Hit count: 360
ASP.NET
|objectdatasource
Hi there I'm Working on an Asp.net/C# application. I want to bind a list of objects to a grid view. I've been looking a while to the ObjectDataSource control and it loads data to my datagrid as soon as my page loads. Can I change this behaviour? For example, how can I set DataBinding only when a button on my page gets clicked?
tks
© Stack Overflow or respective owner