Any DataGrid Gurus out there?

W

wdewebserver

Hi

How can I force a DataGrid into Edit Mode from Page_Load?
How can I call the ItemCommand from Page_Load?
Can I have a hidden CommandButton and call it's click event
programmatically?

Please help - very urgent.
 
A

Alvin Bruney [MVP]

the event handlers are just functions, so you can call them like
page_load
dg1_itemdatabound(null,null)

if you intend to use the parameters to the function, you will have to
manually create the sender and event arguments and fill them with
appropriate data. Why do you need this functionality?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

No members online now.

Forum statistics

Threads
473,744
Messages
2,569,483
Members
44,903
Latest member
orderPeak8CBDGummies

Latest Threads

Top