| Thread | Last Post | Replies |
|
| Collect info for AD with createuserwizard | 12 May 2007 14:46 GMT | 2 |
I have set up an ASP.Net 2.0 website with form authentication using Active Directory membership provider. I have successfully added user to AD with createuserwizard, but I can only collect the username, password and email attributes. I need to add more user
|
| Need web host recommendation | 12 May 2007 14:23 GMT | 3 |
Anyone have suggestion for one a host that supports asp.net and allows custom DLLs and usercontrols on their server? I need one of those cheap virtual hosters for about $5-6/month. Bill
|
| OPERATOR '&' IS NOT DEFINED | 12 May 2007 10:37 GMT | 39 |
Can somebody tell me why I get this message with the following code? Compiler Error Message: BC30452: Operator '&' is not defined for types 'String' and 'System.Web.UI.WebControls.TextBox'. <html>
|
| How to fake a aspx server to send data | 12 May 2007 10:29 GMT | 3 |
I had written a program long time ago that loaded a web site and parsed the info on that web site and created a database about the information. Then the comapny that maintains the web site has moved to aspx web
|
| Draw lines on the web page | 12 May 2007 01:30 GMT | 6 |
http://www.tourneylogic.com/Products/BracketControl/Demos/V2/PopularTourneys/NCA A.aspx Can some one tell me how he has draw lines here.. is it a trick done using DIV/ CSS or using the graphic lib.. I also have asked to develop some thing similar.. I have some idea about how
|
| OMG BRITNEYS AT IT AGAIN AGAIN!!!!!! | 12 May 2007 01:01 GMT | 2 |
http://britneyboobs.blogspot.com/2007/05/britney-spears-slips-up-again-exposes.html - Exclusive pics of Britney Spears......
|
| Update database with DataTable... | 11 May 2007 23:48 GMT | 1 |
I created a DataTable with numerous columns and rows. I want to update with my DataBase with selected columns from my DataTable (but not all the columns of information). Assuming the columns of my DataTable I am interested in, match the variable type of some of the
|
| JavaScriptConverter for Bitmaps | 11 May 2007 22:03 GMT | 4 |
I've got a webservice that returns a System.Drawing.Image. I'm calling the webservice via AJAX all goes well but my JSON converter seralize method gets called repeatedly and causes a An unhandled exception of type 'System.StackOverflowException' occurred in
|
| You must add a reference to assembly System.Xml | 11 May 2007 21:33 GMT | 4 |
I upgraded my project from Visual Studio 2003 to 2005. The upgrade was performed with no errors but now when I try to build my project (now it's in .NET 2.0 not .NET 1.1 as was previously) I always get the following error: Error 1 The type 'System.Xml.Serialization ...
|
| performance of release vs debug build | 11 May 2007 20:46 GMT | 3 |
Up until now I have been shipping debug builds of my asp.net application and including the pdb files too, even into production systems, primarily because it gives us proper stack traces with line numbers in the event of an exception. I haven't been aware of any
|
| losing content of password TextBox control inside of a TemplatedWizardStep | 11 May 2007 20:45 GMT | 1 |
Folks I am losing my mind trying to work with the TemplatedWizardStep. I have created a multistep user registration form that collects plenty of user information including a password. At the end of the process I am finding that the value of my password
|
| Cache problem | 11 May 2007 20:25 GMT | 1 |
I have a page with a Captch character on it for security. But if the user puts in the incorrect number, the page redisplays and changes the number but the display stays the same on a users page that has "Never" set for page reloads.
|
| Ngen with large web apps | 11 May 2007 20:17 GMT | 1 |
I am looking into the possibility of using ngen to pre-compile a vast amount of dll's in order to improve performance for a very large web application. I understand that ngen didn't work for web apps built using ASP.NET versions 1.0 and 1.1 (the application just fell back to the ...
|
| looking for ideas on an approval type application | 11 May 2007 20:15 GMT | 3 |
I've got a web page (VB.Net 2005) that takes in information, and submits it to a sql server 2000 database There is a 'Status' field - at that point, when the info is submitted, the status field has 'submitted' in it.
|
| Problem with ASP.NET page | 11 May 2007 20:14 GMT | 1 |
created an application in Expression Web. I have now opened that application in VS 2005. However, when I try to attach an event to to a control, the code defaults to VB. How can I change it to C#?
|