Browse by Tags

Related Posts

  • WebForm_InitCallback(); Where does this code come from? .Net 2.0 Callbacks

    Hi, I'm looking at callbacks in .Net 2.0 At the bottom of my page that does a callback is a call to WebForm_InitCallback(); as well as the inclusion of a webresource. Using reflector to view the component I am using I have not being able to find the content of the webresource, or how that code gets...
    Posted to Web Forms (Forum) by auschucky on 08-29-2006, 12:00 AM
    Filed under: .Net 2.0, Error, CallBack, Init
  • What's wrong with my code?

    I am using MVWD 2005 Express and Sql Server 2005 Express. I am using SqlDataSource control and GridView control to disply a ata table, and let user to input data into the database through dropdownlist and TextBox. When I run the application I always get exception:"Conversion failed when converting...
    Posted to SQL Server, SQL Server Express, and SqlDataSource Control (Forum) by funbie on 08-30-2006, 12:00 AM
    Filed under: web form, .Net 2.0, Error, vb.net, asp.net
  • datalist and headertemplate

    hi why if i configure ma dataliste like that 1: <asp:datalist id="datalist1" runat="server"> <headertemplate></headertemplate> <itemtemplate> <%#databinder.eval(container.dataitem, "whatever".tostring())%> </itemtemplate> </asp:datalist>...
    Posted to Data Presentation Controls (Forum) by softsoap on 09-07-2006, 12:00 AM
    Filed under: display, .Net 2.0, Error, vb.net, asp.net 2.0
  • Need help getting VWD 2005 Express to work with IIS7

    OK, so I have both installed - including the optional .NET and ASP parts for IIS. But I have a problem. - I go to "New Web Site" - Location (Browse) - Local IIS All I get is a message saying: "You must be a member of the Administrators group on the local computer to access the IIS metabase...
    Posted to Installation and Setup (Forum) by mrmckeb on 09-20-2006, 12:00 AM
    Filed under: IIS7, Error, IIS
  • Re: Move to Next Record

    Your Button_Click1 event is throwing the error about not knowing what dtResv is because your DataTable dtResv is declared and initialized inside your Page_Load function. It has scope only within Page_Load. Button_Click1 knows nothing about it. To fix this you should move your variable declaration of...
    Posted to Getting Started (Forum) by dhounshell on 09-21-2006, 12:00 AM
    Filed under: Error, databinding
  • .NET Development Server

    Hi, In short: There seems to be a problem with my browsers recognising http://localhost:<port>/<folder>/ . Whenever debug or run command is run within VWD2005 Express, it launches a .NET Development Server with a random port number so that developers could test their applications without...
    Posted to Visual Web Developer 2005 Express (Forum) by kioria on 09-28-2006, 12:00 AM
    Filed under: Error
  • Error: File Not Found

    I keep getting the following error when debugging my project. This exception occurs at the start of the app and is captured by the Application_Error. Not sure what the problem is, can anyone help me out? InnerException = {"File does not exist."} StackTrace " at System.Web.StaticFileHandler...
    Posted to Web Forms (Forum) by SuperGhost on 10-03-2006, 12:00 AM
    Filed under: sesion, IE, Master Pages, ASP.NET 2.0, file not found, error
  • Newbie having problem with DAL and TableAdapters

    Hi, I've just read the article about Data Access ( http://www.asp.net/learn/dataaccess/default.aspx?tabid=63 ). Now I'm trying to create a DAL my self. But I get lots of errors (18 of them). Error examples: -------------------------------- Error 1 'string' does not contain a definition...
    Posted to Data Access and ObjectDataSource Control (Forum) by marlun78 on 10-05-2006, 12:00 AM
    Filed under: Error, TableAdapters, DAL, Data Access
  • E2.0 - The type initializer for 'Microsoft.Practices.EnterpriseLibrary.ExceptionHandling.ExceptionPolicy' threw an exception

    I am recieving the following error when I attempt to handel an exception. within a try/catch block I am throwing a simple exception to make sure I setup error checking correctly. When the error is caught and passed to the block I get this error. try { throw new Exception( "test error logging"...
    Posted to Microsoft Application Blocks (Forum) by jason_m on 10-12-2006, 12:00 AM
    Filed under: Error, "Enterprise Library 2.0", "Exception Handing Block"
  • visual web express, valid license (licenses.licx) issue

    i have added "licenses.licx" to the root of my asp.net 2.0 c# web application when i right click on "licenses.licx" in the solution explorer, it gives the option "Build Runtime Licenses". after i click "build runtime licenses" it initiates a 'build' and...
    Posted to Getting Started (Forum) by kuponutcom on 10-13-2006, 12:00 AM
    Filed under: Error, ASP.NET, Visual Web Express, Licenses.licx
Page 1 of 17 (161 items) 1 2 3 4 5 Next > ... Last ยป