| Thread | Last Post | Replies |
|
| how to use the fs command | 18 Oct 2007 06:23 GMT | 3 |
hi... i am having a flash template and i am working on asp.net. in my flash template i have buttons.now i want these buttons to direct to diff pages which i have crated in asp.net. so in my action script window i have wriiten this code for one of the buttons: on ...
|
| I need a Gantt Chart Control | 18 Oct 2007 05:22 GMT | 5 |
Does anyone know of a good Gantt Chart which 1: shows week numbers 2: allows the user to interect with it (i.e. not just an image) and 3: is fully customizable from my application?
|
| Event Not Firing? | 18 Oct 2007 04:42 GMT | 1 |
I'm writing a class in VB that will (once I get it working) be rolled up into a DLL for use in all our web applications. However I'm running into problems with button events not firing. Essentially, my (trimmed-down) code contains this:
|
| Logged in username | 18 Oct 2007 03:24 GMT | 4 |
I have a Net 2.0 app that uses Forms authentication. I use a LoginView that contains a Login control to have the user log in. How do I get the name of the current logged in user? I wanted to set this from the LoggedIn event fired from the Login submit
|
| asp.net web site | 18 Oct 2007 02:24 GMT | 5 |
We're looking for an IDE which would allow us quickly create a simple web asp.net site. We're looking for a tool similar to Visual InterDev wiich came with bunch of templates and made it very easy to create a web site. We're familiar with VS 2005 and don't see the same features ...
|
| Help with ASP.NET Memberships | 18 Oct 2007 02:01 GMT | 13 |
I'm taking my first stab at using ASP.NET memberships and could use some help. I'm following along in a book, which recommends I use the Web Application Administration Tool in VS 2005.
|
| .NET Web services in WebSphere | 17 Oct 2007 22:59 GMT | 3 |
Is there any third-party tool to make a .NET web service usable in WebSphere. If there is not such a tool; has anyone come across this dillema and figured out the solution. Thanks in advance,
|
| Please, Please help me | 17 Oct 2007 22:59 GMT | 5 |
I am in serious need of help. I have an ASP.NET application written in C#. I have a page that processes a file on the web server. The page uses a class I created and stored in the AppCode directory. In the class method I am trying to run a program on my web server that will ...
|
| How to scroll long page to the label with error message? | 17 Oct 2007 22:48 GMT | 5 |
I have the same panel with a label on multiple masterpages. That (white-on-red) label text can contain some error messages if exceptions occured in business layer after the user hit "Update" button. I cannot find a way to scroll potentially long page making that text clearly
|
| Memory Location | 17 Oct 2007 22:39 GMT | 4 |
Is it possible to practically see the memory location stored in a variable? For e.g. consider the statement Dim myInt As Integer = 10 If I am not wrong, the memory location allocated to "myInt" would
|
| use of Windows.Forms in ASP applications | 17 Oct 2007 22:29 GMT | 2 |
Hello, recently I was working on a project where I needed to automate PDF generation. I found two open source libraries that I liked, but the best one required the Windows.Forms class to be used in the C# code-behind. When I tested the library, this worked fine in Visual
|
| Runtime Errors | 17 Oct 2007 22:23 GMT | 2 |
Please help if you can! I am using Microsoft Visual Web Developer to maintain a rather large college Web site that is based on the ASP.NET 2.0 technology. In my root folder, there are many subfolders (directories) that contain their own Master pages to regulate the look and feel ...
|
| performance counter to monitor number of web requests per second | 17 Oct 2007 22:21 GMT | 1 |
I'm looking for a performance counter that tells me how many hits (submits etc..) by users to our web application server. I have tried the Asp.net Applications | Anonymous Requests/Sec, Transaction/Sec, and Requests/Sec but they all show up 0.
|
| Trying to get value of a radio button in JavaScript | 17 Oct 2007 22:16 GMT | 2 |
I have a couple of radio buttons that make various things appear/disappear on the screen through JavaScript. All works great. Problem is I'll click a radio button, something will appear, I reload the page for other reasons and the item disappears. The reason it disappears is I ...
|
| ConfigurationManager from HTTPContext? | 17 Oct 2007 20:52 GMT | 1 |
Quick question... how do I get a reference to the current ConfigurationManager in the HTTPContext? Do I use the GetAppConfig method? As this just seems to return something of type object...
|