| Thread | Last Post | Replies |
|
| virtualpath asp.net 2.0 error | 08 Oct 2007 07:57 GMT | 2 |
I've a problem that I hope somebody can solve. Windows server 2003 sp2 ASP.NET 2.0 When browsing to the root of the application I get this error
|
| ASP.Net 2.0 Treeview scroll/focus problem | 08 Oct 2007 06:00 GMT | 5 |
I have a long treeview with scrollbars. When I scroll down and press a treeview node, then the Load event fires and navigate in an iframe to another page. The problem is, that afterwards the treeview is collapsed and the node isn't selected. Expanding and selecting the node via ...
|
| sqlHelper exception handling | 08 Oct 2007 05:12 GMT | 3 |
Calling my method below how does my page caller display the exception since the return type is int? int ret = 0; string spname = "sp_UpdateAd";
|
| Vista, IE7, and cancelling an onclick event | 08 Oct 2007 03:39 GMT | 5 |
If there is a better newsgroup for this, please let me know. I also cannot seem to get to the MSDN forums; the page never loads... We have an ASP.NET 2.0 application that uses the AJAX Extensions and the AJAX Control Toolkit. Many of our pages use JavaScript confirm dialogs for
|
| Reload a page when back button pressed | 08 Oct 2007 01:36 GMT | 1 |
I know this is an old one, considering how many posts I found on it but I just wondered if any best practises had popped up recently, especially as Ajax has increased JavaScript and DHTML's importance. I'm writing a database application. I like pop-up boxes so I've implemented
|
| Possible to retrieve password of current application pool | 08 Oct 2007 00:19 GMT | 6 |
Running as an administrator, I can retrieve the account password stored by IIS for any application pool (using the WAMUserPass property). But, unsurprisingly, an ASP.NET application running inside an application pool that is does not have administrator privileges
|
| Server.MapPath & Request.MapPath | 07 Oct 2007 23:48 GMT | 4 |
Server.MapPath returns the physical file path that corresponds to the specified virtual path whereas Request.MapPath maps the specified virtual path to a physical path. Assuming that a file named Hello.aspx resides in C:\Inetpub\wwwroot\MyFolder, the output of both
|
| Unable to use GetElementById | 07 Oct 2007 23:43 GMT | 2 |
I am unable to select a specific XmlElement from my xml document. I have an xml file with the following data: <?xml version="1.0" encoding="utf-8"?> <my_data>
|
| Class With No Namespace | 07 Oct 2007 23:41 GMT | 3 |
If a namespace isn't supplied, which namespace does a class belong to? Is it a nameless global namespace or System? Thanks
|
| GridView DataBinding to an Object Hierarchy | 07 Oct 2007 21:44 GMT | 1 |
Given the following List(of Position) objects for an ObjectDataSource Position Description EmployeeA
|
| Cannot install AjaxControlToolkit from the SLN file. | 07 Oct 2007 21:26 GMT | 1 |
I am getting an error: "The application for project 'C:\Microsoft ASP.NET\SampleWebsite' is not installed" I have MS Visual Studio 2005 and MS Visual Web Developer 2005 express
|
| How can we use stylesheet | 07 Oct 2007 19:21 GMT | 1 |
I am new for Stylesheet. How can I use stylesheet in set background color of textbox and label control? Thanks and Regards, Bhuwan
|
| Gridview Edit | 07 Oct 2007 16:16 GMT | 1 |
I have a grid view which contains an edit button (ie: CommandName="Edit"). When clicked this button displays a form view with the required details displayed. Problem: When this buttons is clicked it is sending the Grid View into edit
|
| vista and asp.net/mssql | 07 Oct 2007 12:18 GMT | 1 |
Hello, i am thinking about converting my demo laptop to vista from win xp pro. My question is, does vista support MS SQL 2005?, because only win xp pro supports it in the xp family, does all vista versions support it? I demonstrate the web application on my laptop so i need to be ...
|
| how to access site content after authentication | 07 Oct 2007 12:13 GMT | 3 |
I've got the following problem: I would like to programmatically read the content of a XHTML page that is only accessible by authorized users after a specific user has passed the authorization (authentication mode: forms). So let's say I've got a site
|