| Thread | Last Post | Replies |
|
| UI suggestion for status website | 30 Jan 2007 09:41 GMT | 1 |
Does anyone have any 2.0 .NET + AJAX web U.I. suggestion for status posting website? My application involves displaying status of a running task. Client brower will query server for status update. Thanks in advance,
|
| Master page & treeview opp AJAX ? | 30 Jan 2007 08:11 GMT | 3 |
Ciao a tutti ho una master page costituita da due sezioni, a sinistra carico ondemand un asp.net treeview impostando programmaticamente la proprietà NavigateUrl, a destra carico le content page legate ai nodi del treeview.
|
| ajax and asp.net in user control | 30 Jan 2007 07:47 GMT | 1 |
I want to use javascript (ajax) in User Control but to call the object is difficult. If my user control is called MyControl. To use the object in javascript, i make,
|
| TreeView: How to call client script on node selected? | 30 Jan 2007 05:29 GMT | 2 |
I would like to have my TreeNode to call window.close(); without posting back, how can I do that? At the same time, I prefer to have a SelectAction property that allows my TreeNode to appear as hyperlink with hand-cursor when hover.
|
| ASP.NET Excel Problem | 30 Jan 2007 02:55 GMT | 1 |
I'm using Microsoft Excel Object 11.0 (Microsoft.Office.Interop.Excel) to open excel from my web application and set few cells values before displaying it to users.
|
| AJAX TOOLKIT : Accordion (can't access controls) | 30 Jan 2007 02:25 GMT | 1 |
I have master pages , with MyAccordion and 2 panes. I can veiw the controls within MyAccordion on pageLoad Output of controls: MyAccordion_AccordionExtender
|
| Client doesn't send If-None-Match so server always returns 200 | 30 Jan 2007 02:03 GMT | 5 |
I have a simple AJAX-enabled (RC 1.0) web site. Runs perfectly on my local machine (debugged by VS IDE). The problem is that on remote ("prodction") machine, every "satellite" file - JS, GIF etc. gets downloaded every time. I see it using HttpWatch (a
|
| Too many objects loaded at the same time and cause OutOfMemory exception. | 30 Jan 2007 01:33 GMT | 2 |
I'm working on a .net web application. The architect of this web application is quite different than other web applications i worked before. Since we use a set of tools to generate most of the basic code. Every table in the database related to an object in the
|
| Error Handling | 30 Jan 2007 01:24 GMT | 2 |
I have some code in my page error and application error event which handles unhandled errors. This may seem a REALLY stupid question but if I have this code why do I need to use try catch blocks. If there is an error I want my page to stop executing and log/email the error. ...
|
| myCookie.Expires = DateTime.MinValue | 29 Jan 2007 22:55 GMT | 4 |
It's my understanding that the code below will create a session cookie (RAM based cookie) that does not persist to a file, but exists in memory on the client's pc and will be deleted when the user's browser is closed. Correct or incorrect? Are there any variations on how this ...
|
| Securing XML files | 29 Jan 2007 22:53 GMT | 2 |
I want to have a folder with XML files that I don't want to be publically accessible but I want my application to be able to read. My initial thoughts are to stick the files outside the web tree but IIS 6 doesn't allow allow parent path with server mappath. I don't want to enable ...
|
| Declarative Web Part Personalization | 29 Jan 2007 22:16 GMT | 1 |
Here is the situation, the WebPartManager exists on the masterpage, and the web part is being declared in the contentplaceholder on the aspx page like so: <asp:Content ID="Content1" ContentPlaceHolderID="ContentPlaceHolder1"
|
| problems with gridview counting rows | 29 Jan 2007 22:14 GMT | 1 |
I've got the following code testlabel.Text = allquestions.Select().Count.ToString(); GridView1.DataSource = allquestions.Select(); GridView1.DataBind();
|
| Mouse-over image and zoom to larger size dynamically? | 29 Jan 2007 22:07 GMT | 4 |
I want to know how I can do the following in ASP.Net 2.0: I want to be able to mouse-over a small image and then have it dynamically zoom into a larger image. When the larger image is reached I would want to place some text in a box under that image (like a bio, etc.).
|
| ASP.NET colorizer for bleached images? | 29 Jan 2007 21:53 GMT | 3 |
You've probably seen it before. You pick the color from a color palette and a "bleached" car (or a dress, a hat, or whatever it is) gets colored in the user selected color. I need to do this for cabinet doors. Can someone please point me in the
|