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

Tip: Looking for answers? Try searching our database.

ThreadLast Post  Replies
Open a PDF in another window/tab06 Sep 2007 20:12 GMT1
I'm using the folowing code to export a Crystal Report directly to browser:
Response.Clear()
cr.ExportToHttpResponse(ExportFormatType.PortableDocFormat, Response, False, "Filename")
Response.End()
Exception handling06 Sep 2007 19:32 GMT7
I want to tell the user if, for example, he has chosen a value of the
primary key for a new record already exists.  What I do now is do a
try-catch with the sql insert.  That prohibits page failure, but I want to
notify the user of the specific result -- other than a generic ...
changing the ASPNET password06 Sep 2007 19:28 GMT2
We would like to change the password for the ASPNET account on our W2k3
servers running IIS 6.0 and .NET 1.1.  Will we run into problems?  Is there a
way to determine the current password, in case we want to roll it back?
thanks
Vista, VS2005, ie.. 6?06 Sep 2007 18:38 GMT4
Okay, I've been developing a website in Visual Studio 2005, using the built
in server. It's been fine.
However, my CSS doesn't work properly in IE6, which I only found out when I
installed the website somewhere else.
Change the value of cell in Grid View06 Sep 2007 18:17 GMT1
From my DATABASE i get Dataset to my GRIDVIEW.
On run time I want to change the value of a cell.
For example:
Instead of "0" i want to write "N/A".
ASP.NET Gridview - Edit (Update)06 Sep 2007 17:09 GMT4
When I try and update using the gridview edit option, all of the
records in the entire Access database
get changed.  Is this normal in gridview?  Is there a way to change
this behavior?  Or should I
Timeout on my request!06 Sep 2007 17:09 GMT13
In my asp.net application i need to retreive data from my MS SQL db. The
query takes more then 3 minutes.
I get a timeout after about 30 seconds. I have change the sqlCommandTimeout
default value of the <sessionState  to 12000 in web.config. I still get the
Session_Start/Session_End06 Sep 2007 17:04 GMT3
I have code in my session_start to create a temp directory for the session.
On session_end it is supposed to delete the directory but doesn't seem to be
firing.
I've enclosed the code below.
System.IO.Directory.GetDirectories() and System.IO.Directory.GetFiles() are not returning the specified directory06 Sep 2007 16:58 GMT2
I have an ASP.NET application which displays the directories & files in a
specified directory on the server. I use the
System.IO.Directory.GetDirectories() and System.IO.Directory.GetFiles() to
retrieve the lists of files and directories. I have two very similar
Serializable()06 Sep 2007 16:51 GMT2
<Serializable()> Public Class Dealer
What does Serializable do?
Regards /Snedker
Why Events in Express Edition Running Twice?!06 Sep 2007 16:32 GMT2
I have extensive experience in ASP.NET Visual Studio world.  I am
working on the Visual Web Developer 2005 Express Edition for a
personal project and have found that controls are being called twice
consistently.  Why is this?  It is not a postback issue.  What do I
REPOST: Adding child elements to user control declaration06 Sep 2007 16:08 GMT3
Didn't get any response last time from a simliar question, but I know this
can be done...any insight would be greatly appreciated!!
________
I have a user control that exposes several public properties--for example,
Post Back Question06 Sep 2007 16:02 GMT2
Good Morning,
I have a text box and a gridview on my page.  After I enter text and
hit the submit button I would like to see my entry populated in the
gridview the same time I hit the submit button.  How do I do this?
Tutorial for insert into sql06 Sep 2007 16:02 GMT1
I am learning ASP.NET and being a winform guy I cannot see how to quickly
use any of the 2.0 data controls to insert information.  I have used the
gridview with edit and that works great with almost no effort.  I would like
to expand this to inserting and deleting .  I have been ...
Securing a single aspx page06 Sep 2007 14:56 GMT3
I'm hoping this is a really easy situation to solve.  ASP.NET 2, C#
I've got these pages in a directory:
Default.aspx // I want this page to be accessible by anyone
EditGrid.aspx // I want this page to be accessible only after you've logged
 
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.