Ask a Question related to ASP.NET Data Grid Control, Design and Development.
-
wdewebserver #1
Any DataGrid Gurus out there?
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.
wdewebserver Guest
-
Need SQL Query Help from Gurus
I have a table that stores ratings information (column called PPMSBRTotal) for vendors on a monthly basis. The ratings data is stored along with the... -
To all Gurus: How can I edit/update a DataGrid in a DataGrid (nested DataGrid)? Possible?
Hello, I am searching the whole Internet for a good example how to edit/update a DataGrid in a DataGrid (nested DataGrid). I know how to... -
Hey layers gurus-need an eye here
This is my first "real" attempt at using layers. www.billraydrums.com/7_19_03/new.htm Please take a look-see and give me some hints as to how... -
Any Javascript gurus out there?
Hello, I'm not a javascript guru, and am having a few problems changing the font color between different items in a dropdown menu created in... -
Kudos to the gurus
Simply wanted to say thanks in general to all the experienced people that post to this newsgroup. I am constantly amazed at the responsiveness of... -
Alvin Bruney [MVP] #2
Re: Any DataGrid Gurus out there?
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?
--
Regards,
Alvin Bruney
[ASP.NET MVP [url]http://mvp.support.microsoft.com/default.aspx][/url]
Got tidbits? Get it here... [url]http://tinyurl.com/27cok[/url]
"wdewebserver" <walterd@ananzi.co.za> wrote in message
news:Ov9VWGQgEHA.3948@TK2MSFTNGP11.phx.gbl...> 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.
>
>
>
Alvin Bruney [MVP] Guest



Reply With Quote

