| Thread | Last Post | Replies |
|
| MultiView display "Untitled" as title | 30 Jun 2006 16:06 GMT | 1 |
Asp.Net 2.0 When I drag a Multiview control from the ToolBox onto a WebPartZone, The MultiView displays a title of Untitled immediately above the Multiview title bar. When I show the form in the browser, the word Untitled displays again
|
| Sorting when the page is loaded the first time | 30 Jun 2006 15:45 GMT | 2 |
I have am using ObjectDataSource and GridView to display data on my ASP.NET webform. I also implemented a comparer class to be able to sort the data by clicking on the column header. My problem is that the first time the page is loaded the sort paramter is
|
| Login Attemp Not successful in ASP .NET 2.0 application | 30 Jun 2006 15:21 GMT | 2 |
I have an ASP .NET 2.0 application that has been developed using Visual Studio 2005. This application is basically a an application that provides various reporting using crystal reports. When I run the application in visual studio 2005, it runs perfectly and I can log in as any ...
|
| Editing Data in a Web Form / Locking the DB Record | 30 Jun 2006 14:58 GMT | 4 |
I have a popup window (aspx) which allows users to edit a database table record. If a second user tries to edit the record I want to check if it is being currently edited / updated and display a message to the user stating that it
|
| Export Documents from SQL Database to Local PC or Server | 30 Jun 2006 14:56 GMT | 2 |
I am stuck on a task that I need to complete. What I have is a SQL 2005 DB running with a Table called Docs. The table structure consists of the following: Table Structure for Docs
|
| DataGrid, SortCommand and toggled sorting | 30 Jun 2006 14:45 GMT | 3 |
I have an aspx page in which I am building a DataGrid control in the code-behind dynamically. The DataGrid is declared along with BoundColumns and bound to the datasource, then added to a panel control in the OnInit method of the aspx Page. I am trying to implement a ...
|
| problem with textboxes | 30 Jun 2006 14:17 GMT | 2 |
ASP.NET 2.0 I have a webpage which in the Page_Load event loads values into 2 textboxes, these textboxes shows the values in these Profile properties. But if the user changes the text in these textboxes and click on the save button (see
|
| Removing Session variables | 30 Jun 2006 14:07 GMT | 1 |
I have a Product Search Page, which serves and returns a Product object (via session) to many pages. I have used some session variables in this page which is called by many other pages. Once the product is selected, I save it in session and then value is
|
| If no ASPNET user account, can I use Global.asax for application-level error trapping? | 30 Jun 2006 14:03 GMT | 3 |
Using Visual Studio 2005, SQL Server 2000, and ASP.NET/VB.NET for a Web Application. We have a System DSN using Windows NT authentication defined on the development box to connect to the SQL Server (both SQL and IIS are on
|
| Problem with authentication on a web site - allowDefintion='Machin | 30 Jun 2006 14:00 GMT | 4 |
One of my guys is trying to move an application from our test box to our production server cluster and is having problems. He had moved over everything, set up the new site including making the web site an application through properties. He even made a virtual directory that is ...
|
| ASP.NET 2.0 - Site branding for different layouts | 30 Jun 2006 12:29 GMT | 1 |
Just a quick post to see if anyone had any thoughts on branding a website for completely different website designs. I have a site at the minute that gets installed with another application on customers networks. It's ASP.NET 2.0 but written in a combination of old ASP.NET
|
| Get Confirm response in code | 30 Jun 2006 11:16 GMT | 1 |
In ASP.NET page, when my user tries to edit a record in gridview, I need to display a confirmation message, if another user is editing the same record. Since the confirmation message will not be displayed on a button click, I am using the following:
|
| Access denied for a web project to "Temporary ASP.NET Files" | 30 Jun 2006 10:43 GMT | 1 |
I have a VS 2003 VB web project which works fine, in IE, debug....After several browsing in IE or debugging several ti;mes I start to get the ugly error "Configuration Error ", Access is denied: 'mydll', and the following line in red color in the ouput
|
| Simulating a Web Service Application | 30 Jun 2006 08:03 GMT | 3 |
I'm in a strange situation. I have WSDL files generated by a Apache Axis software. But i dont have access to the application, becuase of few reasons. I want to validate the application that I'm preparing now.
|
| create instance of new datarow | 30 Jun 2006 07:49 GMT | 2 |
Hi, Let’s say that I have a class (MyRow) that inherits from System.Data.DataRow. Is there a way to be able to add a parameter-less constructor and to instantiate MyRow as follows:
|