| Thread | Last Post | Replies |
|
| UserNameRequiredErrorMessage question | 10 Aug 2007 18:01 GMT | 3 |
I use the login control and I set different messages for the UserNameRequiredErrorMessage and PasswordRequiredErrorMessage but I still have an * when the fields are empty. Any idea to fix that ?
|
| keep selected row in grid view | 10 Aug 2007 17:44 GMT | 2 |
On my web form I have a gridview and I allow the user to edit a row but clicking a button above the grid. The Edit button takes them to a edit page with the details of the selected row. When they click 'save' on the Edit page it takes them back to the page. How can I have the row ...
|
| ASP.Net run VBS function | 10 Aug 2007 17:42 GMT | 1 |
Does anyone know if it is possible / know how to run a function in a vbs script from a c# asp.net 2.0 page passing a variable to it and getting a value back? Thanks in advance.
|
| writing to event viewer | 10 Aug 2007 16:49 GMT | 1 |
how when i write to the event viewer to have a clean test withought : [quote] The description for Event ID ( 0 ) in Source ( HopWeb ) cannot be found. The local computer may not have the necessary registry information or message DLL
|
| syntax problem (vb) data connection | 10 Aug 2007 16:40 GMT | 4 |
I'm making a OLE DB connection in code and was wondering if anyone could identify what the syntax errors I have. I've tried countless combinations and all give errors. New OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data & _
|
| form submission that triggers email notification | 10 Aug 2007 16:21 GMT | 1 |
I just got a requirement from my HR department to automate their form submission process and integrate it into the Intranet project that I had just completed Phase 1 of. Because of the short time frame that I've been given, a week to be exact, I do not have the luxury to
|
| Web Form and ADO.NeT Transaction | 10 Aug 2007 16:20 GMT | 6 |
using ADO.NET 2.0, VS.NET 2005, SQL2005 I need to execute several Stored Procedures under one transaction. Can I use just one command/transaction or have to use multiple ( then commit or rollback all )
|
| Stupid Question | 10 Aug 2007 15:12 GMT | 2 |
I have a business logic web service that references an object library. No problem there. This object library needs to reference a data access web service. If I add a web reference to the DAL web service and set the URL behavior to dynamic, all the settings are stored in the ...
|
| Crystal Report problem | 10 Aug 2007 14:59 GMT | 1 |
I have a Crystal Report which displays correctly in both the development and test environments, but in production it starts printing about half way down the page. I have dozens of other reports but only this one in particular has this problem. Any ideas?
|
| Manipulating style at runtime? | 10 Aug 2007 14:50 GMT | 2 |
I'm trying to manipulate a calendar header's style programmatically at runtime. This works: <asp:Calendar id="clndr" [...]> Page_Load()
|
| ASP.NET Design and Development Best Practices? | 10 Aug 2007 13:22 GMT | 2 |
Our existing high-traffic internationalized websites were built with "classic" ASP. We are currently planning to migrate the sites to ASP.NET 2.0 (maybe 3.0?). Our current "classic" ASP sites use XML/XSL to separate content from design.
|
| get data that fills a gridviewocontrol inside it (i'm extendig the gridview) | 10 Aug 2007 13:12 GMT | 4 |
Hi, I'm extending the gridview control and I need the data that fills it because I need get a subset of the results to do an operation. Thanks!
|
| ViewState property can not be accessed in derived class ??? | 10 Aug 2007 13:11 GMT | 2 |
Using inheritance, doesn't 'protected' mean that derived classes can access that data if specified as protected in the base class ? Aparently not: ViewState property is declared as protected in the Control class. ListBox inherits (indirectly) from Control but the
|
| Double installation | 10 Aug 2007 12:07 GMT | 1 |
I would like to install an ASP application twice, once using port 80, once using port 81. When I try to install the application for the second time, the installer offers only either uninstall or repair existing installation. Any idea how to have two installations of the same ...
|
| Configuring IIS6 on Win Server 2003 for VS 2005 | 10 Aug 2007 11:51 GMT | 5 |
I would be very grateful if someone could point me in the direction of a step-by-step instructions for configuring IIS6 for web development with Visual Studio 2005. God knows I tried everything but nothing works. We can't even create a web
|