Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Forcing a PostBack
Message
From
19/07/2003 06:12:44
Keith Payne
Technical Marketing Solutions
Florida, United States
 
 
To
18/07/2003 13:56:37
General information
Forum:
ASP.NET
Category:
Web forms
Miscellaneous
Thread ID:
00811579
Message ID:
00811755
Views:
14
>When a DataGrid is on a web form we can use the Grid_ItemCommand() funtion to force a PostBack so we can process a row clicked in the DataGrid.
>
>If you instantiate a Web forms Table on a web form and populate it programmaitcally simulating a DataGrid, is it possible to force a PostBack form the Web forms Table similar to the DataGrid so a row in the Web forms Table can be processed?
>
>Thanks,
>Bill

Bill,

The button (image, link and button) server controls will automatically postback. You can also set the AutoPostBack property of other server controls to True to force a postback when the value has changed.
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform