Ask a Question related to ASP.NET General, Design and Development.
-
Vik #1
Setting OnCommand in run time
Is it possible to set OnCommand property of a button in run time? I tried
MyBtn.Attributes.Add("OnCommand", "MySub")
but it does not work.
Thanks.
Vik Guest
-
Setting up the date ahead of time
Hi all, I have a web site that surveys employees to see if they want to work the weekend. One of the problems I'm having is that I don't want to go... -
Setting Local Time
I know this may sound simple but I can't get my mind around it. I am trying to set a local time variable. I would like to allow the user to set... -
[PHP] Setting execution time for a loop
On 10 September 2003 11:26, zavaboy contributed these pearls of wisdom: No need to set a time limit for this -- just set a limit on how far... -
Setting execution time for a loop
How do I set execution time for a for() loop? Like I have a loop stop once it finds 3 things, but what happens when there are only 2 things? It... -
OnCommand in run time
Is it possible to set OnCommand property of a button programmatically? I tried btn.Attributes.Add("OnCommand", "MySub") but this doesn't work. ...



Reply With Quote

