No announcements
Found 2414275 threads
-
0 Votes
APP_Code
In a dynamically compiled Web site project, ASP.NET compiles the code in the App_Code folder on the initial request to your application.Answered | 2 Replies | 5003 Views | Created by Mr.GMKREDDY - Friday, July 15, 2011 3:44 PM | Last reply by Mr.GMKREDDY - Friday, July 22, 2011 5:36 PM -
0 Votes
Accessing User Control in App_Code
The issue then becomes accessing the Controls properties in my Class file.Answered | 3 Replies | 109 Views | Created by Anonymous - Tuesday, July 2, 2013 2:15 PM | Last reply by Anonymous - Wednesday, July 3, 2013 12:21 AM -
0 Votes
Access class by another class which are not placed in App_Code folder
public Class2 { public void Foo () { var objClass1 = new Class1(); objClass1.Test(); } } By default when you select ...Answered | 3 Replies | 1696 Views | Created by Jey Dude - Tuesday, August 6, 2013 11:16 AM | Last reply by CoolDadTx - Wednesday, August 7, 2013 3:23 PM -
0 Votes
Access User Control in App_Code
User-1245426334 posted Hi!Answered | 1 Replies | 125 Views | Created by Anonymous - Wednesday, July 4, 2012 4:00 PM | Last reply by Anonymous - Wednesday, July 4, 2012 4:53 PM -
1 Votes
No of user access control in lightswitch
Create yourself a Users table.Answered | 7 Replies | 2210 Views | Created by babloo1436 - Sunday, October 2, 2011 5:04 AM | Last reply by babloo1436 - Tuesday, October 4, 2011 10:45 AM -
0 Votes
App_code and bin folders in sharepoint site
Hi Usha, In .NET development, we can use the App_code folder to store files which can be access through the whole project(might be a custom web ...Answered | 1 Replies | 1147 Views | Created by UshaJyothsna - Friday, May 27, 2016 10:22 AM | Last reply by Patrick_Liang - Monday, May 30, 2016 8:11 AM -
0 Votes
Intellisense in App_Code
Hi, I've just upgrade my web application from vs2008 to vs2010, I create a new web app from vs2010, then copy across all the existing files from vs2008, then I add a new class file ...Answered | 1 Replies | 8944 Views | Created by kin.ko - Wednesday, May 19, 2010 12:06 AM | Last reply by Shrikant Maske - Thursday, May 20, 2010 1:37 PM -
0 Votes
End User Access Control to the program
Business applications often provide access to data or resources based on credentials supplied by the user.Answered | 2 Replies | 5692 Views | Created by Kazi Md. Shakawat Hossain - Thursday, September 16, 2010 12:00 PM | Last reply by Jay_Wang - Wednesday, September 22, 2010 3:54 AM -
0 Votes
Debugging a UnitTest in App_Code directory
I have used the wizard to generate a unit-test for some code in my web-site's App_Code directory.Answered | 2 Replies | 3944 Views | Created by P.Huhn - Friday, December 5, 2008 6:04 PM | Last reply by Bill.Wang - Tuesday, December 9, 2008 7:44 AM -
3 Votes
Access NavigationService from User control
I have to walk through elements using VisualTreeHelper to find the Page that hosts my User control Here is the ...Answered | 4 Replies | 15604 Views | Created by sureshhs - Wednesday, June 27, 2007 6:08 PM | Last reply by JorikU - Wednesday, April 13, 2011 8:11 PM -
1 Votes
App_Code Assembly error
I have a WCF service created and it has Service.cs and IService.cs classes in App_Code folder and reference some dll.Answered | 6 Replies | 17618 Views | Created by kranthi1283 - Tuesday, October 19, 2010 8:43 PM | Last reply by Dixon Alwin - Thursday, November 27, 2014 10:22 PM -
0 Votes
Accessing Elements In A User Control When Included On Form
>"now once I add the user control I cannot access any elements like buttons, datagrid data sources etc" After we add elements to UserControl, ...Answered | 1 Replies | 770 Views | Created by ShatterStar2012 - Wednesday, July 20, 2016 9:27 AM | Last reply by DotNet Wang - Thursday, July 21, 2016 9:00 AM -
0 Votes
The type exists in both App_Code & Website.
I have build it and getting below error- The type ‘Log’ exists in both 1_App_code, version=0.0.0.0, Culture=neutral, ...Answered | 1 Replies | 2528 Views | Created by Maggy111 - Monday, May 23, 2016 1:04 PM | Last reply by Stefan Hoffmann - Monday, May 23, 2016 1:47 PM -
0 Votes
access variable in parent user control from child user control
Hi, I have a user control (UC) which contains another user control, lets say UC A contains UC B, i need to access a variable which is in UC A from UC B, i ...Answered | 3 Replies | 8091 Views | Created by ssanp - Friday, June 1, 2012 7:13 PM | Last reply by Sheldon _Xiao - Monday, June 18, 2012 8:11 AM -
0 Votes
Controlling access to local webcam based on user input
I’m afraid there has no such an API can do access control to webcam.Answered | 2 Replies | 466 Views | Created by SOU (Sourabh Arvikar) - Friday, February 26, 2016 6:39 AM | Last reply by Baron Bi - Friday, February 26, 2016 9:35 AM -
0 Votes
How to Access App_Code class from a user control
User-1509636757 posted OracleHelper Class placed in my App_code folder, as far as its placed ...Answered | 1 Replies | 55 Views | Created by Anonymous - Wednesday, February 11, 2009 4:34 AM | Last reply by Anonymous - Wednesday, February 11, 2009 6:59 AM -
0 Votes
controlling user access in sql server
The trigger will automatically called every time a user logs onAnswered | 5 Replies | 5859 Views | Created by Jesse Dean Paclar - Friday, November 19, 2010 6:57 AM | Last reply by Uri Dimant - Wednesday, November 24, 2010 8:56 AM -
2 Votes
two classes in different languages in \App_code folder
In the App_Code directory, create separate directories for each language.Answered | 2 Replies | 7836 Views | Created by karthikpk - Sunday, September 18, 2011 9:39 AM | Last reply by Karel Zikmund - Thursday, September 22, 2011 1:11 AM -
0 Votes
Controlling user access based on time duration
http://www.intelliadmin.com/index.php/2008/04/restrict-user-logon-hours/ This will mean that the AD account can only logon to any resource in your ...Answered | 2 Replies | 553 Views | Created by sqldev1 - Tuesday, February 14, 2017 5:35 PM | Last reply by Hilary Cotter - Tuesday, February 14, 2017 6:11 PM -
0 Votes
Accessing User Control Properties
<Canvas> <Ellipse Width="150" Height="150"/> ...Answered | 1 Replies | 2201 Views | Created by Shawn Dan - Tuesday, April 3, 2012 3:17 AM | Last reply by Jesse Jiang - Wednesday, April 4, 2012 6:09 AM - Items 1 to 20 of 2414275 Next ›
No announcements