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 / October 2007

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
using Visual Studio 200528 Oct 2007 13:36 GMT2
Why do I keep losing Intellisense in the command or immediate window when
debugging?  I didn't use to have this happen and sometimes it's available
and sometimes it's not.  It's pretty hard to test certain variables when you
don't remember what all the gazillion methods and ...
Runtme controls28 Oct 2007 11:57 GMT3
have a Placeholder on whch a dynamically add controls at run tme, TextBox
DropDownList or CheckBox. I can populate these and providing I save the
placeholder n the SessionState etc. clear them etc.
However if I type into a dynamically added TextBox I can find no way of
string manipulation .ASP script28 Oct 2007 10:40 GMT4
I can do this in vb.net but I can not do it in this asp code.
the user is writing what ever text into a text box and posting it to a
access database. problem is when they use words such as (we'll, can't,
shouldn't,)  it will not go in because of the single quote mark.
Drop down for states28 Oct 2007 08:20 GMT2
I have a drop down menu with hard coded states.  When the page is
viewed the top state automatically shows (Alabama).  The state I need
to show is the one that is in the database not the top on the list.
Since I have hard coded the states to the datalist instead of pull
System.Io.Directory.Delete28 Oct 2007 02:17 GMT1
sometime when debuging my VS.NET 2005 app, when I call
System.IO.Directory.Delete does not work, but never throws an
exception. but when I try access that directory by going to windows
explorer, it gives me Access Exception, permissions denied.
DragPanel - Question28 Oct 2007 01:10 GMT2
I have two Panels and I would like to drag the first Panel into the
second Panel. How can realize, that the first Panel take place into the
second Panel, when the first Panel is over the second?
To drag one Panel, I use the "DragPanelExtender", but how can I realize
64bit asp .Net web app27 Oct 2007 23:49 GMT2
I attempting to access a web application that contains a windows forms
control that is downloaded to the client. I configured code access security
using .NET Framework 2.0 configuration and everything works as expected when
using the 32 bit browser. However, when I attempt to use ...
Webconfig Connection String27 Oct 2007 23:43 GMT5
My application uses two ways to connect to the Access db:
Programtically:
       Dim sDBPath = "Data Source=D:\MCCL\AccessDB\NewMCCL.mdb;"
       Dim sConnString = "Provider=Microsoft.Jet.OLEDB.4.0;" & sDBPath
passing a querystring27 Oct 2007 21:13 GMT3
hey all,
i know i can do response.redirect("my.aspx?id=1")
but what if i'm doing a postback, is there something similar to querystring?
thanks,
customErrors mode="off"27 Oct 2007 21:13 GMT22
Although in my web.config I have <customErrors mode="off" /> I still get no
detailed errors.
How comes ?
THX
programmatically removing submenu child items from menu control27 Oct 2007 18:42 GMT1
I have a menu that really does not lend itself to a sitemap datasource
or security trimming.
In the codebehind i've been able to remove top level menu items with
this code:
Sub Site27 Oct 2007 17:24 GMT11
I currently have a web site at www.middlesexccl.com
I am also developing a new version of the web site using ASP.NET.  I would
like to give certain people access to this for evaluation purposes, so I
thought I would create a directory called NewSite and copy the new files
Navigation using XMLHTTPRequest27 Oct 2007 13:54 GMT2
I have a website which has navigation links on the left. What I would
like to achieve is that a user clicks a link, the navigation bar stays
where it is and only the content gets loaded into a div; and all that
without using a frameset or an iframe. (It's a client's requirement.. ...
how to Create or Generate a sitemap in VS.NET 2005?27 Oct 2007 12:59 GMT1
Is there an easy way to do this?
Thanks.
Radiobutton oncheckedchanged event....27 Oct 2007 12:57 GMT2
How can I make an asp:radiobutton where when the user selects it it runs
javascript code? I've tried doing the following but it doesn't seem to work:
           arbLogoAttached.Attributes.Add("OnCheckedChanged",
"javascript:RadioClicked();");
 
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.