| Thread | Last Post | Replies |
|
| Is it possible to get the last modified date of a rss file without knowing its content using C#? | 27 Feb 2008 13:36 GMT | 1 |
Any idea would be appreciated.
|
| store value for later use | 27 Feb 2008 13:15 GMT | 1 |
In my web app I'm creating a datatable to show my out in a grid. I have a row that has totals within my datatable. How can I store that total to use in another section of code? my datatable looks like this
|
| How to bind a class property to a textbox | 27 Feb 2008 12:41 GMT | 2 |
I have a person class that has a 'name' property. I want to bind that property to a textbox on an ASP.NET form. In a winform, I can do something like this: dim nameBinding as binding = new binding("text", me.person, "name",
|
| Big delay starting up web application | 27 Feb 2008 12:41 GMT | 1 |
We have a problem with the startup delay of a VB web application. The site is made of 31 toplevel .vb files (containing vb classes), plus 68 pages (one .aspx and one .vb file for each page). We don't use external dlls or webservices or any uncommon stuff. The overall weight
|
| Posting XML to SSL | 27 Feb 2008 12:15 GMT | 1 |
Hi brainy people, I have a client application that is going to post XML containing password information to a web page on an SSL site. The client application is not generating a session or other communication to
|
| NewPasswordRegularExpression bug in ChangePassword control | 27 Feb 2008 10:45 GMT | 9 |
I am trying to enforce the following password strength rules: 8 characters minimum including at least 2 digits and at least one non-alphanumeric character
|
| Session State with MVC? | 27 Feb 2008 10:42 GMT | 3 |
I am experimenting with the ASP.NET MVC bitwiths in Visual Studio 2008, and would like to know how to use SessionState. Can someone show an example or link to an example? Also, I would like to show a complex and rich GridView in my View,
|
| LINQ Join Error | 27 Feb 2008 10:21 GMT | 1 |
I get the following error on this Join Statement, but I thought the idea of a LINQ Join is bring together different Data Context, the Intellisene shows me both tables as a Result; any help is welcome. Error message: The query contains references to items defined on a different
|
| dotnet 1.1 Placeholder and css | 27 Feb 2008 10:09 GMT | 4 |
Using dotnet 1.1 ( I cannot go to 2.0 or above because each frame in a framed page, in dotnet 2.0 and above, has it's own session ) I am injecting controls into a placeholder, labels; textboxes, dropdowns, listboxes
|
| Binding Objects | 27 Feb 2008 09:17 GMT | 1 |
Hi All ! :) I got some pbs with binding objects in ASP.Net 2.0 I've got such an object composition : class Person
|
| How to encrypt login page | 27 Feb 2008 09:16 GMT | 5 |
I use vs2005 to develop web application. How can I encrypt the login innformation (password and ID) when a user login with login page?
|
| How to prevent on-demand cpompilation aufter fileupload in a temp. Directory | 27 Feb 2008 08:57 GMT | 2 |
for some other reasons, where i have no influence and no possibility to change it; it is necessary to upload files tempoarily to a temp-folder in my web-project. Allthough the files are deleted a frew seconds after uploading, ASP.net compiles the whole web at the first time a ...
|
| Two websites, same FormsAuthenticationTicket? | 27 Feb 2008 04:23 GMT | 2 |
We have two different websites, both written in ASP.NET 2.0/C#, running in different virtual directories on the same server. They both use forms authentication. Their FormsAuthenticationTicket cookies seem to overwrite each other.
|
| Bug in VS2008 | 27 Feb 2008 01:25 GMT | 2 |
Hi Again Now this IS a bug report for VS2008 Has any one else seen the effect that the webcontrols are moved when switching from source to design view in an ASPx file. If I switch from a
|
| Form ids in a content placeholder | 27 Feb 2008 01:19 GMT | 5 |
I am trying to obtain values of a submitted form when the form is inside a content placeholder via a master page. For example: <asp:content contentplaceholderid="contentMain" runat="server"> ...
|