| Thread | Last Post | Replies |
|
| crystal exporting | 04 Oct 2007 18:46 GMT | 1 |
Good Afternoon, i have been searching for a solution for a while. i have a simple app that sends email to a bunch of people. now, i want to attach a crystal report.
|
| POST to page using asp.net | 04 Oct 2007 18:27 GMT | 2 |
Just a quick one - im trying to post values to a page using a method below. im coding in asp.net vb. i was wondering how i also redirect to the page as well as post the values at the same time. e.g. in html it would be something like
|
| Problem Adding Column Programatically to GridView | 04 Oct 2007 17:49 GMT | 2 |
I have a user control that has a gridview in it. I am dynamically setting up its datasource and columns based on an XML file. I have everything done except adding columns to the gridview, so that the user only sees certain columns based on the XML file.
|
| Masterpages and clientscript? | 04 Oct 2007 17:38 GMT | 1 |
I've done this many times with average pages, but in a case I have now, I have a master page with some controls on it. Under certain conditions when the user selects certain options, I want to execute a javascript function on the masterpage. Since I make this
|
| ajax - Consuming .net web services from FireFox | 04 Oct 2007 17:07 GMT | 1 |
I couldn't find an ajax type group so I'll post here. It's a bit OT so feel free to suggest a better group or web forum. I've condensed the code below to illustrate the problem I'm having. I've using the XPathEvaluator to query the returned XML The issue is that the
|
| alter img element using vbscript? | 04 Oct 2007 16:57 GMT | 1 |
I have an image <img src"contract.gif" alt"Contract" /> Is there anyway I can change the image using VBScript?
|
| manage files from ASP.NET C# 2.0 | 04 Oct 2007 16:41 GMT | 4 |
How can I manage files from ASP.NET C# 2.0? I mean I would like to save/erase files, find files in a folder and programatically check if the file with the specific name exists in a folder. I tried to google a bit but I could not manage to find any page with
|
| call javascript from code behind | 04 Oct 2007 16:30 GMT | 2 |
Ok, here is my story. I took over a web site that is using the asp.net wizard. This wizard has buttons within it, now, on one of the steps in the wizard I have a drop down. Depending if 'Delete' is selected in the drop down, I need to show a message box to ask the user 'you sure ...
|
| <#% eval %> - possible? | 04 Oct 2007 16:22 GMT | 8 |
Is it possible to do this in the HTML of the aspx page? <#% if Eval("Name") != null %> write something here <#% else %>
|
| Regular Expression Validator | 04 Oct 2007 15:53 GMT | 6 |
I'm having trouble getting the regular expression validator to work with a text box. In this simple example I only want lower case letters to be allowed. So I tried the following and it doesn't work, would somebody be so
|
| Validation block | 04 Oct 2007 15:44 GMT | 2 |
Im a new bee in validation Im just in the design phase of the project and not thinking about having a saperate validaion block. Just browsed through validaion block of enterprise library which is
|
| Trusted locations | 04 Oct 2007 15:27 GMT | 3 |
When I load a VS 2005 project from a network drive I get a dialog that informs me that this "is not a trusted location". How do I make it trusted? Many thanks.
|
| Pubish Web Site: Object error | 04 Oct 2007 14:50 GMT | 1 |
Hi I have published a web site to my server, tested, then made some changes to source and tried to publish again. I keep getting an "Object not set to an instance..." error that has no information associated with it when I click on "Publish".
|
| Visual Basic Express Edition | 04 Oct 2007 13:52 GMT | 2 |
In Visual Basic 2005 Express Edition When I choose Console Application for the project, the source code page automatically comes up with: Module Module1 When I choose Windows Application, the page automatically comes up with
|
| The file '/AHSD/MainMenu.aspx' has not been pre-compiled, and cannot be requested. | 04 Oct 2007 13:19 GMT | 2 |
I am getting the error "The file '/AHSD/MainMenu.aspx' has not been pre-compiled, and cannot be requested." when I try to deploy one of my applications that I am just migrating to VS 2005. I have searched on the web for a solution, but none of the suggestions so far have
|