| Thread | Last Post | Replies |
|
| DateTime Picker | 14 May 2007 08:08 GMT | 1 |
I am looking for a free Datetime picker for ASP.NET 2.0. Any suggestion? Thank you in advance. Regards,
|
| Regex - unable to locate ASCII characters | 14 May 2007 07:57 GMT | 6 |
I need to replace double quotes inside the text from the database with " to correctly display my text. I was trying to use Regex to perform such a task: Regex.Replace(text, "[\x22\x93\x94]", """) to catch standard " sign and non-standard “ and ” - but non-standard double
|
| Problems with VS2005 on Vista | 14 May 2007 05:35 GMT | 6 |
Hi all... Well my earlier post aboout not being able to access http://localhost has been resolved. I am still having problems testing my Web site project. First, thanks to Juan Libre I edited my HOSTS file and can access
|
| SoapFormatter only works in Full Trust? | 14 May 2007 04:15 GMT | 5 |
I posted an earlier issue under the name "That assembly does not allow partially trusted callers" but have now identified what the issue is. As explained before I am working in ASP.Net 2.0 using VB.Net and had developed an application that ran correctly on my development server ...
|
| Upload file functionality fails randomly | 14 May 2007 02:59 GMT | 2 |
I've got a web application that includes a file upload page. It was upgraded from v1.1 to 2. We haven't converted the page to use the newer file upload control, though. We're using the encType="multipart/form-data" attribute on the form element. Everything seems to work with no ...
|
| GridView and DropDownList | 14 May 2007 02:54 GMT | 3 |
I have to display a table with customer data (GridView). However, I want to be able to show DropDownList controls inside one of the columns, not just textbox controls. Is this possible? Is it possible to have all of the controls active so that a simple click of the Submit button ...
|
| Diagnostics.Process.Start as another user from ASP.NET 2.0 | 14 May 2007 02:17 GMT | 4 |
Here is what I am trying to get to: I have a console exe that grabs information from the network and writes to an XML file on the website that web pages then render information from. The console will be scheduled to run through windows scheduler. However,
|
| Property | 14 May 2007 01:45 GMT | 1 |
I am creating a custom web control where one of its properties is a generic list: <Bindable(True), Category("Format"), DefaultValue(""), Localizable(True)> Property Features() As Generic.List(Of Feature)
|
| Generic.List | 14 May 2007 01:02 GMT | 1 |
I have an Enum and a Generic.List(Of Enum) 1 Public Enum Mode 2 Count 3 Day
|
| Newbie, create a smart client help | 13 May 2007 21:57 GMT | 4 |
I'm running VS2005 Team, SQL Server 2005, .net framework 2.0 I've been asked to develop a small smart client that uses form based membership authentication and writes to only one sql server table, can anyone help me find an example or tutorial regarding this application. I'm
|
| Issue submitting forms | 13 May 2007 21:42 GMT | 1 |
I have left my Web site out at my provider for a long while. Yesterday I tried changing quite a few things on it but it all ended in tears. None of the form submit button submit anymore.
|
| Spider and get tag information of one web page | 13 May 2007 21:36 GMT | 3 |
i would like to know if anyone knows about a code sample. Lets say for example http://shopping.yahoo.com/search;_ylt=AowRaqOx9PVGQC1OCxcj9vsEgFoB;_ylu=X3oDMTBh NjRqazhxBHNlYwNzZWFyY2g-?p=+friendship+roses+&did=&x=51&y=10 As you can see that there is a lot of items.
|
| question about web.sitemap | 13 May 2007 20:12 GMT | 2 |
is it possible to use several web.sitemap files in one application (e.g. web2.sitemap, ..)? If yes, how to tell the Menu control to use web2.sitemap instead of web.sitemap?
|
| Bound control amd null values | 13 May 2007 16:06 GMT | 1 |
I have some drop downs in a formview. I am binding them to a datasource with the bind syntax e.g. SelectedValue='<%# Bind("DirectorID") %>' . This works fine when there is a value to be bound to, but when the underlying data is null I get an error saying the value is not in the ...
|
| Find controls in a Repeater | 13 May 2007 15:11 GMT | 1 |
I have a Repeater that dynamicly displayes some textboxes. Each Textbox has an ID like this (example): ID="10_20_textbox". The first number (10) describes what article this field is for, and the secound number (20) describes what article attribute this belongs to. In my code I ...
|