| Thread | Last Post | Replies |
|
| XHTML & frames | 22 Jan 2007 15:00 GMT | 1 |
I am working on a page with frames. I used to get warnings "Validation (XHTML 1.0 Transitional): Element 'frameset' is not supported." so I changed the <!DOCTYPE> element: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Frameset//EN"
|
| Understanding New on the List-object | 22 Jan 2007 14:23 GMT | 2 |
I find it difficult to understand the difference between Me.cmbChoose.Items.Add(New ListItem("hi")) and Me.cmbChoose.Items.Add("hi")
|
| Is anyone using .NET 3.0? | 22 Jan 2007 14:06 GMT | 20 |
It is production, so I wondered why more people aren't using it. Is there any advantage to 2.0 developers to use 3.0?
|
| RSS Feed | 22 Jan 2007 13:35 GMT | 3 |
Does anyone know of a good RSS Toolkit (and setup) for VS2005?
|
| Problem with Login Control and Custom Membership provider | 22 Jan 2007 13:30 GMT | 1 |
I have custom Membership and Role providers for an ASP.NET application, the problem comes when the Authentication gets done ( and i'm using the Login control, it finished properly ) but looks like the user is not really logged in ( Verified using the LoginView control )
|
| Problem Retrieving Cell Value From Datagrid | 22 Jan 2007 13:18 GMT | 2 |
Using Delphi 2006 developer - C# Project I have the following 2 event handlers for the datagrid - see botton of page Both events will fire off correctly but i have a problem collecting the
|
| Mail Sending Error | 22 Jan 2007 12:52 GMT | 2 |
I am facing the error while executing the mail sending application: The "SendUsing" configuration value is invalid. The error is in the line: SmtpMail.Send(msg);
|
| cookies in asp.net | 22 Jan 2007 12:34 GMT | 2 |
I'm creating a cookie in the http context as follows: Dim objCookie As HttpCookie = New HttpCookie("UserDetails") objCookie.Values.Add("UserName", rRow("UserName")) Response.Cookies.Add(objCookie)
|
| virtual directory | 22 Jan 2007 12:10 GMT | 1 |
I want to get the file names from another virtual directory in IIS, please let me know how can I achieve this.... The web application from which I will be accessing another virtudal directory folder will be in the same IIS server.
|
| I am bypassing the print spooler? | 22 Jan 2007 10:33 GMT | 1 |
In my commercial financial application I run a deposit report. I use an option to copy the report to the Clipboard. I then run a .NET consol app to “grab” the Clipboard and format the data and print laser deposit tickets. I use the following to set my printer:
|
| How to prevent duplicating webpage? | 22 Jan 2007 10:04 GMT | 5 |
I have a webapp that allows users to delete/add content on a webpage. The webpage is accessed like this: www.abc.com/app/user1/ www.abc.com/app/user2/
|
| General "previous page" feature saving state | 22 Jan 2007 10:01 GMT | 1 |
I need to place a "Previous Page" link on every page within my site and a simple javascript:history.back() will not work because I need it to capture the state of the page when I left it. For example, if I have a page with some date controls so I can choose a date range and
|
| Ajaxulation question | 22 Jan 2007 09:59 GMT | 1 |
I want use ajax. I want to swap out my images smoothly without getting stuck between pages. Do I need to add ajaxulate on each picture, or ajaxulate on the whole website?
|
| Reference error! | 22 Jan 2007 09:58 GMT | 5 |
I have this project it has a folder that it's supposed to read but when I run an error occurs the type or namespace name src could not be found(areyou missing a using directive or an assembly referrence?). This folder is src it contains a folder called controls and in controls
|
| Get directory name With browse | 22 Jan 2007 08:27 GMT | 7 |
I would like to give my user an option to find a directory and choose it. Its just like the FileUpload control but the fileupload control choose only files (if you choose a directory and press enter it open it and
|