| Thread | Last Post | Replies |
|
| Code Behind Shows Publicly?! | 18 Jan 2007 12:51 GMT | 8 |
I have an asp.net 2.0 website, with C# code behind, hosted with network solutions. And much to my dismay, when I navigated to my csharp file (I don't know what made me try this), I could actually see it! In fact, anyone can
|
| How do you ... SelectCommand="<%=strSQL%>" | 18 Jan 2007 12:37 GMT | 4 |
<asp:SqlDataSource ID="SqlDataSource1" runat="server" ConnectionString="<%$ ConnectionString:SalesDBConnectionString %>" SelectCommand="<%=strSQL%>" /> In ASP.NET , how do you assign a dynamic value for the SelectCommand ?
|
| Combining images and text | 18 Jan 2007 12:24 GMT | 4 |
I want to display an image with some text overlay Both the image and text will be retrieved from a database, so I have to combine them at run-time. Is there a way to do this?
|
| html forms in aspx pages | 18 Jan 2007 12:14 GMT | 7 |
I can't seem to get my html form to submit properly from within a web form. Here's my form tag syntax and some delivery hidden fields. <form id="myForm" action="https://xxx.order.net/xxx/cgi-bin/delivery.cgi" method="POST" onsubmit="return verify();">
|
| Nullable object must have a value. | 18 Jan 2007 12:00 GMT | 15 |
I have yet to find a satisfactory solution to this problem. It involves VB.NET 2.0 and datetime issues. I have a form that asks for a Date to be submitted in dd/mm/yyyy format. When this is submitted it then is then dealt with as follows:
|
| List of Files from URL Directory using VB | 18 Jan 2007 11:02 GMT | 3 |
I am looking to get a list of files for a URL reference such as http://localhost/manager/ for a certain search pattern say "*.xls". How do I go about this using VB and what class libraries are best to use. If anyone has any code or can redirect me to a better site then that would ...
|
| updating data on the same web form via 2 pc's | 18 Jan 2007 10:54 GMT | 7 |
if 2 people are working on the same web site is it possible to be able to work on it Simultaneously so that if i for example was to change something it would change on the other persons screen after a refresh
|
| library zip | 18 Jan 2007 10:28 GMT | 5 |
I have need to zip and unzip the files in .net. Do you know a free library to make a zip file ? I search in a frameWork 2.0 and i don't find the link about it. Thank's for all
|
| Same Error | 18 Jan 2007 09:03 GMT | 1 |
I am having the same thing happen. I start a new AJAX enabled website in VS2005 SP1. Proceed to add a simple business object from the walkthrough and then add a report. The object data sources show up for a while and then suddenly disappear after adding more objects to the
|
| Weird URL problem | 18 Jan 2007 07:35 GMT | 2 |
http://test.planprojekt.dk works fine. But the link is changed in the address line. Why? And how do I undo? Thanks in advance for your help. Regards /Snedker
|
| create user wizard | 18 Jan 2007 07:32 GMT | 1 |
How can I make a simple redirect occur for the CompleteWizardStep instead of a display ?
|
| DataFormatString in GridView has no affect on column formatting | 18 Jan 2007 07:27 GMT | 2 |
In my initial tests with the GridView control, I cannot understand why the DataFormatString attribute has no affect on the column formatting. The 'creation_date' field is being reported as "3/30/02 14:23:28". I want to
|
| Running ASP.net 2.0 on a sharred hosting account? | 18 Jan 2007 06:59 GMT | 1 |
I am writing a small ASP.net 2.0 that will run on a shared hosting account which supports the 1.1 and 2.0 runtimes. The site's control panel does not allow specific selection of which version to use. I uploaded a small test app, and I go the message:
|
| please help me | 18 Jan 2007 06:51 GMT | 1 |
following error occur while i run my site. Server Error in '/VEPWEB' Application. -------------------------------------------------------------------------------- Configuration Error
|
| editing web.sitemap programatically | 18 Jan 2007 06:33 GMT | 5 |
i have put my web.sitemap in /App_Data so i can edit it programatically via a web admin page, inheriting the modify permissions from the App_Data folder etc. i was hoping the provider would simply persist any changes i made, but it
|