Browse by Tags

Related Posts

  • Re: How do you use an App_Code folder in a different location?

    Hi Eric - I've come across a work-around that seems to do the trick. At the top of my page, I simply put this: <% @ Page Language ="C#" MasterPageFile ="~/master/tools.master" Title ="PCNS Implementation Request /Problem Ticket System" Inherits ="CommonPage"...
    Posted to Configuration and Deployment (Forum) by dso808 on 06-12-2009, 12:00 AM
    Filed under: app_code
  • Re: How do you use an App_Code folder in a different location?

    Hi Bruce - yeah, we'd like to be able to use another App_Code folder. Reason being, I'm creating a seperate site within a large main site. I'd like to use an App_Code folder seperate from the main site's App_Code folder for 2 reasons: 1) to be able to keep all my site's files in one...
    Posted to Configuration and Deployment (Forum) by dso808 on 06-12-2009, 12:00 AM
    Filed under: app_code, asp .net
  • Re: Invalid postback or callback argument.

    The Invalid Postback or Callback argument can happen in multiple different scenarios in multiple different cases. However the root reason that I figured out in all cases that remains is the fact that the event that took place happened with a control that had got different ID than when the action was...
    Posted to Migrating from ASP.NET 1.x to ASP.NET 2.0 (Forum) by Rahul Vats on 06-05-2009, 12:00 AM
    Filed under: .net 1.1 2.0 web server, .NET 3.0, App_Code, Invalid postback or callback argument.
  • Re: Accessing code in app_code folder

    Thanks, but this is still not getting past the initial error regards: Dim QueryStringCollection As NameValueCollection QueryStringCollection = Request.Form Compiler Error Message: BC30369: Cannot refer to an instance member of a class from within a shared method or shared member initializer without an...
    Posted to Web Forms (Forum) by theoldgoat on 04-24-2009, 12:00 AM
    Filed under: sub, VB, App_Code, instance
  • Re: Accessing code in app_code folder

    It seems to have been that I'd forgotten to share the sub, but this then produces the issue that the sub: Public Shared Sub postCollector() Dim counter1, counter As Int32, Keys(), subKeys() As String Dim QueryStringCollection As NameValueCollection QueryStringCollection = Request.Form Keys = QueryStringCollection...
    Posted to Web Forms (Forum) by theoldgoat on 04-23-2009, 12:00 AM
    Filed under: shared, App_Code, instance
  • Accessing code in app_code folder

    I've got a small web site (in vb) I'm developing using VWD 2008 express, which needs to make use of a public sub thats in a .vb file under the app_code folder. How come I can't use the sub, since I thought it was automatically accessible when in the app_code folder?
    Posted to Web Forms (Forum) by theoldgoat on 04-23-2009, 12:00 AM
    Filed under: sub, VB, App_Code
  • cookieless session after or during httphandler

    Hi I work on a mobile webaplication and need to use session variables to store temporary information about the users, i do not know that whether every mobile supports the cookies so i use cookieless session variables <sessionState cookieless="True" regenerateExpiredSessionId="true"...
    Posted to State Management (Forum) by codetoad on 03-26-2009, 12:00 AM
    Filed under: Session, Session and Authentication, session data lost problem, Session expire web.config, session loss, session start, session state from outside, session timeout, session using web.config, session variables, Session_Start, sessionstate cookieless, App_Code, SessionState, Session State, session variable
  • ObjectDataSource has no values to insert

    Hello, Why do I keep getting this error message that the ObjectDataSource has no values to insert? I have read many post regarding the ObjectDataSource not having any values when trying to insert data, and I still don't have a solution. In a couple of post I read if you take out the DataObjectTypeName...
    Posted to Data Access and ObjectDataSource Control (Forum) by xyz789 on 02-24-2009, 12:00 AM
    Filed under: objectdatasource, .net 2.0, 2005, ADO.NET, ADO.NET 2.0, asp.net 2.0, Asp.Net 2.0, client side, code, Code reuse, Constant Class, controls, Error message, i am using VB asp.net 2.0, Insert Data Values into SQL Database, ASP .NET 2, SQL Server 2005, app_code, Class
  • Double click for a listbox

    Hi , Could please slove my problem i am using asp.net 2005 vb.net or c#.net Using two listbox, Ex: One of the list box I have 10 items, I need when I double click on the particular item in the list box, that item should be send to onther list box, Please tell me how to do. Same functionality only i needed...
    Posted to Client Side Web Development (Forum) by ramesh.sri on 02-19-2009, 12:00 AM
    Filed under: vb.net, .NET 2.0, ADO.NET, app_code, ASP.net 2.0, C# + ASP.NET 2.0, ListBox
  • how to share code?

    I have a formview which calls a procedure "FormView1_ModeChanged" when the form mode is changed. Since I have about 60 odd pages which could use this bit of code, I would like to know if there is a way for me to dump this piece of code in a central location like the app_code folder, and then...
    Posted to Getting Started (Forum) by just_life on 02-10-2009, 12:00 AM
    Filed under: share common piece of code across different aspx pages, App_Code, share code
Page 1 of 9 (87 items) 1 2 3 4 5 Next > ... Last ยป