| Thread | Last Post | Replies |
|
| pass my dropdownlist | 05 Dec 2007 02:19 GMT | 2 |
hey all, i'm in vs2005 designer view editing a formview's edit template. i have a dropdownlist and i'm trying to bind the SelectedValue to a custom expression. i was wondering if it is possible to pass the dropdownlist object down to the
|
| A sophisticated Web Application ready to be downloaded | 05 Dec 2007 00:26 GMT | 7 |
From my previous work i have developed this sophisticated Web Application ready to be downloaded ed improved (if it will be necessary ;) ) This is the link
|
| Failed to load viewstate - user controls | 04 Dec 2007 23:39 GMT | 3 |
I have a web site that uses user controls to display different formats of timesheets. I have a browse page that has prev/next buttons to browse through a set of timesheets.
|
| DDL into an EditItemTemplate | 04 Dec 2007 22:24 GMT | 4 |
I need to populate (no databound control) a ddl when my GridView goes in Edit Mode. I put my ddl in the EditItemTemplate and then? During RowEditing GridView event ddl doesn't exist. When can i fill the ddl, if possible?
|
| not sure where timeout is happening | 04 Dec 2007 21:30 GMT | 1 |
hey all, i'm trying to debug my ajax application and getting a timeout after about a minute and can't figure out why or where this timeout is occurring? here's the message:
|
| DOwnloadFilesFromSiteToLocalPC\ASp.net | 04 Dec 2007 21:29 GMT | 4 |
I am looking for a control that will allow the user to click a link, that will open up and display files and subfolders, from a predeifined rppt folder. I don' t want the user to be able to navigate outside of the root folder and only be able to download files to their PC. Does ...
|
| Pixels per Inch | 04 Dec 2007 20:20 GMT | 3 |
I have to create some vertical text for a web page that allows users to print to labels. We decided to do this by creating an <img> tag on the web page and having the src attribute point to another ASP.NET page that generates the image on the fly and streams it back to the
|
| System.ObjectDisposedException - REALLY NEED HELP ! | 04 Dec 2007 19:06 GMT | 2 |
My website breakdown at least 20 times per day with a System.ObjectDisposedException. The only information available are those given by the httpmodule treating the unhandledexception causing breakdown. Here are these information :
|
| Chain.NET (a.k.a. NChain) 0.1-beta released | 04 Dec 2007 18:28 GMT | 1 |
Chain.NET (a.k.a. NChain) library (0.1-beta) has been just released. Chain.NET (a.k.a. NChain) is a ready-to-use, generic implementation of the "Chain of Responsibility" (CoR) design pattern for .NET nad Mono platforms. Inspired by Jakarta Commons Chain library.
|
| set column distances for RadioButtonList | 04 Dec 2007 18:23 GMT | 1 |
I have a radioButtonList and set RepeatColumns to 2. However, the distance between radiobutton in column1 and radiobutton in column2 is too close. Can someone how to set the distance (either with CSS or not)?
|
| How to Get Number of Users in Membership Role | 04 Dec 2007 17:46 GMT | 15 |
I'm using ASP.NET membership and I'd like to query the number of users in a particular role. I don't want the overhead of returning a dataset and then getting the number of items in it. I'd like to create a stored procedure for maximum efficiency
|
| Client callback, Ajax or ? | 04 Dec 2007 17:12 GMT | 4 |
I am porting my digital photo archive from a windows app to web using ASP.NET 2.0 - The search options is contained within one UpdatePanel - The result, a filmstrip of thumnails(ImageButton) in a repeater is contained within a scrollable Panel within another UpdatePanel - The view ...
|
| Editing .aspx/.ascx of precompiled web site (Project Portfolio Server Web Access) | 04 Dec 2007 16:42 GMT | 2 |
I want to customize some aspx / ascx files of a precompiled site (the project portofolio web access site). I have no access to source code. Using Visual Studio, when I try to edit one these files in "design view", I get the following two categories of errors:
|
| Treeview, loosing selected node after navigate, need help from experts here :) | 04 Dec 2007 16:27 GMT | 1 |
I have a treeview control, when i select a item i navigate to url. But selected node is lost, it reset itself, loosing state. I post my code here. Thanks in advance. <script language="javascript">
|
| Javascript undefined in aspx page | 04 Dec 2007 16:23 GMT | 2 |
I have an aspx page with Javascript inside a script block at the end of my aspx page. I am trying to show or hide 2 tables inside a FormView but I keep getting the value in Javascript as "undefined" and I cannot understand why. It occurs when I try to set the value of a variable ...
|