-
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...
-
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...
-
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>...
-
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...
-
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...
-
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...
-
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
-
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...
-
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"...
-
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...