3/15/2026 8:22:37 PM
|
| |
| slxdeveloper.com Community Forums |
|
| |
|
|
The Forums on slxdeveloper.com are now retired. The forum archive will remain available for the time being. Thank you for your participation on slxdeveloper.com!
Forum to discuss the use of the SalesLogix Web Platform, Client and Customer Portals, and the Application Architect (For version 7.2 and higher only). View the code of conduct for posting guidelines.
|
|
|
|
smart part onload event
Posted: 20 Mar 08 7:54 AM
|
| I would like to set the state of some asp.net controls I have on a form when it is loaded into the browser. I have an .ascx file I am editing in VS. Is any event like this available in the smart part, similar to the onload event of an .aspx page? Thanks |
|
|
| |
|
Re: smart part onload event
Posted: 21 Mar 08 1:12 PM
|
| Promote away. The funny thing is that I have this post from your blog in my IE favorites from when I was trying to track down the issue that requires modifying/replacing the systeminfo blob. The other funny thing is that I can't seem to access the page right now, but I will try again later. As I recall it is an impressive break down. Keep up the good work! |
|
|
|
Re: smart part onload event
Posted: 26 Mar 08 7:27 AM
|
Edited: Got it, just add the onload event to the smart part. Pretty slick. having another issue - I have a radio group with two items - Yes and No - that won't set to a default value. I was hoping to set it in the onload event. Doesn't seem to be working.. I can set the value of a textbox so I know the event is firing. I have three other radio groups that select 'Yes' from setting the property Select='True' but have two others that refuse to take a default value
I am now trying to set in code, but may have the syntax wrong.. I have tried ODMOEM.SelectedIndex=0;, ODMOEM.SelectItem=0; and host of others.. Does anyone know the correct syntax to set the value of a radio group in code? Thanks |
|
|
|
You can
subscribe to receive a daily forum digest in your
user profile. View the site code
of conduct for posting guidelines.
Forum RSS Feed - Subscribe to the forum RSS feed to keep on top of the latest forum activity!
|
|
|
|
|
|
|
|