| Thread | Last Post | Replies |
|
| How do I get the domain name that a computer is on? | 31 Dec 2006 21:43 GMT | 6 |
If my ASP.NET app is running as NETWORK SERVICE then Environment.UserDomainName returns NT AUTHORITY, not the domain name. Same for anything returning the full username.
|
| How to create a custom control with child nodes | 31 Dec 2006 20:56 GMT | 1 |
Could someone please help me how to create a custom control like below: [aspx] <myControl:Article id="cmTest" runat=server> <Title>Test title here</Title>
|
| addhandler problem | 31 Dec 2006 18:37 GMT | 5 |
i have a simple page, with one button button1. when click it creates a new button button 2 and adds a event handler to it. but when button 2 is clicked nothing happens, why? Partial Class test_buttons
|
| CDO.message: one from address works, other doesn't | 31 Dec 2006 13:03 GMT | 1 |
Code (ASP/Javascript): var myMail=Server.CreateObject("CDO.Message"); myMail.Subject="Subject"; myMail.From="info@domain1.blabla";
|
| How do I Force HTTPS when user types HTTP in URL (IIS server, ASPX) | 31 Dec 2006 11:03 GMT | 1 |
|
| Conditionally display image within FormView | 31 Dec 2006 08:43 GMT | 1 |
I'm using a SqlDataSource to fetch data and display it in a FormView. One of the elements is an image: <asp:Image ID="ImageFile" runat="server" ImageURL='<%# Eval("ImageFile", "~/storyimages/{0}") %>' />
|
| removing viewstate from serialized state in page? | 30 Dec 2006 23:17 GMT | 2 |
I heard somewhere that in at least ASP.NET 2.0 you can remove the serialized view state from a page and have it stored locally in SQL server ot the ASP.NET state server service? so it doesnt transfer all that view state information with each page (which sometimes is HUGE)... ...
|
| My portal won't run on Windows 2003 | 30 Dec 2006 22:07 GMT | 4 |
I copied my portal to WIndows 2003 and now I am getting: Server Error in '/portal' Application -------------------------------------------------------------------------------- The current identity (NT AUTHORITY\NETWORK SERVICE) does not have write
|
| Formview and objectdatasource with int values and null textboxes | 30 Dec 2006 15:14 GMT | 1 |
I use a formview control bounded to an objectdatasource to insert a record. So when I have some textboxes with no values, and the property of my object is Int, it generates client side an error.
|
| Table Events | 30 Dec 2006 12:46 GMT | 3 |
I have a table that I populate with values from a database. when someone clicks on these values it fires a client side event that I added to the cells of the table during building of the table with the Attributes.Add method.
|
| Delete error with windows 2003 | 30 Dec 2006 11:05 GMT | 2 |
help me! Could not delete from specified tables. with the follwing code why? thanks
|
| ASP.net can't write XML file!! | 30 Dec 2006 10:50 GMT | 3 |
I can't Write to XML File using ASP.NET becouse my OS(win xp) tell me that the user(account) that is ASP.net haven't the right to access the file --
|
| Multithreading in asp.net - pls reply | 30 Dec 2006 10:14 GMT | 2 |
I am trying to draw ' html div-tag ' on the screen which will resemble a rectangle through vb.net code. I want it to be drawn faster...so I introduced multithreading using Threadpool. I divided the complete drawing into 3 parts..1st will
|
| Pass Information between two different windows | 30 Dec 2006 10:01 GMT | 1 |
I am working in ASP.NET 1.1 and I was wondering if it was possible to have two different windows pass information between each other by the click of say a button. In other words, let's say I have Window A and Window B. A is the main application and opens a popup window called B.
|
| master page with WAP | 30 Dec 2006 07:05 GMT | 3 |
I have just installed the web application project addon for VS2005. I want to have a master page so I put a directive in the web config pointing to my page. Now I want to create a page. So I remove all the html in the page except the
|