Home | Contact Us | FAQ | Search & Site Map | Link to Us
Sign In | Join | Other 45 Sites in Network
HomeAnnouncementsFree MagazinesWhite PapersSubmit Content
Discussion GroupsASP.NETWindows FormsLanguages.NET FrameworkVisual Studio.NET
Articles.NET FrameworkASP.NETToolsWindows Forms
.NET DirectoryOpen Source ProjectsUser GroupsWeb Resources
Related Topics
Visual Basic 6SQL ServerMS AccessOther DB ProductsMS Server ProductsMore Topics ...

.NET Forum / ASP.NET / General / December 2006

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
How do I get the domain name that a computer is on?31 Dec 2006 21:43 GMT6
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 nodes31 Dec 2006 20:56 GMT1
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 problem31 Dec 2006 18:37 GMT5
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't31 Dec 2006 13:03 GMT1
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 GMT1
A solution
Conditionally display image within FormView31 Dec 2006 08:43 GMT1
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 GMT2
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 200330 Dec 2006 22:07 GMT4
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 textboxes30 Dec 2006 15:14 GMT1
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 Events30 Dec 2006 12:46 GMT3
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 200330 Dec 2006 11:05 GMT2
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 GMT3
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 reply30 Dec 2006 10:14 GMT2
        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 windows30 Dec 2006 10:01 GMT1
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 WAP30 Dec 2006 07:05 GMT3
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
 
Sign In
Join
My Latest Posts
My Monitored Threads
My Blog
My Photo Gallery
My Profile
My Homepage

Start New Thread



©2008 Advenet LLC   Privacy Policy - Terms of Use
This website includes both content owned or controlled by Advenet as well as content owned or controlled by third parties.