| Thread | Last Post | Replies |
|
| extending AJAX control toolkit | 18 May 2007 04:39 GMT | 2 |
I am a newbie in AJAX technologies. For my application I need a combination of ListSearchExtender and FilteredTextBox control. I have downloaded the toolkit with source code, and seem to have an understanding on where to modify the controls in order to
|
| find a projects .NET version in Visual Studio | 18 May 2007 04:31 GMT | 4 |
Is there a way to easily tell the version pf .NET a project is compiled using in Visual Studio? I have a solution with a few projects, but I have a feeling some of the projects are compiling in .net 1.1, while some are compiling in 2.0 - can't
|
| Not able to debug aspx page when called from winform | 18 May 2007 04:21 GMT | 5 |
I have a .net 2.0 winforms app that calls a web service which creates creates a GUID and caches it, then passes the GUID back to the winform. then it opens a aspx page and passes the GUID as a parameter. this GUID is only cached for about 10 seconds and must be still cached for ...
|
| Cant find item in server side cache | 18 May 2007 04:16 GMT | 2 |
I had to repost this because I had to update and change my msdn alias. I will re-ask the question and clarify a few things that were not clear before. This code is all executed on my dev machine running winXP sp2 and VS2005.
|
| Cant find item in server side cache | 18 May 2007 04:16 GMT | 3 |
This code is all executed on my dev machine running winXP sp2 and VS2005. I have a winforms 2.0 app that calls a web service wich caches a GUID for a short time like this: [WebMethod(Description = "Get ticket for web page"),
|
| VB.NET (2.0) Web.Config Impersonate not functioning? | 18 May 2007 00:54 GMT | 1 |
I have a web project that is running this code: (generalized for security) refWMIService = GetObject("winmgmts:\\computer_name") colcomputers = refWMIService.ExecQuery("Select * From Win32_OperatingSystem")
|
| Textbox Carriage Return | 18 May 2007 00:12 GMT | 2 |
Using ASP.Net and VB.net I have textboxes (<asp:textbox id......>) in which the user will be entering paragraphs. They are multiline (several rows and several columns).
|
| Problem Reading Global.asax Variables | 17 May 2007 23:55 GMT | 3 |
I am trying to add how many users online to my website. I have setup a Global.asax and need some morehelp. I have the following Global.asax Public Class Global
|
| vertical aligning problems again | 17 May 2007 22:56 GMT | 1 |
ASP.NET 2.0 This picture is based on the markup you see in this message.: http://home.online.no/~au-holme/pub/768/vetical.JPG The problem is that I want the text vertically centered and also I want the
|
| Has anyone used Office 2007 (or earlier?) Open XML File Formats? | 17 May 2007 22:34 GMT | 9 |
Hi all... While looking around for tools to create Excel files from either HTML pages or the Data I use to assemble them, I got an interesting response from a vendor. I have looked at Apose, and may end up using their product. I am
|
| Google AutoFill prevents text_changed event from firing in ajax updatepanel | 17 May 2007 21:05 GMT | 1 |
I have an issue were I have a zipcode textbox in an atlas ajax updatepanel. When you tab out of the zip textbox and the shipping is calculated. I know this works perfect! Then a user informed me it didn't and he is using google autofill, bad! Thus, I came to the
|
| Duplicate keys | 17 May 2007 20:58 GMT | 1 |
I have dropdownlist named ddlapplication in my web form. When I click any item it insert that record in database with primary key and show in gridview. If user try to add the same record next time by clicking same item
|
| custom paging w/ dynamic fields | 17 May 2007 20:43 GMT | 7 |
The default paging behavior of the gridview doesn't work well with very large sets of data which means we have to implement some sort of custom paging. The examples I have seen (4guysfromrolla, etc.) suggest using an ObjectDataSource which has built-in paging functionality that, ...
|
| How to resize tiff image ? | 17 May 2007 20:21 GMT | 1 |
I have some tiff images that I need to use for pdf files. I need to resize them, but I get a very bad quality. I would like to know what is the trick to keep the high quality ? Here's my current code
|
| can I re-use vb usercontrol in my c# web application | 17 May 2007 20:15 GMT | 2 |
using VS2005 I need to break a couple of pages out of a VB web app into its own. These pages load a number of UserControls into a placeholder. I want the new web app to be c# but will write in vb. How do I re-use these
|