| Thread | Last Post | Replies |
|
| Error in Virtual Directory | 26 Jan 2007 02:28 GMT | 2 |
I have set up a Virtual Directory underneath my normal Web Site in IIS 6 for 2 of our sites. One of them works file. The other one is giving me an error:
|
| Profile. Is this possible? | 26 Jan 2007 02:21 GMT | 1 |
I created a class which is placed inside App_Code. Is it possible, in this class, to access the profile of a user given its username? Thanks,
|
| 'GetProfile' is not a member of Profile. | 26 Jan 2007 02:14 GMT | 3 |
I was using the following line, which was working fine, on an asp.vb code: Dim userProfile As ProfileCommon = Profile.GetProfile(username) Now I moved the code line to a new class under App_Code and I am
|
| many webusercontrols responding to one event | 26 Jan 2007 00:58 GMT | 1 |
I am trying to create a page with many of the same webusercontrols that I can have all my dynamically created and I want each of those webusercontrols to respong to one event on the page. How can I do this?
|
| Enterprise Library and DB Connection | 25 Jan 2007 23:40 GMT | 1 |
I have a question here. I am currently using Enterprise Library Jan 2006 version. I found out where i execute the Database.executeDataSet() the Enterprise Library will not close the connection for me. Is that correct. If there are 30,000 or 40,000 people visit my site almost at ...
|
| XmlTextWriter & MemoryStream | 25 Jan 2007 23:18 GMT | 2 |
Why, oh why, won't my XmlTextWriter write properly to the MemoryStream. Or, why can't I read the xml back out of the MemoryStream! I can't think of a thing.... Dim reader As XmlReader
|
| how to reference bind variable value in code file | 25 Jan 2007 22:34 GMT | 2 |
I wonder if someone could help since I wasn't able to find the answer through search. I have a simple .aspx page that shows data from a database table, as a table in UI. Now the data uses 1~12 to represent months, but I want to show them as Jan/.../Dec. So I thought I could
|
| Charset problem (dataset to excel) | 25 Jan 2007 21:56 GMT | 2 |
The code below is used to get the content of a dataset to Excel and it works quite okay, except: Special Danish charachters look crappy when shown in Excel. Any ideas if the problem can be solved?
|
| Correct model for role based app? | 25 Jan 2007 21:39 GMT | 6 |
I'm familiar with membership/roles in ASP.NET 2.0. Rather than the more common directory restriction, I need page part restrictions. There are certain parts of my webpages that I need visible if you are in a particular role. So maybe the "go to billing" button is only
|
| IIS is requiring a password | 25 Jan 2007 21:33 GMT | 2 |
I just installed the .NET 2.0 framework and now I can't get to anything that is an ASP.NET page, it keeps asking for a username/password when I browse to the page. This is both trying to browse to it from the server and from a remote computer. I tried uninstalling the framework
|
| dll info | 25 Jan 2007 21:09 GMT | 2 |
How can I find out whether a dll was compiled in 1.1 or 2.0 Thank you SB
|
| Report, reportviewer and stored procedure | 25 Jan 2007 20:47 GMT | 2 |
A reportviewer uses a Dataset to deliver data. The data comes from a stored procedure that takes 1 parameter (ID), to pass the correct record. How do I pass this parameter to the dataset?
|
| Date validation | 25 Jan 2007 20:19 GMT | 5 |
What is the simplest way to validate date input (best if I can use the ASP.NET validation control) Thank you, Samuel
|
| Ajax control tool kit in asp project | 25 Jan 2007 20:13 GMT | 2 |
I have a visual studio 2005 project How do I use the Ajax control tool kit without having to creat a brand new project ? TIA
|
| Help with HttpWebRequest please !!!! | 25 Jan 2007 19:49 GMT | 2 |
Ok guys, I mus be missing something because this can not be that hard. I have an ASP page that returns a value if you issue a GET request to it with server name and user ID https://someserver/somedir/size.asp?server=something&user=somethingelse
|