| Thread | Last Post | Replies |
|
| Moving a project? How? | 01 Dec 2006 21:58 GMT | 2 |
I currently have an ASP.NET project sitting on a network share, since moving to VS 2005 this has become impossible to use. I keep getting BIOS errors that prevent me compiling and viewing my work. How can i move the project to run of a local disc, I cant seem to find an
|
| Design/Practices question... | 01 Dec 2006 21:44 GMT | 2 |
I have basically inherited an old classic ASP 3.0 application. Overall it's design was a n-tier design (not always adhered to...) VB6 COM objects for the Business Layer - hosted in COM+ VB6 COM objects for the Data Layer - hosted in COM+
|
| How to move data from an .XLS file into a SQL Server table? | 01 Dec 2006 21:32 GMT | 1 |
I need to move an Excell (.xls) table into a SQL Server 2005 table. How can I do this? thanks Steve
|
| Hiding the anchor tag in asp.net 1.1 based on condition - help me | 01 Dec 2006 20:23 GMT | 3 |
I have a link that is coming from the database.Now if the link is empty i dont want to display in datalist .How can i do that? <td><asp:DataList id="DataList1" Runat="server" RepeatDirection="Horizontal" RepeatColumns="3" CellPadding="5"
|
| How to read long url with parameters from WEB.CONFIG ? | 01 Dec 2006 19:51 GMT | 2 |
how can I read this link with parameters from web.config ? There's syntax error when I try to define it in web.config. http://dotnet1/carspecs/options.asp?language_id=3&specsdb=SSCD_CS2002&target_currencies=EUR&projectdb=carspecs_PROJECT&screen=options&category=O&init="
|
| Master Pages and Absolute Image URI's in HTML | 01 Dec 2006 19:51 GMT | 3 |
Hi Guys I have an ASP.NET project with a rough layout as shown below Default.aspx Login.aspx
|
| Limit the length of databound text on datalist | 01 Dec 2006 19:51 GMT | 4 |
Any way to limit the length of databound text on a datalist itemtemplate?
|
| failed to update my dbase! | 01 Dec 2006 19:51 GMT | 1 |
I'm facing trouble to update the data in the SQLServer 2000. When ever I try to update it I get a message that goes like this: SELECT permission denied on object 'staff', database 'dbname', owner'owner name'.
|
| Bind ASP.NET Image Control | 01 Dec 2006 19:45 GMT | 2 |
I am trying to bind an ASP.NET image control to images stored locally on the hard drive of the web server. The images will be frequently changing so I am dynamically creating the filename. I am using File.Exists and it returns true, but when I try to bind it to the
|
| gridview headers | 01 Dec 2006 19:03 GMT | 1 |
tenho um dataset que tem um numero de colunas variavel que é apresentado num grid view e eu queria podsr agrupar alguns headers desse gridview quando as colunas possuirem o mesmo nome. por exemplo é assim:
|
| dynamic controls with wired-up event | 01 Dec 2006 18:44 GMT | 2 |
I have a web form which has dynamic controls for order entry, (item selected, #,etc.) which are wired to an event handler which fires when the dynamic controls content changes. These controls have to be recreated on the Page_Init for the events to fire.
|
| GridView won't page (Non SQL Source) | 01 Dec 2006 17:17 GMT | 1 |
I have a GridView that I built to show files in a directory.
|
| Java Servlet counterpart in .Net? | 01 Dec 2006 17:09 GMT | 3 |
I am thinking about migrating an application of mine to .Net and have run into this small "problem" At the moment I would generally compare ASP.Net to JSPs in the Java world. I know that this might not be 100% correct, but as far as addressing a page
|
| VisualStudio corrupts ASPX page when opened in Designer | 01 Dec 2006 16:39 GMT | 5 |
Hello-- When I open an existing file (NoodlePage.aspx), VisualStudio immediately changes around some lines, removes a few characters, and switches some tags. I used fc.exe to compare the before and after; even if I manually change each one back to the original, I get an
|
| ASP.NET 2.0 Reading/Writing to SQL 2000 Text DataType Field | 01 Dec 2006 16:16 GMT | 1 |
ASP.NET 2.0 with Text DataTypes: I've got a similar question going in the SQL group, but I was wondering if anyone has successfully implemented reading/writing character data from a Text datatype column in SQL 2000. I know there's a Varchar(MAX) feature in
|