| Thread | Last Post | Replies |
|
| get an output value from a stored procedure using sqlDataSource | 14 Feb 2006 14:31 GMT | 3 |
I am trying to get an output value from a stored procedure using sqlDataSource in asp.net 2.0. But I only get a null value for the output. Can someone please help? The sqlDataSource:
|
| XSLT : For-each | 14 Feb 2006 14:28 GMT | 4 |
Not sure if this is the right forum, but does anybody have any experience of using a XSLT variable in a xsl:for-each loop. As in, I want to pass in a variable called source which itself holds the root of the data I wish to loop through.
|
| Profile question | 14 Feb 2006 14:21 GMT | 3 |
If the Profile provider is db, since ASP.NET will create profile class to append to HttpContext object for each request , it means there is a db access for each request? if so, does it cause performance issue? Thanks
|
| Application_End | 14 Feb 2006 13:43 GMT | 2 |
If asp process is being recycled/restarted gracefully, will Application_End allways be called? In addition, according to : http://www.codecomments.com/archive289-2005-2-393853.html one can understand
|
| Firefox does not render .asp page | 14 Feb 2006 12:31 GMT | 1 |
We are testing a website, which has an index.asp page. Uploaded the files on two different servers. IE opens the index.asp page from both server locations. But Firefox opens the page in location (A)
|
| Firefox & ASP.NET 2 Menu | 14 Feb 2006 12:21 GMT | 1 |
Hola a todos, En Firefox el menu que brinda la ultima version del framework, en el hover se desarma un poco. No ocurre asi con un un custom template de la parte dinamica que tengo armado con tablas.
|
| Can't connect to database | 14 Feb 2006 11:56 GMT | 1 |
I have connection string: <add key="appStrConnection" value="Password=readP; User ID=reader;Initial Catalog=CP; Data Source=nl-si-comp1"/> but I can't connect to my database: "SQL Server does not exist or access
|
| directory.creatediretcory - urgent | 14 Feb 2006 09:46 GMT | 2 |
When create a new directory on a remote machine it works when impersonate="true" credential is given . Is there any other method that a proper access can be given to create a directory . iT would be helpful if i get the
|
| Help: Call another page | 14 Feb 2006 07:50 GMT | 2 |
Id like to call another aspx page from a script area from a procedure. the only way i found is: Me.Controls.Clear() Server.Execute("AnotherPage.aspx)
|
| Backup SQL Server to script file in code? | 14 Feb 2006 07:15 GMT | 5 |
Is there anyway to backup a SQL server database to a .sql script file through code? My provider charges me 5.00 to perform backups. I'd like to do it on my own through code. I don't have access to the database server machine however.
|
| DataGrid Functionality Questions | 14 Feb 2006 07:12 GMT | 3 |
I have a DataGrid in a web form (ASP1.1, C#, VS 2003) that I'm trying to add some functionality to, and I can't figure out how to do int. The existing DataGrid has several databound columns and a Template Columns, into which I put buttons. When the user clicks on the 'Do It' ...
|
| Sharing resources, practical? (webfarm) | 14 Feb 2006 06:42 GMT | 1 |
I wonder what would be better. Two ASP.NET applications sharing the same database or combine both applications as one application (1 directory)? We will write two applications but all the database and files stuff is
|
| Release a new outlook style webmenu wakicoolbar | 14 Feb 2006 06:42 GMT | 1 |
WakiCoolBar for asp.net 2.0 is a new developed professional tool for creating DHTML Expand/Collapse menus.It¡¯s very convenient to create the outlook style webmenu without writing javascript.And you may add menu items easily and visual at VS by PANELS property,It can be binded ...
|
| IE's view source not showing what is actually being displayed | 14 Feb 2006 04:23 GMT | 6 |
For some reason I'll view an aspx page and... 1. Scripts that I add (using the RegisterStartupScript method of the Page object) dont show up in the source(IE->View Source)even thought I know that the scripts are registering fine in every other page.
|
| config file using .net 2.0 | 14 Feb 2006 04:22 GMT | 3 |
I am writing a business layer component and want to store some configuration parameters for it, i dont want to use web.config of the web application that would use this business layer because of testing reasons...
|