| Thread | Last Post | Replies |
|
| Firefox refreshing unexpectedly | 25 Jul 2007 20:34 GMT | 3 |
I have an ASP.Net 2.0 web site that I am testing against firefox (Everything works right in IE).. My site has a navigation framework setup with master pages and it ues the menu and tree controls. There are buttons on the pages that when clicked call functions that change the ...
|
| Getting soap request before sending message | 25 Jul 2007 20:08 GMT | 1 |
I have some code that calls an external webservice. To debug I want to get the Soap message before it's send to the webservice. Is there a way to get the soap message? Some example of my code:
|
| Custom Membership and Roles | 25 Jul 2007 19:42 GMT | 3 |
I am relatively new to ASP.NET 2.0 and have been reading a book and going through some articles on the internet. When looking for information regarding membership and roles, I see lots of articles utilizing the built in profile classes in ASP.NET. In my mind this seems to be an ...
|
| ASP.NET Master Page & Dynamic Page Title | 25 Jul 2007 18:38 GMT | 8 |
We have a web application that is using a master page. This application is being localized for multiple languages so for that, and other reasons, we would like set the page title in my code behind. We've tried using the following syntax. It doesn't raise an exception, but the ...
|
| HTTPWebRequest, Proxy, Credentials? | 25 Jul 2007 16:48 GMT | 1 |
Is there a simple way to get my logon credentials to make my web request work through our proxy server? I tried CredentialCache.DefaultCredentials, but I get nothing back. I can get it to work if I just create a new NetworkCredential object specifying user, password and domain. But, ...
|
| Binding Issue | 25 Jul 2007 16:47 GMT | 2 |
1. In a class named DBUser there is a property named FullNameByLastName. This property does not have a backing field. It combines two backing fields an returns a string result: public virtual string FullNameByLastName
|
| GridView, converting to object | 25 Jul 2007 16:21 GMT | 3 |
I have a gridview on my web page and I bind it to an object of my own creation. When I click a button on that page, I want to get the data from that gridview and cast it back into that object I created and start to do work on it. I tried something like this:
|
| Handling NULLs in a DropDownList EditItemTemplate | 25 Jul 2007 16:16 GMT | 1 |
I'm trying to accomplish the equivalent of the code below, but with a two-way data binding. GetReportsTo() will just return a default selection in the case of a NULL DB entry. I thought I could just replace Eval with Bind, but that gives me: "The name 'Bind' does not
|
| artificially persisted web controls cause problems with the aspx handler | 25 Jul 2007 15:49 GMT | 3 |
Taken out of context I know this may seem like a strange thing to do, but just take this as an academic question if necessary... Calling methods on a persisted control that has been added to a page that has been rendered and unloaded generates these exceptions -
|
| Need help with xpath and xml | 25 Jul 2007 14:27 GMT | 2 |
Hi i posted this on the dotnet xml group but that group does not get much traffic so i thought to post here. I have a photo gallery that works by looping thru the images, making an xml file and then binding it to the datalist. The gallery part works fine. My
|
| help for create a serial key form on asp.net | 25 Jul 2007 14:24 GMT | 1 |
friends, Problem is that i want to generate a serial key through asp.net application and when i install a application on other computer that will match my serial key or every time it will tkae a new serial key
|
| Could not find file Error | 25 Jul 2007 14:21 GMT | 4 |
Can anyone tell me why the below code returns error? Exception Details: System.IO.FileNotFoundException: Could not find file Dim strLFolder As String = "c:\Temp\F Files"
|
| Invalid CSV File name while exporting from IE | 25 Jul 2007 14:15 GMT | 1 |
I am having a problem in exporting the file into csv format from a website. First the name I put in the export 'box' comes over with "%" "[" , "]" and other odd characters in the FILE name and the TAB name and these cause problems: File can't be saved with those names. If I ...
|
| Button skins | 25 Jul 2007 14:12 GMT | 2 |
Where can I download button skins?
|
| write permission denied | 25 Jul 2007 13:24 GMT | 12 |
i'm working on an installation package that needs to write to an existing folder on the user's system, but keep getting an error message about write perms denied. i can't really ask the person installing my app to manually grant write perms for ASPNET user account to the folder. ...
|