| Thread | Last Post | Replies |
|
| difference (in days) of two dates | 23 Aug 2007 12:06 GMT | 1 |
Hi, misters which the best method for get the difference (in days) of two dates. The hour (hh:mm) don't mind, would be 00:00 for all dates. 1.)
|
| ASPNet 2.0 DirectoryServices problem | 23 Aug 2007 10:27 GMT | 1 |
In my ASPNet 2.0 Visual Studio 2002, would someone tell me how to add the reference to the DirectoryServices? Thanks for help. Jason
|
| Hook to AJAX End Event on Client Side | 23 Aug 2007 09:42 GMT | 5 |
I would like to run some dynamic-JavaScript code at the end of a callback of an AJAX Call. for an update Panel 1---I click on a button on the browser, 2---AJAX method called server
|
| Sorting custom paged gridview resets PageIndex | 23 Aug 2007 08:46 GMT | 2 |
I have a gridview which is bound to ObjectDataSource which in turn reads from a business objects methods for custom paged data. When PageIndex is set to any value other than 0 and one of the column headers is clicked for sorting, the pageindex gets reset to 0. I tried
|
| Programmatically determine if .NET 3.0 is installed | 23 Aug 2007 04:42 GMT | 15 |
I am writing a web app to be widely distributed where I do not know the installed .NET Framework version. I want to take advantage of some .NET 3.0 classes if they are installed, but gracefully degrade if not available. (Specifically, I want to use System.Windows.Media.Imaging ...
|
| Ask for source code for a simple forum. | 23 Aug 2007 03:43 GMT | 2 |
Hi, everyone. I'm a beginner of ASP.Net(c#). I want to build a simple threaded forum. Could you please show me some sample source code? The simpler, the better. ^_^
|
| ASP.NET 2.0 dynamic image - chart | 23 Aug 2007 01:26 GMT | 3 |
I want to plot a yearly price graph in ASP.NET 2.0 based on data stored in a db - how can i do this? any suggestions? tia
|
| XML and Postback issue | 22 Aug 2007 23:00 GMT | 3 |
I've got a dynamically generated dropdownlist of sizes, which, when selected, shows current inventory for that size. I originally just called to the server when the size was changed to display inventory, but I wanted it to happen more seamlessly, so I wrote the data to an
|
| Gridview Update via ObjectDataSource Issue | 22 Aug 2007 22:15 GMT | 6 |
I have a GridView populated by an ObjectDataSource. I am having issues passing the parameters to the objectdatasource. I have verified that the method is being called but none of the parameters are being populated. Integers are being passed as 0 and
|
| Suggestions for learning resources | 22 Aug 2007 21:57 GMT | 2 |
I am a classic ASP developer and have also coded desktop applications in VB.NET. I have been using ASP.NET for a while for some simple administration tools for our Intranet. I have read a few books in order to get a good understanding of the
|
| impersonating ASPNET account does not work for com interop? | 22 Aug 2007 21:54 GMT | 1 |
has anyone been successful in forcing impersonation of the ASPNET account that calls a component through com interop? I have tried doing it programmatically, through IIS, through the web config file and all do not work. The ASPNET account always seems to access my com
|
| Want to view code in GridView.Render so I can override it | 22 Aug 2007 21:46 GMT | 2 |
I hope this doesn't sound like a lame question, but I want to override Gridview.Render so I can strip out ALL styling elements and use CSS for my styling. I am pretty sure I can figure it out, if I could just get at the code that is currently called by GridView.Render. Can
|
| How to stop a user control from loading | 22 Aug 2007 20:39 GMT | 2 |
I added a user control to a webform in Asp.net 2.0. I am also adding several other user controls to this webform. Now I am trying to find a way to stop the user controls from loading up when I call the webform. I could possibly have 10 user controls in this page and I
|
| Suppress validation in a page when a button on a master page is clicked | 22 Aug 2007 20:18 GMT | 1 |
I have a button on a master page that switches to a different view. However it triggers the validation controls in the current view which then do not allow the switch to occur. Any ideas on how to get past this?
|
| Single sign on for multiple asp.net sites | 22 Aug 2007 20:16 GMT | 2 |
Hi Techies I have general question more similar to single sign on of sharepoint site. I have two asp.net sites SiteA and SiteB with forms authentication
|