| Thread | Last Post | Replies |
|
| confused noob about ASP, DataSets, and DropDown Lists | 09 Nov 2007 02:46 GMT | 1 |
I am trying to tie a column in a database to a dropdown list, but having very little luck. The table is bound to the .aspx page via oledbadapter1 and oleconnection1, but when I try to create a dataset from it and use one
|
| Understanding Page Caching | 09 Nov 2007 02:41 GMT | 2 |
I have a question about caching a page. What if my master page displays information specific to the current user? For example, I will create a navigation menu that is different, depending on the role of the current user.
|
| RegularExpressionValidator and Int'l characters | 09 Nov 2007 01:50 GMT | 2 |
Hello Developers, Is there any easy way of validating user input, like last name, using RegularExpressionValidator which would allow for international characters? Apprently ValidationExpression="^[\w\s']+$" is not the right way to do it.
|
| Tedious Login During Development | 09 Nov 2007 01:48 GMT | 2 |
I'm working on a site that requires all users to login using ASP.NET membership and forms authentication. That's working find but it's a hassle to have to manually log in every time I run the app. I can avoid this using Windows authentication, but then I'm
|
| capturing HTML of the same page during a postback | 08 Nov 2007 23:46 GMT | 3 |
I need to capture all the html that is generated after the user fills all the controls on a page. This needs to be captured at the moment the user hits the submit button. I tried doing it wit a server.execute, but it raises an exception. It complains about 'infinite loop or ...
|
| Session data and Control-N issue | 08 Nov 2007 22:51 GMT | 6 |
Our application was using Session variables to store business object for our Web Forms successfully until someone opened a cloned IE window using Control-N key press. The cloned window ends up sharing the same business object as the original
|
| Response.StatusCode problem | 08 Nov 2007 22:49 GMT | 10 |
Hello. I need use http header StatusCode as response. For example my page have name check.aspx and I get request like this check.aspx?idcustomer=1395 I use this idcustomer param to check if this customer exist in my database
|
| Best place for "Global Variables" and Methods in C# though ASP.Net | 08 Nov 2007 22:39 GMT | 10 |
A month ago I finally took the plunge and began learning C# and ASP.Net, coming from a Classic ASP and VBScript background. In my classic ASP, I had my own little library of code that I stuck in an include file called "Common_VBscript.asp" which had all of the
|
| For each statement | 08 Nov 2007 22:16 GMT | 2 |
How do I read through the database to get the items that are checked to appear on my page? I have a checkboxlist on the page. I wrote this but it brings back all items checked... For Each l As ListItem In CheckBoxList1.Items
|
| FileUpload control | 08 Nov 2007 22:11 GMT | 2 |
Is it possible to upload multiple files using the FileUpload control? It appears to only handle 1 at a time. Thanks. David
|
| vs2008 deploy to localhost | 08 Nov 2007 22:06 GMT | 13 |
hey all, i created a basic web app in vs2008 and deployed it to my localhost. when i tried to browse the site, i get the iis message "page cannot be displayed." any iideas?
|
| FileUpload1 Access problem | 08 Nov 2007 20:55 GMT | 1 |
I'm having problem with a upload file My server is a Microsoft Windows 2003. IIS 6 FileUpload1.PostedFile.SaveAs(InputPath + "\\" + filename); Access to the path
|
| Cache object. | 08 Nov 2007 20:18 GMT | 1 |
When you create a cache object in a web site, where is actually stored? In memory? Does that mean if you have cluster and it switches node you lose your cache? TIA - Jeff.
|
| On TransactionScope and Table Adapter | 08 Nov 2007 20:05 GMT | 1 |
We are developing a WCF service using .NET 3.0. The target platform : Win XP,SP 2.0 In the data access layer, we use ADO .NET to connect to the SQL Express database.Data access layer is implemented as typed datasets with tableadapter
|
| Tree View. Is this possible? | 08 Nov 2007 19:46 GMT | 2 |
Is it possible to remove the plus and minus icons from an ASP.NET Tree View? Thanks, Miguel
|