| Thread | Last Post | Replies |
|
| Open a PDF in another window/tab | 06 Sep 2007 20:12 GMT | 1 |
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 handling | 06 Sep 2007 19:32 GMT | 7 |
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 password | 06 Sep 2007 19:28 GMT | 2 |
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 GMT | 4 |
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 View | 06 Sep 2007 18:17 GMT | 1 |
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 GMT | 4 |
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 GMT | 13 |
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_End | 06 Sep 2007 17:04 GMT | 3 |
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 directory | 06 Sep 2007 16:58 GMT | 2 |
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 GMT | 2 |
<Serializable()> Public Class Dealer What does Serializable do? Regards /Snedker
|
| Why Events in Express Edition Running Twice?! | 06 Sep 2007 16:32 GMT | 2 |
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 declaration | 06 Sep 2007 16:08 GMT | 3 |
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 Question | 06 Sep 2007 16:02 GMT | 2 |
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 sql | 06 Sep 2007 16:02 GMT | 1 |
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 page | 06 Sep 2007 14:56 GMT | 3 |
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
|