| Thread | Last Post | Replies |
|
| javascript in asp.net component | 20 Sep 2007 20:28 GMT | 1 |
how do i generate a javascript code in asp.net custom component ? thanks
|
| I'll buy you a latte.... | 20 Sep 2007 20:23 GMT | 48 |
...or the beverage of your choice at your local Starbucks if you can help me find a working code sample in VB.Net 2005 that shows a webpage hosting a webbrowser activex control. OK....it *is* a crazy request.....so make that 2 of your favorite beverages.
|
| What happened to client side code??? | 20 Sep 2007 18:50 GMT | 7 |
I am having a really hard time trying to get some client side code hooked up in VS2005, ASP 2.0. The code is in an .inc file (vbscript). The first problem I am encountering is the ASP.NET page doesn't like vbscript and throws fits about the syntax.
|
| PPT viewer in a asp.net web application | 20 Sep 2007 18:13 GMT | 4 |
I need to develop a web site for a learning centre in asp.net 2.0. They want to deliver part of their courses on-line. The customer will have a username and password to access a reserved area. In this area, they need to show some powerpoint files resuming the lessons.
|
| Export to Excel. Browser setting? | 20 Sep 2007 17:50 GMT | 3 |
I've used the following code countless times to successfully create an excel export from a datagrid. Protected Sub ExportToExcel(ByVal datagrid As Control) 'Create an MS Excel Response
|
| Use of class function | 20 Sep 2007 17:38 GMT | 2 |
I have a class named MyClass with 2 properties A and B and two function Fa and Fb. When I am using the class I am able to do the following: Dim mc As MyClass
|
| What file changes "restart" an ASP.net 2.0 application? | 20 Sep 2007 16:48 GMT | 1 |
I know that if you modify the web.config file or any file in the App_Code subfolder, that ASP.net 2.0 will "restart" the application (i.e. clear out any sessions, etc...). Are there any other changes that restart the application? Will modify a
|
| Simple AJAX Question | 20 Sep 2007 15:18 GMT | 3 |
I have a form that has a ModalPopupExtender on it. I have un updatepanel on a panel control that is displayed when an Button (outside of the update panel) is clicked. What I am trying to do is fire the updatepanel with a command like "show_first" so that I can display ...
|
| Invalid value for key 'attachdbfilename'. | 20 Sep 2007 15:16 GMT | 1 |
I got this error the first time I tried to debug a dynamic data web form. I created the database using the VS2K5 tool in the app_data directory of the website (specifically D:\Websites\WarrenLive\Cortana\App_Data\Cortana.mdf). Here is value for key attachdbfilename in my ...
|
| Asp.net Ajax reloads entire class | 20 Sep 2007 15:15 GMT | 1 |
We are trying to make a asp.net ajax application. For testing purposes we have created a small program which has to create buttons who will create more buttons when they are clicked. Here's our code.
|
| Overwriting the App_Data directory on publish | 20 Sep 2007 14:00 GMT | 6 |
I've developed a website with which users can update XML files in it's App_Data directory. Currently when I want to update the live site I have to take a copy of the app_Data directory on the server and reinstate it after publishing the new content. does anyone have any ...
|
| ASPNET (NETWORK SERVICE) identity cannot run SP that drop table | 20 Sep 2007 13:57 GMT | 6 |
I've created an asp.net 1.1 page for development machine running on IIS 5.0 (deployment machine running IIS 6.0). The page use ADO.NET (OLE DB) to call a stored procedure in the SQL Server 2005 that drop a table and recreate it.
|
| ViewState passed ID [OleDbException (0x80040e07): Data type mismatch in criteria expression.] error? | 20 Sep 2007 12:49 GMT | 1 |
Any idea why this code would cause a [OleDbException (0x80040e07): Data type mismatch in criteria expression.] error? The SQL that gets executed seems to be (using record 1132 as an example) DELETE FROM user_table WHERE ID = '1132';
|
| validation | 20 Sep 2007 12:44 GMT | 1 |
I have a grid view. In that gridview I have somecheck boxes in EditItemTemplate. I need to validate those check boxes. I am using customValidate controls and java script to validate check boxes. but it gives me error message that IsActiveCheckBox is not found in current context ...
|
| ComException when attempting to access a directory. | 20 Sep 2007 11:16 GMT | 1 |
Exception Details: System.Runtime.InteropServices.COMException: An operations error occurred The exception happens when I call DirectoryEntry.Exists(mydir). The directory (string), mydir, is properly formatted and exists. It fails
|