| Thread | Last Post | Replies |
|
| Custom Membership without using built-in provider model | 09 Nov 2007 15:53 GMT | 6 |
I'm trying to write my own ASP.NET membership "system", and that system does NOT derive or inherit from ASP.NET's own Membership Provider model. I do, however, want to (more or less) "mimic" the way that ASP.NET's membership providers work.
|
| Passing info between pages. | 09 Nov 2007 14:40 GMT | 3 |
Are the only two real options for passing info between pages using QueryString and Session Variables? Am I missing any other viable way? TIA - Jeff.
|
| Step-into Class Library from VWD 2005 problem. | 09 Nov 2007 14:13 GMT | 3 |
I use Visual C# Express 2005 and Visual Web Developer Express 2005. In my Visual C# Express 2005 Solution, I have following two class library projects: _ DataAccess (Namespace name: DataAccess)
|
| Published from Win XP system with VS2005 to Win2003 system with IIS | 09 Nov 2007 14:11 GMT | 8 |
I created and published a web service from my development system running XP and IIS to a Windows 2003 Standard server running IIS. When I try to access the service on the 2003 box, it keeps asking me if I want to download the file, rather than bring up the page for the
|
| VB.net(v.1.1) mixed with C# (2.0) | 09 Nov 2007 14:08 GMT | 2 |
I have an application written,by someone else, with VB.net (v1) in a subfolder, (./Editing ) I need to add to the application ASPx pages written in C# and ASP.net 2.0
|
| Javascrpt and User Controls. Help! | 09 Nov 2007 14:04 GMT | 6 |
I'm trying to change a links href with javascript. I know that asp.net will change the controls ids to protect against multiple controls on a page. So I use the following code. var buttonId = <%= this.FindControl("imgLinkRead").ClientID %>;
|
| Tracing problems with Custom Role Provider | 09 Nov 2007 13:50 GMT | 2 |
I have a custom role provider and custom membership provider in my ASP.NET app. These work fine on my local box. When deploying the app I'm getting the following error: Description: An error occurred during the processing of a configuration
|
| Loop in SQL | 09 Nov 2007 12:02 GMT | 4 |
Hi... I need to create a SELECT with a variable in WHERE... Example: SELECT * FROM ANSWERS WHERE id = 1
|
| Expert advice needed! | 09 Nov 2007 11:51 GMT | 4 |
My code below create a .CSV file and compress it with the new GZipStream class. My problem, is how to set the extension of the uncompressed file to .csv. Users have to manually do this and it is not quite convenient. Any help will
|
| Unable to serialize the session state | 09 Nov 2007 08:46 GMT | 4 |
I am getting the following error intermittently: "Unable to serialize the session state. Please note that non-serializable objects or MarshalByRef objects are not permitted when Session state mode is 'StateServer' or 'SqlServer' "
|
| delete directory and file busy | 09 Nov 2007 08:06 GMT | 3 |
hello, i ve a probleme when deleting a directory and when i want create file immediatly after. 1) Directory.Delete(myPath, true); 2) TextWriter sw = new StreamWriter(myPath +"test.aspx");
|
| positioning a layout table and making it invisible | 09 Nov 2007 06:06 GMT | 1 |
I need to know how to position a layout table in code next to (to the right of) another table on the page? I also then need to know how to make it invisible in code. How would you do this?
|
| HTML file from database to user interface | 09 Nov 2007 05:00 GMT | 7 |
HTML file from database to user interface I have a html document in a sql server table with tags and elements. I need to read it from table field and show it in a web page. Is there any component that I can use to show this html file in the browsed with
|
| Multiple cookies created | 09 Nov 2007 03:51 GMT | 3 |
I have a scenario where it appears that multiple cookies are created. We are using ASP.NET 2.0, and one of our pages reads a cookie and display the value to the web page, using client side JS. This is accomplished by parsing the document.cookie property.
|
| Downloading generated files | 09 Nov 2007 03:11 GMT | 2 |
Hi, the system generates a text file on a server folder called "remessa", how do I do to user downloads the generated file to his machine? VS 2005 asp.net C# 2.0 Thanks
|