| Thread | Last Post | Replies |
|
| Can Sitemap.CurrentNode use non default sitemap provider? | 27 Sep 2006 13:25 GMT | 1 |
Here is my situation. I have two sitemaps registered, A and B, where A is used by my default provider. When I do Sitemap.CurrentNode it operates w/ respect to the default provider. However, I want to do some fun programmatic stuff with
|
| web admin tool | 27 Sep 2006 13:22 GMT | 1 |
I try and go into the website admin tools and add users. When I do this everytime I get an error telling me that I need a longer password. I have not writen any code in the app yet, I just wanted to start by trying to get the security figured out. I can create roles and
|
| Updating ASPX pages produces errors | 27 Sep 2006 13:18 GMT | 2 |
I was wondering if there is a way to keep ASP.NET from error 500ing when a file is being updated. For example, I receive this error when copying over the file (which the site is live): The process cannot access the file 'C:\Inetpub\wwwroot\test.aspx'
|
| how to display sql server 2000 table in excel sheet | 27 Sep 2006 13:17 GMT | 1 |
haiii.. please sugest how to display the sqlserver table into to the excel using the c#.net coding
|
| licence agreement (web setup project) | 27 Sep 2006 13:06 GMT | 1 |
asp.net 2.0 I'm wondering how to configure a web setup project so that when user installs the website, the istallation process promt the user with licence agreement... The user has to accept / decline.. etc
|
| text encoding problem in GridView .Net 2.0 | 27 Sep 2006 12:45 GMT | 2 |
i've got very interesting problem. the problem is like this. i've 2 webpages. -- page1 contains DataGrid control of .Net 1.1 and -- Page2 contains GridView control of .Net 2.0.
|
| DateTime.Compare output | 27 Sep 2006 12:44 GMT | 12 |
What is the unit of the output from DateTime.Compare. Seconds, minutes, hours or days? or something else Thanks, Martin
|
| How to prevent dimming of controls that are not enabled | 27 Sep 2006 12:00 GMT | 6 |
Is there a way to disable a web form control (change the Enabled property to false) without the control being dimmed out when it's rendered? I have quite a few of them on the form and they are hard to read when they are disabled .
|
| Session Cookie | 27 Sep 2006 11:06 GMT | 3 |
I am trying to set a Session cookie to contain the error message from a catch block so I can access the message after postback however in the page_load event the cookie is null. Is it not possible to set this from a catch block?
|
| remove page cache | 27 Sep 2006 10:46 GMT | 1 |
How can I remove the cache of a page (cached with VaryByParam) for certain request params in code? i.e I want to remove cached page for some id=344, but want to keep page cached for some id = 1? Thanks
|
| Form in form? | 27 Sep 2006 10:15 GMT | 2 |
I sometimes have the need to call other websites using POST. most of the times i can make it to work bbut in this case it becomes harder. I have a masterpage and a particular page needs to submit some hidden data via POST.
|
| Display username from AD in ASP/.NET page | 27 Sep 2006 10:14 GMT | 1 |
How can I pass a user's display name or first+last name (not the login name) from their AD account in an ASP page?
|
| HtmlAnchor postback | 27 Sep 2006 10:04 GMT | 4 |
I am trying to implement a postback from a control with a textbox and anchor to perform a search. I cannot use link button due to javascript being turned off. Is there a way of implementing postback from an anchor tag? Jim
|
| Help - Can I reuse existing session ID from email link? | 27 Sep 2006 09:39 GMT | 2 |
Our existing ASP.NET web application does store a session ID in the cookies (ASP.Net_SessionID) for a logged in user. A new requirement has been stated that we need to be able to send a customer an email with a link to a specific page in the application, and if the user clicks on
|
| Creating a new contact in Exchange | 27 Sep 2006 09:00 GMT | 1 |
How can I create a new contact in exchange server from a vb.net web application?
|