| Thread | Last Post | Replies |
|
| Can't Figure Out How To Sort On Bind | 30 Apr 2008 23:02 GMT | 1 |
I am returning to an old bit of code in our program and need to figure out how to sort my columns on bind. I am sorting on Date (mostly) and some other values.
|
| Update with $ sign | 30 Apr 2008 22:32 GMT | 2 |
I have an asp.net FormView that is displaying a money field as shown below. <asp:TextBox ID="txtInitialClaim" runat="server" Text='<%# Bind("InitialClaim", "{0:c}")%>' Width="120px"></asp:TextBox> When the update command runs it throws an error because the dollar sign is
|
| How to Get Exception StackTrace in Application_Error ? | 30 Apr 2008 21:22 GMT | 2 |
I'm developing a new ASP.NET 3.5 app and I have an http module hooked up to Application_Error that logs [otherwise unhandled] detailed exception data. When it parses and evaluates unhandled exceptions, it "sees" all exceptions as type "System.Web.HttpUnhandledException", with the ...
|
| Allowing a Stored Procedure Argument to be NULL | 30 Apr 2008 21:18 GMT | 9 |
I've written a stored procedure and would like to filter the results returned based on the argument. It works so far, but I'd also like to allow this argument to be null. I know I can rewrite my procedure using ISNULL(). But then it won't work for
|
| CompilationError | 30 Apr 2008 20:38 GMT | 1 |
can anyone guide me plz. i m adding attribute of runat=server from codebehind file <asp:imagebutton id="imgCompletionDate" CssClass="clImageButton" ImageAlign="absMiddle" BorderStyle="None" ImageUrl="..images
|
| Tricky page structure | 30 Apr 2008 20:23 GMT | 2 |
Hello everyone. I'm having a problem with accessing components. I've looked for a solution in other forums but until now no one have given me any tiny clue about how could I solve it. I know there is a solution to it, but, I couldn't find one. I have a webpage in a website with the ...
|
| Cross: How to use XSD | 30 Apr 2008 19:25 GMT | 6 |
I work with web services based on WSDL and I can add web reference in visual studio. After that I can declare objets which are instances of webservices. I can add values to objest properties and call functions of these objects. Everithing is fine.
|
| ext 3.5 History back button from different page | 30 Apr 2008 18:28 GMT | 2 |
I recently moved to ASPnet Ext 3.5 What I can't get with Ajax and History browser managemet is this: User fills some fields (dropdown and textbox) on page 1 (all are in an update panel)
|
| How do you make gridview controls disappear? | 30 Apr 2008 15:24 GMT | 3 |
I have a gridview control that is filled by the user adding rows to it with a submit button. Once he is totally through, I want to give him a 'success' message and then empty the grid. That should be easy, because the grid is full of records that are from a database where the
|
| Browser sends multiple request 5 to 10 request in a second without user action | 30 Apr 2008 15:21 GMT | - |
Our application is created in C#, ASP.Net 2.0, SQL 2005; the session is managed in SQL server with ASPState. We often file below exception Error Details : Exception of type 'System.Web.HttpException' was thrown.
|
| Browser sends multiple request 5 to 10 request in a second without user action | 30 Apr 2008 15:21 GMT | - |
Our application is created in C#, ASP.Net 2.0, SQL 2005; the session is managed in SQL server with ASPState. We often file below exception Error Details : Exception of type 'System.Web.HttpException' was thrown.
|
| ASP.net | 30 Apr 2008 15:21 GMT | 2 |
I can't find the asp.net news group anymore. Where is it?
 Signature Arne Garvander Certified Geek
|
| newsgroup menu | 30 Apr 2008 15:15 GMT | 1 |
I can't find the menu option for asp.net news group. What page is it on?
 Signature Arne Garvander Certified Geek
|
| Master pages for plain HTML pages? | 30 Apr 2008 15:14 GMT | 4 |
I am using VS.NET 2008. In Dreamweaver you can create page templates (equivalent to Master Pages) and make HTML documents based on them. In VS.NET can you have a HTML file linked to a Master Page?
|
| How to enable AJAX in ASPX page after the fact | 30 Apr 2008 15:12 GMT | 5 |
I created an ASP.NET website using Visual Studio 2008. I want to now use some of the AJAX tools, but they won't drag/drop on my master page. I think I have to somehow "enable" AJAX or reference the files properly. Any advice on how I can enable the ASPX page for AJAX?
|