| Thread | Last Post | Replies |
|
| Databound TreeView | 22 Apr 2006 06:55 GMT | 2 |
Using ASP.NET 2005/C# flavor, I need to dynamically populate a TreeView control from the results of a SQL Server 2005 query. Clicking on the end leaf of the tree will need to yield some details about that leaf (Assuming I need to hit the database again) in a data view.
|
| TreeView (.NET 2.0) and self-referencing database table | 22 Apr 2006 06:48 GMT | 1 |
Is there any example populating TreeView control from self-referencing database table? Table structure: ID
|
| is there a way to do this | 22 Apr 2006 04:44 GMT | 2 |
hey all, if i put a publisher file on my webserver is there a way for clients to open that file so long as they have publisher installed locally? thanks,
|
| How to read email | 22 Apr 2006 01:56 GMT | 4 |
I am trying to set up my system to read an for changes in another database. When a change to a persons profile happens, an email can be sent. I want my system to wait for the email, then go off and handle it. How best would I handle this?
|
| Paging data and highlight closest match | 22 Apr 2006 01:41 GMT | 2 |
I have created an ASP.NET using page that allows the user to page through a result set. I need to expand on this. On that same page I have a field where the user can type in a search string. When they click a button ALL the results will be returned and the closest match to the ...
|
| ASP.NET, adding controls on client side | 22 Apr 2006 01:02 GMT | 2 |
Does anyone have example of adding controls on the client side (DHTML) and then persisting them as ASP.NET server controls on the server side? For example, a page has an <input> box for entering e-mail address and a button <Add more addresses>.
|
| hide root menu item (no sitemapdatasource used!) | 22 Apr 2006 00:56 GMT | 2 |
my 2.0 menu control has this root node which I want to hide normally the showrootnode property is set to false on the sitemapdatasource for the menu but I am actually populating it my self from a sql database and so I cannot figure out how to not display the root node only child ...
|
| Default limit to file uploads via HTTP? | 22 Apr 2006 00:44 GMT | 3 |
I've built a file upload component for our CMS so people can upload images, PDFs, etc. I just ran into a snag with an 8mb PDF file. If I try to upload this, I immediate get a 'application has timed out error, try again?'. Any other
|
| More file locking problems | 21 Apr 2006 22:43 GMT | 4 |
I've been dealing with a file locking issue for a while. Our CMS spits out a new XML file each time an item in the DB is updated. This XML file is basically our site menu, and is what we use on the front end to render out site's navigation, site map, breadcrumbs, etc.
|
| temporary internet files | 21 Apr 2006 22:40 GMT | 9 |
Is there a way in asp.net to delete the temporary internet files from IE? Thanks.
|
| Javascript with Webcontrols | 21 Apr 2006 21:49 GMT | 3 |
I'd used before methods like RegisterStartupScript with ASP.NET, but this problem I was unable to solve yet using this method. I have a web form with a few web controls - textbox, dropdown lists, calendar control. If the textbox has a value- I need to disable all other
|
| button click event on master page | 21 Apr 2006 21:37 GMT | 1 |
oh it hurts to be a newbie again....:-( I have a button click event I want to handle for a button to create an excel spreadsheet from gridview contents. I can't write the code for the button click event on the master cuz it
|
| Inherits multiple source? | 21 Apr 2006 21:12 GMT | 1 |
I've read quite a number of posts here and none seems to address my situation.. Currently, I use this line to retrieve user's info, which will pretty much be used in every single page that is password protected.
|
| Tollbarless application | 21 Apr 2006 21:03 GMT | 1 |
Is there any way to run asp.net web app as toolbarless, menuless window in IE?
|
| Case sensitive username/password | 21 Apr 2006 20:54 GMT | 4 |
I've included a list of username/password combinations in the Web.Config file and I've a simple .aspx page with a username and password field for the users to log in. While the password field is automatically case sensitive, the username field is not. How can I
|