| Thread | Last Post | Replies |
|
| using a xml data source for crystal reports | 02 Aug 2007 15:52 GMT | 1 |
I am developping a winform application using C# .Net 2.0 and I have to make crystal reports. I use an XML file as a datasource. Do I have touse a dataset to build my report or is it
|
| webservice sending object - serialisation error | 02 Aug 2007 15:41 GMT | 3 |
I am trying to send a object to a webservice and I get an serialisation error on the object saying "object not expected" add "XmlInclude or SoapInclude attribute"
|
| problem with date | 02 Aug 2007 15:40 GMT | 6 |
i have an application which works with date. The regional settings of the computer (XP prof. dutch version) are set to French (Belgium). Asp.net and Sql server take the short date format of the regional settings
|
| Add blank item to dropdown list in datagrid | 02 Aug 2007 15:23 GMT | 4 |
I know it's been asked a million times before, but I still can't seem to find an answer that works. I've got a dropdown list in the footer template of a datagrid. The dropdown list databinds, but I can't seem to add a blank item to the top
|
| reorder columns in a gridview | 02 Aug 2007 15:06 GMT | 3 |
How can I reorder the columns in a gridview. The gridview is autogenerated, and in a windows application I can use gv.columns("Client').DisplayIndex=0 but in an asp page I get an errors that says DisplayIndex is not a member. How can I do this? Thanks for your help.
|
| web service issue | 02 Aug 2007 15:03 GMT | 3 |
I created a web service with one web method: <WebMethod()> Public Function RequestPremium(ByVal web_request As XmlDocument) As XmlDocument it basically accepts a xmldocument then queries a database and returns
|
| web.config question 2.0 | 02 Aug 2007 14:46 GMT | 11 |
I have a web.config in my application that contains the connection strings to all my datasources. I want to move these connection strings to another web config up the folder hierarchy so that all my apps can use the same connection strings. That is supposed to be how it's done, ...
|
| Question | 02 Aug 2007 13:57 GMT | 3 |
I am trying to fix a tricky situation at our LAB. We have two servers: Server 1 with Framework 1.1.4 and Server 2 with 2.0 framework. Our main Site runs on 1.1.4 framework. We have created second site in 2.0 and loaded on server 2.
|
| Strange doubt javascript:confirm | 02 Aug 2007 11:47 GMT | 5 |
Hi, I have a C# ASP.net 2.0 built on VS 2005, and the piece of code: javascript:confirm('are you sure delete record?') on gridview at rowDataBound - OnClientClick, works fine, it asks the user and if cancels, does nothing... but on my machine at HOME, even when I click cancel it
|
| Usename regex | 02 Aug 2007 11:36 GMT | 10 |
I would like to know how I can limit users to only registering usernames which have alphanumberic characters and one underscore. From what I understand is I can use a regex to do this. But I have no idea how to do it. I have only used a customfieldvalidor before. And the
|
| Enterprise Library number jumble | 02 Aug 2007 11:24 GMT | 1 |
I now have installed (from the same install) Enterprise Library - January 2006 and Enterprise Library - June 2005. The install for these two was called Enterprise Library for .Net 2.0. (not Enterprise Library 2.0). I then discovered that there is an Enterprise Library 3.1 - May ...
|
| ASP.NET Validation Problem | 02 Aug 2007 10:23 GMT | 5 |
Framework: Visual Studio 2005 Technology: ASP.NET 2.0 Language: C#.NET 2.0 Hi All,
|
| How to create a modular ASP.NET application ? | 02 Aug 2007 09:42 GMT | 2 |
I'm working on a web application where 90% of it is common 'product' code an the other 10% is customer specific. I want some method of separating the customer specific presentation, business and data access layers from the product code as I don't the
|
| What is the best pratice? | 02 Aug 2007 07:59 GMT | 2 |
Hi, I have a VS2005 asp.net 2.0 C# application with a lot of screens just like customers, companys, manufacturers wich has always the same basics working like a gridview showing the records, and the basic functions: inserting, editing and deleting records from tables... What is ...
|
| Tab Order in Repeater ir vertical, should be horizontal | 02 Aug 2007 07:33 GMT | 9 |
I have a repeater control control that displays a set of records. When I tab through the fields, the active field moves downward through the current column. When it gets to the last record it moves to the next column. How can I use the tab key to move through the row and then
|