| Thread | Last Post | Replies |
|
| MasterPage Load Timing | 14 Dec 2006 03:50 GMT | 5 |
I have some data that must be shared between a master page and content page. Rather than requesting the data twice, in each Page_Load, I would like to request the data in one page and then cache it for the other page. Does anyone know which page loads first? Or can I simply ...
|
| Check if user is in Role | 14 Dec 2006 03:39 GMT | 1 |
I need to check if a user with a certain username is in a specific role. This is not the current user which is logged on. How can I do this?
|
| Known types and web services | 14 Dec 2006 03:28 GMT | 1 |
I've a WS that waits for a System.Version object in parameters. When I add the web reference to my ws in VS, the generated proxy create a new version class in the reference, instead of using the system.version one. How can I "force" the web service reference to use System.Version ...
|
| auto download with page redirection | 14 Dec 2006 01:35 GMT | 1 |
I am trying to seek the following functionality: A user clicks on a download buton
> he is redirected to another page > download automatically begins while in page. |
| Client callback - update control state | 14 Dec 2006 00:06 GMT | 2 |
I'm trying to implement an add / remove listbox system ...one listbox has available values the second represents the saved values. Using the client-callback features, how would I write the code to ensure that the control state of the saved selections listbox represents the changes
|
| enctype=multipart/form-data on destination page, originating page, or both? | 13 Dec 2006 22:55 GMT | 4 |
could somebody tell me, when uploading a file, i know the form where the upload component is must have enctype=multipart/form-data but, is the same true for the form with the server code to handle the upload?
|
| Childnodes property reports only one node... | 13 Dec 2006 22:10 GMT | 2 |
I'm trying to loop through an XML document but ChildNodes property reports only one node, but there are many. XML document is valid. What am I doing wrong? foreach( XmlNode node in xml.ChildNodes ) { }
|
| WTF TIME TRACKER STARTER KITS | 13 Dec 2006 21:10 GMT | 7 |
I downloaded t he time tracker starter kit. Now where the hell is it? honest to god what is the problem. And no it is not under "n ew project/ starter kits"
|
| Yet another login problem | 13 Dec 2006 20:47 GMT | 3 |
I'm a total asp.net newbie. I'm developing a web app and on my machine I login to a sql server just fine using NT Authentication via the connection string as: Integrated Security=True
|
| DropDown Width | 13 Dec 2006 20:32 GMT | 1 |
I would like to set the width of the list of the drop down box to be wider then the top of the control Is that possible? Samuel
|
| Disable webpage controls during postback round trip | 13 Dec 2006 20:29 GMT | 1 |
Ok, let me try it again. I am copying the header section from my page here - maybe I am missing something <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
|
| Get user email | 13 Dec 2006 20:27 GMT | 1 |
I am using Asp.Net 2.0 Membership. How can I check if a username exists and if it does, get its email address. Then I need to reset its password.
|
| Retrieve data from nested repeater? | 13 Dec 2006 20:24 GMT | 1 |
Does anyone know how I would go about doing this? I've tried numerous things... but none seem to work. Here's some code of what I've done: I'm trying to retrieve these label values: Dim FVProdPartNum As Label =
|
| Determine full path to web.config | 13 Dec 2006 19:35 GMT | 1 |
How can an ASP.NET app determine the full system path to the web.config file?
|
| 2.0 WebService and string split | 13 Dec 2006 19:33 GMT | 2 |
Hi, I have a very simple webmethod which returns a string. When I try to consume the webservice and split into an array I receive an error "cannot apply indexing with [] to an expression of type 'method group'"
|