| Thread | Last Post | Replies |
|
| Multi-threaded HTTP Module | 16 Oct 2005 23:35 GMT | 2 |
All, I am trying to write a multi-threaded HTTP module that handles the OnBeginRequest and logs it. What I am trying to do is to offload the logging to another thread which will allow the http module to release
|
| Server controls with built-in images | 16 Oct 2005 23:25 GMT | 1 |
I want to develop a server/custom control that uses images. However is there a way I can embed the images into the DLL/assembly rather than individual files which are referenced by the control? By the way, the control can be used by many applications and many web pages so I'm ...
|
| How to set the datagrid in edit mode | 16 Oct 2005 22:13 GMT | 1 |
Can I set a whole datagrid in edit mode, like a table? I can edit the data in the datagrid. After done, I can click the save button to save the data into a datasousce. I don't want to used the build-in edit function in the datagrid in which you only can edit one line at a time. ...
|
| Post to page | 16 Oct 2005 21:45 GMT | 1 |
I have a page that is has been converted from a get url to a put statement. The variable that the page is looking to have 'put' is named 'sendit'. The sendit just contains a simple date.
|
| vs2005 | 16 Oct 2005 21:19 GMT | 1 |
I'm creating a web site in VWD 2005 and noticed that no DLL is creating for the web site like it does in 2003. So my question is when I put my site out to a server what goes out there? does it aspx, and .cs pages go or . . .? I don't want to put my code out on the server so how do ...
|
| SiteMapPath Control and dynamic items | 16 Oct 2005 21:01 GMT | 4 |
I've got web.sitemap file with few nodes and subnodes and SiteMapPath control. It works fine. But imagine, I'm worrking on an calender implemented this way: calendar.aspx -> showing upcomming events
|
| HttpSession Class | 16 Oct 2005 18:40 GMT | 6 |
I am trying to find out the internals of session management in ASP.net. I often come accross a class called HTTPSession. However I do not find any such class anywhere in the .net framework class. The closest i could get was HttpSessioState class which is in System.Web ...
|
| N-Tier Architecture | 16 Oct 2005 18:39 GMT | 5 |
Lately i started to use microsoft code block and read about N-tier model.. I got some templates which implement custom collection for each database table, I used to use DataTable and DataView in my programs so the Entity is Datarow or Datarowview and the collection is the Dataview ...
|
| SMTP isn't working from aspx page | 16 Oct 2005 18:10 GMT | 3 |
I'm trying to send email from an aspx page. Here is my code. It gives me an error message "Could not access 'CDO.Message' object." What do I need to do? This is on my local machine and I installed SMTP
|
| multiple dropdowns | 16 Oct 2005 16:24 GMT | 1 |
I have a web page that has 4 drop downs for the user to filter a search on. They can either select one or all four to do a search, how can I determing which drop down was selected to do a search or if all 4 were selected for a search?
|
| Enabling Web Controls from Client Code | 16 Oct 2005 16:19 GMT | 1 |
I have a form that works on two modes. One of them is for the user to view the data. The other is for the user to enter/update the data. I want the user to be able to move from viewing the data in disabled controls to making the data editable by enabling the text boxes controls. ...
|
| how best to organize project | 16 Oct 2005 15:51 GMT | 3 |
Looking for better practise! In a large asp.net project, how is it best to organize classes? When should I create a new project for a class? Is it better to have fewer files with all the classes in or should I put each class in it's own
|
| How to get value of selected checkboxes in... | 16 Oct 2005 14:52 GMT | 1 |
Currently I am working with the project which needs dynamically generated checkboxes and i have generated dynamic checkboxes but i am facing problem with getting the value of selected checkboxes.
|
| using RewritePath in Dev 2005 Express | 16 Oct 2005 13:27 GMT | 1 |
1. can I use RewritePath in global.asax workin on Dev 2005 express? the self IIS using some port So I dont know if thats make the problam of 404 2. can i make new project in Dev 2005 express that work as main directory
|
| Subdomain? | 16 Oct 2005 11:51 GMT | 1 |
If I want to create subdomain for my site dynamicaly how can I do that with ASP.NET? or is it possib;e to create subdomain with IIS?? thanks
|