| Thread | Last Post | Replies |
|
| question about compilation | 30 Jun 2007 21:25 GMT | 2 |
i read that the entire application is compiled by default when an user requests one page of the application. The compiled code is put into cache. My question is: if the webserver is shutdowned, when it's online again, is the application again compiled at the first request of an ...
|
| can rss do this | 30 Jun 2007 20:26 GMT | 2 |
hey all, i have an xml webservice that accepts parms from a user and returns info requested. can an rss reader do something like this where it's personalized? or is there a better way to solve this?
|
| image background | 30 Jun 2007 18:50 GMT | 4 |
hey all, i was able to make the background of my image transparent on my web page. However, it looks fine in ie7 but a background shows up in ie6? any ideas?
|
| total pages | 30 Jun 2007 18:32 GMT | 4 |
hey all, i have a gridview of records and i'm trying to display the total pages with 10 records per page. int totalpages;
|
| Check password answer | 30 Jun 2007 18:28 GMT | 1 |
How can I check, in ASP.NET 2.0 membership, if a given password answer given by a user is the same as the one in the user record? Thanks, Miguel
|
| Membership and Roles | 30 Jun 2007 18:23 GMT | 3 |
I am working on Membership and roles in Asp.net 2.0. I am using logincontrols in asp.net 2.0. When I use these login controls it automatically creates ASPNETDB.mdf database. which has it's own tables for membership. But I can't move this database to live
|
| Avoiding "SelectedValue which is invalid because it does not exist in the list of items" | 30 Jun 2007 18:15 GMT | 2 |
Why doesn't this work? My webpage changes databound items in a dropdown list depending on what form the user selects. And the page needs to remember what the user selected, and reselect the dropdown items between posts (using
|
| Pop-up form sending data to the calling form? | 30 Jun 2007 16:47 GMT | 4 |
With ASP.NET 2.0 I want to add a nice and sleek feature to my application where the user typical clicks a button to open a smaller window to enable a search, lets say for customers or products or whatever.
|
| how to render <br> tag from a user control? | 30 Jun 2007 13:47 GMT | 7 |
I am using HtmlGenericControl to render html tags like <div> and <span>. the problem is the <br> tag does not render correctly when I use this method. ( it renders as <br></br>, which is seen by the browser as 2
|
| Code Coverage tools for asp.net | 30 Jun 2007 13:19 GMT | 1 |
I am wondering if anyone knows of a good code coverage tool for ASP.Net applications? I already looked at NCover, ANTS profiler and am evaluating AQtime at the moment. Any help would be great. Thanks!
|
| Visual Studio .Net 2003 Project running in IIS with ASP.NET 2.0 | 30 Jun 2007 12:22 GMT | 3 |
I have a VB ASP.NET project that was compiled using Visual Studio 2003, and which works perfectly when using ASP.NET 1.1 in IIS. However, if I run IIS with ASP.NET 2.0, controls within repeaters become relabeled, which leads to bugs in my JavaScript code. For
|
| Forms authentication, user login status is not maintained | 30 Jun 2007 08:51 GMT | 3 |
I am testing ASP.NET 2.0 Forms athentication with user credentials in SQL Server 2005. I don't want to put user credentials in web.config, so the credentials section is commented out. The following is the relevant part in my web.config.
|
| Help with encrypting using certificate public key ... | 30 Jun 2007 08:46 GMT | 3 |
I'm trying to implement the Handango.com HTTP POST registration method. The instructions are here: http://www.handango.com/marketing/developerTeam/HTTP_Post_Reg_Model_How2.doc I'm stuck on how to encrypt a value using the public key in the Handango
|
| Mysterious addition to URL in ASP.Net 2 | 30 Jun 2007 07:07 GMT | 2 |
Hello Friends & Experts, I am having a little problem with my new Asp.net 2 website. Whenever I run the website (in debug, or on server) a mysterious text is added to my URL like this: -
|
| Strange Characters in Asp.Net Text Box | 30 Jun 2007 06:47 GMT | 1 |
I have a form which saves some data to an SQL 2005 database If the text written in the text box contains characters such as "çãáàéí" when I load the data again I get a few strange characters: "çãáà éÃ"
|