Topic profile page for App code.
This page has aggregated data from forum posts, threads, listings, online discussions, newsgroups, messageboards, and other online sources which contain user generated content for the term: App code.
Topic "App code" was discussed 0 times on 0 sites in last 3 months
Started 2 weeks ago (2009-12-17 16:13:00)
by im1dermike
Is it possible to access aspx pages from a class file in App_code? I'm trying to write a method in the class which will, in turn, set a value on a master page control.
Started 2 weeks, 2 days ago (2009-12-16 03:24:00)
by Rahul.Mittal
We are using jboss 3.2.6 app server to deploy an ear. To reduce the server round-trips and network latency, we created a servlet that caches various MIME types in the browser. package foo.bar.nw.cache; import java.io.IOException; import javax.naming.directory.DirContext; import javax.servlet.ServletException; import javax.servlet.http.HttpServletRequest; import...
Started 2 weeks, 3 days ago (2009-12-15 05:22:00)
by tomwest
Hi, I have been looking for an answer for this question everywhere, but as of yet cannot find the answer. I am trying to access a hidden control on my master page that holds some configuration options for the user, but from an app code vb file. At the moment, every time I want to use the function, I have to find the control from the content page and pass it into the function. Thanks in ...
Started 2 weeks, 6 days ago (2009-12-11 17:57:26)
by JimGuyer
The book I am working from recommends putting objects in folders named App_Data nad App_Code. I have an App_Data folder that was created for me, but there is no App-Code folder. If I create one, my program can't find my objects
Started 3 weeks ago (2009-12-10 13:31:00)
by earsareclosed
I am using a table adapter and subsequently a dataset has been added to my App_Code folder. I have tried publishing my website, but the data grid I am creating with the tableadapter is not showing up. The App_Code folder was not published with the rest of the files, however the App_Code.dll and App_Code.compiled files are included in the sites Bin folder. Can someone please help me figure out ...
Started 3 weeks, 2 days ago (2009-12-08 16:29:00)
by brainfart
I had to make some code changes to a custom clas called ErrorClass.vb. In my project it is under App_code folder but now I am trying to deploy the updated class to the produciton server and I cannot locate the app_code.dll file in my local machine even after doing a build on the project? I did a search for the dll file and found App_Code_FXFGT124.dll (something like this ) Can you ...
Demo app here http://apps.facebook.com/popquizapp/ Hello i'm selling the code to a quiz app that has quiz creation system and news feed publishing. the code is php and uses mysql for saving quiz information (doesn't save your results just shows you them and gives you a fb pop up to publish them). has a invitation system to invite people to quizzes after you make a quiz. When setting up the...
Started 6 days, 13 hours ago (2009-12-26 00:02:00)
by ftw
Hi i'm selling the source code for a gift app Demo App here - http://apps.facebook.com/giftappdemo/ The Source Code has thorough comments on all of the pages Comes with Data Base Dump and photo's of the Facebook settings and SuperRewards settings with comments ------------- Features ------------- The app has a Point system for Gifts, Tips that can be disabled and a Leader board like ...
Started 4 days, 8 hours ago (2009-12-28 04:43:00)
by basabiso
Im sorry, im not gettig this.. Im new to LINQ and i want to place my dbml files in a new folder other than the app_code. It doesnt work.. i filled out both context and Entity namespace with the same value.. when i move the file to the app_code, it works, move it away, it doesnt.. :S please provide me with a step by step for dummies :D :$ Thanks you
Started 1 week ago (2009-12-25 09:45:00)
by bbunlock
Thanks for the reply Mike I appriciate the help, I am using php5 on my server, I have downloaded the latested client files and addded them to the server (they were the same) but this still isnt working for me on a canvas page to send out the api call to the selected user ids when I run the app and go through the stages this is what I see in the page thats send the cards to the selected friends,...