| Thread | Last Post | Replies |
|
| Formatting Calendar Extender | 12 Feb 2008 13:22 GMT | 2 |
I have a calendar extender that when I put it in an update panel, the formatting that I have in CSS, does not work. If I pull it out of my update panel, it looks fine. Is there something I can do to make the CSS formatting work for my calendar extender keep and the same format ...
|
| Datetime help | 12 Feb 2008 11:59 GMT | 1 |
I've need some info regarding datetime conversions.. I've a string in the below format'"dd/mm/yyyy"..I want it to be converted to Datetime object with the date format as "mm/dd/yyyy" I've used the below code..
|
| list of files in Gridview, using a treeview | 12 Feb 2008 11:09 GMT | 1 |
I've created a small webpage, containing a Treeview and a Gridiview. The treeview is populated with all folders and subfolders of a directory. so far, so good. When clicking on a node in the treeview, I would like to display all
|
| Can't change Read-only status of directories | 12 Feb 2008 11:02 GMT | 1 |
I copied a multi-project asp.net website, complete with source, and I'm trying to build it on my dev box which is a server2003 image. All the directories are marked read-only and if I uncheck them they don't stay unchecked - they resort back to their read-only status. So, I ...
|
| Why does web.config get updated? | 12 Feb 2008 11:01 GMT | 1 |
I have a solution with a web service as the starting project. The web service references other projects in the solution, which in turn access other assemblies (some of which are in the GAC). When I run, VS2005 stuffs a bunch of assemblies (that are 2 or 3 levels removed from ...
|
| Doubleclick event in DataView | 12 Feb 2008 10:40 GMT | 1 |
I have a html table and each row in it shows a record. Below the table there is an asp:button. When the user clicks on the button, a form is openened where the user can view or edit the selected row/record in the table.
|
| Problem in IE7.0 | 12 Feb 2008 10:35 GMT | 2 |
I am working in Dotnet.2.0... i am facing problem in Design.... My Desing work in IE6.0....Now my client want that application to work in IE 7.0 but i am facing problen in Design....
|
| Session State and cookies | 12 Feb 2008 10:26 GMT | 3 |
I've read somewhere that sessionstate does not work when a browser has disabled cookies, so I wanted to test this and did the following: I added two aspx pages (c#), in the first I set a session variable like this: Session["Test"] = "Hello";
|
| Separate VB app to talk back to a Web Service | 12 Feb 2008 09:51 GMT | 4 |
Customer sends XML data to our Web Service. Web Service does some data transformation and puts the data into a special format that another application uses. That data is in a file. This other application continuously polls a folder for these data
|
| Help to convert VB.net code | 12 Feb 2008 05:31 GMT | 1 |
I am making an ASP.net page where a user has a hand-held scanner running Internet Explorer. It has a finger scanner attached. When the user scans an item i want it to automatically input the data without the user pressing enter. I did this for another project in vb.net with
|
| binding format | 12 Feb 2008 05:11 GMT | 3 |
I have a sql field called Status (which can be 1, 2, 3 or 4) In a details view ItemTemplate I'd like the bound label to show "Open" for 1, "Closed" for 2, etc. I figure I can do this with the databinding string. Bind("status", "<format stuff here>")
|
| Logging Application Block Not Writing to Vista Event Log | 12 Feb 2008 04:42 GMT | 5 |
Running Vista x64. Visual Studio 2008 Web Application Project. I installed Enterprise Library 3.1, built it, and modified the web.config. I want to log everything to a text file, and log everything that is a Warning or more severe to the Application Event
|
| xslt and System.ServiceModel.Syndication | 12 Feb 2008 03:06 GMT | 6 |
I am using System.ServiceModel.Syndication to create RSS feeds. I do not know how to specify which XSL Stylesheet to associate with the feed. If you build the XML doc "by hand" asp 2 style, you can add a line like this to the top of the xml doc:
|
| CommandName values, documented? | 12 Feb 2008 03:00 GMT | 2 |
I've searched a bunch of different places and cannot seem to find a concrete answer to this. This past weekend I was watching some .NET training videos and noticed that they were using CommandName property on a Button in a Multiview control (or
|
| An unhandled exception has occurred | 12 Feb 2008 02:57 GMT | 2 |
I have following errors. Does anyone how to resolve this issue? Source: ASP.NET 2.0.50727.0 EventID: 1309 Event code: 3005
|