No announcements
Found 2770063 threads
-
0 Votes
Registering UserControl with src/path from appSettings
User1124521738 posted consider building a simple server control that reads that web.config entry and it's sole job is loading/rendering the usercontrol, expose/forward ...Answered | 1 Replies | 57 Views | Created by Anonymous - Wednesday, May 29, 2013 4:38 AM | Last reply by Anonymous - Wednesday, May 29, 2013 3:23 PM -
1 Votes
problem with Appsetting file attribute with UNC path.
The workaround is to set your project to use .NET 3.5 instead of 4.0 appSettings file attribute Dan ...Answered | 1 Replies | 4121 Views | Created by Fusion Coder - Friday, June 15, 2012 8:02 AM | Last reply by Dan Randolph - Saturday, June 16, 2012 5:41 PM -
0 Votes
Confusion - Path, UserControl and Sizing
In your UserControl, do not specify height and width of the controls and their child controls.Answered | 2 Replies | 3403 Views | Created by Dzogchener - Tuesday, August 12, 2008 1:14 PM | Last reply by Dzogchener - Tuesday, August 12, 2008 2:59 PM -
1 Votes
Binding from UserControl problem (Help)
I discover that I need have object, DependencyProperty and Registered binding value same name, and for DependencyProperty must have Property on the end.Answered | 6 Replies | 589 Views | Created by Striebrovlas - Wednesday, November 21, 2018 8:20 PM | Last reply by Striebrovlas - Monday, November 26, 2018 11:12 AM -
3 Votes
read Web.config appsettings values from a Timer Job
Please check this post: http://social.msdn.microsoft.com/Forums/en-US/sharepointdevelopmentprevious/thread/ef1a48cd-bf61-4d29-b060-dce5958cc9ee From that post: ...Answered | 3 Replies | 12832 Views | Created by NabX - Friday, June 7, 2013 7:45 PM | Last reply by ArunDarly - Thursday, February 1, 2018 6:48 AM -
1 Votes
Accessing App.Config Appsettings sections from Class Libraries
and My code looks like below: // Get the AppSettings section.Answered | 6 Replies | 9906 Views | Created by StarterKit - Thursday, February 25, 2010 6:37 PM | Last reply by ChrisOf_T_ - Monday, August 20, 2018 1:50 PM -
0 Votes
Registering usercontrol event to parent window using xaml in WPF
Here I am registering ClicKMe event of UserControl MyControl and binding it to Handle_UserControl_ClickMe.Answered | 5 Replies | 8988 Views | Created by Gokuldas - Wednesday, June 10, 2009 7:01 AM | Last reply by Gokuldas - Sunday, June 14, 2009 9:03 PM -
0 Votes
AppSettings doesn't populate programatically
> Setting the path like you suggested did the trick Thank you for your response and I’m glad to know my suggestion is useful to you.Answered | 3 Replies | 857 Views | Created by new to sql server - Thursday, March 10, 2016 9:38 PM | Last reply by Albert_Zhang - Wednesday, March 16, 2016 3:10 AM -
0 Votes
Cannot get appSettings from web.config from inside OnExpiration method
Yes, the expiration is called from the timer service.Answered | 4 Replies | 5085 Views | Created by Tx_Ryan - Wednesday, May 20, 2009 8:13 PM | Last reply by Steve.Curran - Sunday, May 24, 2009 3:43 AM -
0 Votes
Access from Window to UserControl
Have a look at the following ...Answered | 1 Replies | 3614 Views | Created by Firewire918 - Tuesday, September 30, 2008 2:01 PM | Last reply by Colin Eberhardt - Tuesday, September 30, 2008 2:15 PM -
0 Votes
getting datetime value from appsetting in c#
The above is an msdn example, you can further simplify the display based on ToShortDateString(); Of course for getting it ...Answered | 4 Replies | 20693 Views | Created by faizi22 - Monday, March 5, 2012 12:01 PM | Last reply by Prasanna A - Tuesday, March 6, 2012 6:32 AM -
0 Votes
appsettings is not update properly in app.config
"); } XmlNode appSettingsNode = xmlDoc.SelectSingleNode("configuration/appSettings"); foreach (XmlNode childNode in ...Answered | 3 Replies | 8423 Views | Created by udayakumar subramaniyan - Thursday, April 21, 2011 6:03 AM | Last reply by dhampall_79 - Tuesday, April 26, 2011 8:21 AM -
0 Votes
reusing a usercontrol webpart from another sharepoint website
one more thing: if mentioned sites are located on different web applications and if wsp which contains this web part is deployed to specific web application (not globally), you need to deploy this wsp ...Answered | 2 Replies | 3338 Views | Created by s.deb - Wednesday, March 7, 2012 5:31 PM | Last reply by sadomovalex - Thursday, March 8, 2012 3:26 PM -
0 Votes
Getting information from a UserControl inside another UserControl
Hey, So I'm looking for an elegant solution for accessing UserControl info from another UserControl.Answered | 1 Replies | 2375 Views | Created by Garrett25 - Monday, July 26, 2010 8:35 PM | Last reply by Mr.Mubi - Monday, July 26, 2010 9:48 PM -
0 Votes
Inheriting from UserControl
Hi, Why don't you derive from DataGrid?Answered | 3 Replies | 2134 Views | Created by Nullspace007 - Thursday, June 7, 2012 1:12 AM | Last reply by Chris-von-der-Wiese - Thursday, June 7, 2012 12:00 PM -
1 Votes
How can we access multiple appSettings from App.config
I would recommend you to use some other way to store user name and password in app.config other than AppSettings, if you really need to store them in app.config.Answered | 1 Replies | 1571 Views | Created by Sumitk.cdac - Wednesday, September 26, 2012 4:53 AM | Last reply by MasaSam - Wednesday, September 26, 2012 5:28 AM -
1 Votes
How To Inherit From a UserControl
Also your code behind class MUST be inheriting from your BaseElement classOne way to solve this is to go back to UserControl instead of myBaseElement in both xaml and code ...Answered | 9 Replies | 4483 Views | Created by ritagreen - Monday, January 26, 2009 5:48 PM | Last reply by ritagreen - Tuesday, January 27, 2009 12:38 AM -
4 Votes
Populate usercontrol's stackpanel from observeablecollection WPF vb.net
#UserControl XAML <UserControl x:Class="UserControl1" ...Answered | 1 Replies | 2710 Views | Created by Arn3342 - Thursday, February 22, 2018 10:13 AM | Last reply by Zhanglong Wu - Saturday, February 24, 2018 6:18 AM -
0 Votes
Appsettings value of aspx file
something like this, from" <%$ AppSettings:schemaname %>".Answered | 2 Replies | 11137 Views | Created by anuaj - Friday, September 24, 2010 8:37 AM | Last reply by Allen Chen - MSFT - Tuesday, September 28, 2010 7:38 AM -
1 Votes
Access folder path from web config file
The simples way is to use AppSettings.Answered | 2 Replies | 12646 Views | Created by neel24 - Friday, December 28, 2012 12:56 AM | Last reply by Shyam Kr - Friday, December 28, 2012 6:50 AM - Items 1 to 20 of 2770063 Next ›
No announcements