| Thread | Last Post | Replies |
|
| Secure Folders | 17 Aug 2007 15:30 GMT | 2 |
I have created a secure folder on my web server and created a user and password that can access it. So when you navigate to a page/file within this folder the login box appears. Here's my question: From a link on a form (outside the secure folder), can you send the user
|
| 2 pages to one | 17 Aug 2007 15:12 GMT | 5 |
Is it possible to have 2 or more pages post to 1 page? I want to have the user click on a button and have that result recorded along with other information from another form page. Here is an example of what I would like to do.
|
| Retrieving id field ? | 17 Aug 2007 14:22 GMT | 1 |
Hi, how can I retrieve the id from identity field generated by sql server after a insert into instruction? Is that possible? Using .net 2.0 C# VS 2005 and "ExecuteNonQuery"
|
| question about .net framework 3.0 | 17 Aug 2007 12:12 GMT | 3 |
i run asp.net application under IIS 6.0 (Windows server 2003 sp2) and .Net Framework 2.0. I read that .Net Framework 3.0 is released. Should i upgrade my system (we don't intend to switch to Vista now)? What
|
| Help needed, ASP.NET caching with SQL Server doesn't work | 17 Aug 2007 10:50 GMT | 2 |
Hello! I'm trying to use ASP.NET caching with my web site and SQL Server, but I have a problem. I try to do everything according to the instructions like this page here: http://www.eggheadcafe.com/articles/20060407.asp
|
| DataList ignores Styles when WebControlAdapter applies | 17 Aug 2007 10:32 GMT | 3 |
I registered a WebControlAdapter for any WebControl, that removes all ID attributes (I actually do not need them). Everything works as expected, but the DataList ignores any styles (ItemStyle, SelectedItemStyle etc.). The DataList works as usual, i.e. it uses the
|
| Can I make my collection "data pageable"? | 17 Aug 2007 10:23 GMT | 1 |
I have my own collection own which implements ienumerable and ienumator. I was recently using a GridView and I was prompted that I could not turn on paging because the data source (my collection) was not data pageable. I subsequently added a property to my collection to return ...
|
| How to prevent a logged-out user from navigating to past pages? | 17 Aug 2007 08:26 GMT | 1 |
After the user is signed out and taken to the login page, they can still use the back & history features in the browser to access pages. Every page (except login) has a check at the beginning to redirect the user after being logged out, but when the page is accessed via back ...
|
| Is Page.Cache shared between all sessions? | 17 Aug 2007 03:14 GMT | 3 |
Is Page.Cache global and shared between all session? What would be the best way to cache an object and share it btween all sessions? I like to avoid Application object because it doesn't have Cache's flexibilities.
|
| How to call C# dll from sql server 2000 dts? | 17 Aug 2007 03:09 GMT | 5 |
Using SQL Server 2000, Visual Studio 2005, .NET 2.0 and C#.
>From a SQL Server 2000 DTS package is it possible to call a C# dll passing one parameter and having two parameters returned? Thanks,
|
| ListItems and formatting | 17 Aug 2007 02:23 GMT | 2 |
I have become very frustrated with the ListItem control lately due to what happens when the Text property contains HTML tags. When the Text property contains HTML tags, or character codes such as , they are converted to HTML (for example, <br/> would be rendered as < ...
|
| Update cache object | 17 Aug 2007 02:20 GMT | 2 |
I save a Hashtable of stock symbols + prices to the cache. The prices are updated every 30 minutes and saved to a database table. I would like to always have the latest prices in the cache...is there a way to dynamically update a cache object ?
|
| Creating a Scrollable Multi-Column List | 17 Aug 2007 02:18 GMT | 3 |
I am looking to create a multi-column list that is scrollable, kind of like a ListBox control, only I need a way to align the columns of text that I will have (I would use spaces, but because the ListBox normally uses a variable-width font, that would not work). Is there a ...
|
| HttpServerUtility instance method | 17 Aug 2007 02:18 GMT | 1 |
How do I intitialize an instance of HttpServerUtility? There should be a method called getcontext or something similar. Dim s As System.Web.HttpServerUtility Dim name as string = s.MachineName ' No instance?
|
| Authorization with custom role provider | 17 Aug 2007 02:12 GMT | 1 |
I want to implement my own role Provider, by subclassing the RoleProvider class. How do I instruct .net 2.0 to use my role provider?
|