| Thread | Last Post | Replies |
|
| Microsoft Visual Web Developer 2008 Express | 29 Feb 2008 23:32 GMT | 1 |
I'm using Microsoft Visual Web Developer 2008 Express Edition to create a form for registering new users with the "CreateUserWizard". It looks and works great except when I try to type in a password in the textbox I get the error "Password length minimum: 7. Non-
|
| what's the best way to give our customers full control of the L&F for their web application | 29 Feb 2008 22:48 GMT | 2 |
We are creating a web application to be deployed to 150 of our customers to use as an interface to our software system. The web app needs to be completely customizable for our customers while maintaining functionality with the system. We want customers to be
|
| Check property | 29 Feb 2008 22:38 GMT | 1 |
Before I add a control I need to check if its CssClass is defined. Should I use: If String.IsNullOrEmpty(MyControl.CssClass) Then ...
|
| Asp.net, GridView and Linq on Array of objects | 29 Feb 2008 21:36 GMT | 1 |
I've got a GridView control on a simple web page in ASP.net 3.5. I've an Array of Employees. An Employee has First Name, Last Name, IsActiveEmployee etc My GridView control is Bounded to the Array: DataSource = myarray, gridview1.DataBind() I have template column with holds a link ...
|
| Querying multiple words | 29 Feb 2008 21:30 GMT | 1 |
My website's search function looks up entire phrases instead of individual words. For example, if I query "Google Groups," I would like my search to come up with everything in my database that has the words "Google" and "Groups," not just the phrase "Google Groups." I
|
| Uploading/Downloading Encrypted Files to a Database | 29 Feb 2008 21:20 GMT | 1 |
Hello all - I'm having a problem with trying to load some encrypted binary files into a SQLServer 2000 database. The files are going into the database, but when I pull them out, they are 1 byte larger (328 -> 329) and when verified our tool says that the file is invlaid cause
|
| Control Event | 29 Feb 2008 21:03 GMT | 1 |
I am working on a Custom control which inherits from Composite Control. I perform a few actions on Init, Load and PreRender events of this control.
|
| Stop ObjectDataSource from refreshing when CustomValidator is false | 29 Feb 2008 20:52 GMT | 2 |
I have a page with a GridView that uses an ObjectDataSource. The user can change some parameters on the page and refresh the GridView with a button click. One of the parameters has a CustomValidator that uses server side logic to determine if the value is valid.
|
| Hide GridView Columns | 29 Feb 2008 20:37 GMT | 1 |
I have a GridView that I am exporting to Excel and it works fine. However, the 1st and last columns have Edit and Delete command links and I do not want to export them. Is there a way to do this before I render it? Thanks. David
|
| how do I navigate UP the directory tree from a subfolder? | 29 Feb 2008 19:37 GMT | 6 |
asp.net 2.0 I have a master page in my root. I have some other pages in subfolders. All my navigation buttons are on the master page. When I click one of the buttons that takes me to a page in a subfolder, that works fine. But then
|
| migarting my appliacation from VS 2003 to VS 2005 | 29 Feb 2008 18:30 GMT | 1 |
Hi i;m migarting my appliacation from VS 2003 to VS 2005 I've coverted it but now i'm getting the error "Error 1 The type or namespace name 'EncriptDecript' could
|
| HTTP 404. | 29 Feb 2008 17:15 GMT | 4 |
When i am tring to open the .NET application the following error is raised HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it ...
|
| GridView not updating | 29 Feb 2008 17:12 GMT | 1 |
I have a new GridView that has an SQL table as a datasource. The primary key is included but not visible. When I click the Edit link button, change a column's data and click Update, nothing changes and I do not get any error. The UPDATE has a WHERE clause of "WHERE ID = @ID" ...
|
| error with ajax 1 and updatepanel | 29 Feb 2008 17:08 GMT | 5 |
I created a page with the updatepanel, works on my laptop and on a production server, however, I get a java scrip error null is null or not a object when i run it from a dev server. written in vb
|
| Problem instaling asp.net app in server 2003 | 29 Feb 2008 17:06 GMT | 1 |
I'm trying to install one new app in server 2003, It was made in C# ASP.NET, and it Uploads files to um subfolder of my webapp. But it doesn't execute in Server 2003 only in my development machine XP.
|