| Thread | Last Post | Replies |
|
| Error Inserting Uniqueidentifier Type with ASP.NET 2.0 and SQL Server 2005 | 19 Apr 2006 19:35 GMT | 1 |
I am attempting to create a record that has a uniqueidentifier datatype. I am receiving the following error each time I attempt the Insert: Incorrect syntax near '-'
|
| How to disable a GridView delete button depending on a value in the datasource? | 19 Apr 2006 18:59 GMT | 1 |
I have a GridView control that has a delete button (hyperlink) in one column. The datasource table contains a column that has a true/false indicator showing whether or not the record can be deleted. How can I enable/disable the delete button depending on the value of the ...
|
| Need help with N-Tier construction (Business layer) | 19 Apr 2006 18:38 GMT | 3 |
Hello, and thanks for listening. I have a Stored Procedure as follows: -- PROCEDURE [PaoloPignatelli].[GetOneStoreByUserName3]
|
| Regular Expression Question | 19 Apr 2006 18:38 GMT | 2 |
I have a reguar expression syntax that works fine when used in a RegularExpressionValidation control. If I use the exact same regular expression using System.Text.RegularExpressions.Regex to validate, it doesn't catch all invalid formats. This is for validating a single line ...
|
| SQLsiteMapProvider Cache Problem | 19 Apr 2006 18:23 GMT | 1 |
I have a SQLServerSiteMapProvider code from one of the guru's from microsoft, So i am successfully getting the records in my Menu control which is reffering to SQLServerSIteMapProvider. My problem
|
| send file (upload) - asp | 19 Apr 2006 18:02 GMT | 2 |
Hope anyone can help me! I have this form, with: Please choose your file: (browse) The main purpose is the user to select a local file and then when he submits
|
| Validators work on dev box but not in production | 19 Apr 2006 17:33 GMT | 2 |
For several Validators on different pages in my app, they work fine on my dev box (localhost) but not when the app is deployed to production. How can I troubleshoot this? For example, one page has a bunch of RangeValidators. On localhost, the
|
| mobile website goes to login page but not further | 19 Apr 2006 17:08 GMT | 4 |
I have a mobile web application running on a server at work. There is a strange thing happening though: 1) I can access and login to my mobile web app from any internet browser. (good thing).
|
| Gridview / Form View Question | 19 Apr 2006 16:49 GMT | 3 |
I am using a Gridview to display a phone directory, with paging on. I have a link button that a user clicks to add a new record, which reloads the page, sets the visble property to false on the gridview and shows the form view in insert mode. Upon saving, the process is reversed. ...
|
| Extending application lifespan | 19 Apr 2006 16:33 GMT | 1 |
I've got an ASP.NET 1.1 app that has fairly heavy application startup time. It's not used with great frequency right now so there are a number of times when all sessions have died so the app itself then dies. Other than just increasing the session timeout, is there a way to ...
|
| How can I change position of an image dinamically by code in asp.net 2.0 with c# | 19 Apr 2006 16:12 GMT | 1 |
I wanna create mobile images in my website. I have to refresh the position of the image whitout refresh all page also.
|
| GridView not updating changes | 19 Apr 2006 15:53 GMT | 5 |
I am using gridview and sql datasource for select and update. When I click on edit link against the records, the row is shows in edit mode. When I make a change to it, the change is not updated and no errors returned.
|
| Proper permission | 19 Apr 2006 15:27 GMT | 1 |
I have web application running under IIS 6.0 on Windows 2000 Server. The application is not publicated as Default Web Site, but I've created another instance of IIS, especially for this application. As my application have to manage some windows service, I have to use
|
| extending Datagrid - problem | 19 Apr 2006 15:22 GMT | 2 |
first off, I'm using Framework vs 1.1 with ASP.net and C# I'm trying to extend the System.Web.UI.Webcontrols.DataGrid, and the only thing I want to extend is the Render method (in order to add <thead> and <tbody> elements)
|
| return to GridView page from FormView? | 19 Apr 2006 15:07 GMT | 2 |
What's the best way to return to GridView after editing a detail record in a FormView so the GridView shows the page with the edited record on it? I'm using GridView with standard ObjectDataSource, no custom paging. Thanks for any tips on this.
|