| Thread | Last Post | Replies |
|
| User and pw prompt on photos | 18 Dec 2007 23:24 GMT | 1 |
We have an intranet application that displays file folders assigned to that job. Each file folder has 5 subfolders under it and are listed in a TreeView. When we click on the folder it shows the file names in a DataGrid. It works perfect for 4 of the folders, but when we click ...
|
| dynamic e-mailed forms | 18 Dec 2007 21:51 GMT | 2 |
I'm trying to figure out how to build a dynamic form that will do the following: Users have 5 forms to chose from using a radio button or drop down list to select a form. Once they chose the form, the corresponding
|
| UI makeover | 18 Dec 2007 21:34 GMT | 4 |
I'm looking for some design resources to help polish the UI of my business apps. A set of best practices, kinda like "don't wear white pants after Labor Day", but for grids, treeview controls, dropdowns, etc.
|
| Problems with OleDbCommandBuilder | 18 Dec 2007 21:27 GMT | 2 |
I'm trying to update my database via an UPDATE from OleDbCommandBuilder. This is the second time I've tried, and I'm still not having any luck. I've almost certainly missed something obvious, but having searched for quite a while, I don't know what it is(!)
|
| Can a Hyperlink control be forced to Post as well as navigate? | 18 Dec 2007 21:03 GMT | 5 |
I have an asp:HyperLink control on a page which also contains a hidden form field. I want the target page specified in the NavigateURL to be able read the contents of the hidden form field but I also want to keep the look and feel of a standard Hyperlink. I do not want the ...
|
| Page Dimming | 18 Dec 2007 20:57 GMT | 4 |
Ive noticed that web sites are emulating the vista screen dimming when the relevent control comes into focus like sliding div forms etc. Does anyone know how that is acheived ? Cheers
|
| Problem Uploading File Using FtpWebRequest | 18 Dec 2007 20:40 GMT | 1 |
We want to upload a file to a business partner using FTP with SSL from our intranet. Our proof of concept solution in VB uses FtpWebRequest based on an example at http://www.123aspx.com/redir.aspx?res=34336: Dim reqObj As FtpWebRequest =
|
| Bromberg's Session Timeout Control | 18 Dec 2007 20:34 GMT | 2 |
I'm trying to implement Peter Bromberg's Session Timeout Control: http://www.eggheadcafe.com/articles/20051228.asp in ASP.NET 2.0 and am finding that the code never fires. I'm not sure what I'm doing wrong here. Yes, it would be easy enough to place some of that
|
| Optimistic concurrency. I've found a ridiculously easy method. | 18 Dec 2007 20:10 GMT | 4 |
(If I'm overlooking anything, please let me know.) First, my only concern is updating single records in a Detailsview using an ObjectDataSource. The target table has a timestamp field. Assume a single primary key.
|
| User-Specified Themes | 18 Dec 2007 19:44 GMT | 6 |
If I want each user to be able to specify their own themes, does that mean I must set the theme in an even handler (such as PreInit) for every single page? I suppose I could cache the user's theme in the Session object. But I
|
| Help | 18 Dec 2007 19:43 GMT | 3 |
Myweb application is taking so much time(40-45 sec.) after publish but when i use this locally it takes (5-7 sec.) to get data from the server.I am using a .dll file to getdata from the server.
|
| How to extend control to add custom html tag ? | 18 Dec 2007 19:29 GMT | 8 |
Hi group, the aspx statement : <asp:TextBox ID="testTB" runat="server" Text="My test" /> generate html :
|
| Can't get trace to work in 2.0 | 18 Dec 2007 19:29 GMT | 1 |
I have a page (which uses masterpages) that displays fine and shows the trace details. but when I do a postback to display my GridView, I get the message: Sys.Webforms.PageRequestManagerParseErrorException: the message received
|
| Login Control's "Remember me" | 18 Dec 2007 17:22 GMT | 1 |
The site I am working on redirects the user to a "session timed out" page when: - the user's session has expired AND - the user action results in a postback to the server
|
| Adding DotNet Variables to Javascript URL | 18 Dec 2007 17:06 GMT | 2 |
I've got this Javascript HREF: <a href="javascript:void(window.open('print_Mileage.aspx?id=<%#sID%>&emp=<%#sEmp%>'))">Printer Friendly Page</a>
|