| Thread | Last Post | Replies |
|
| SQl Server Permission prob in asp.net ap | 15 Jun 2006 13:11 GMT | 1 |
I'm using SS2005 Developer edition with an ASP.Net 2.0 application, testing in VS 2005..... I have created two TableAdapters that reside in my App_Code directory that were created with the new Data Set Designer. They both access that same
|
| read text file with stange format | 15 Jun 2006 12:53 GMT | 3 |
I have a text file that is formatted like this: 123456789 SOLD 1 12/12/2006 Smith 45,525 987654321 SOLD 3
|
| Layout basics | 15 Jun 2006 12:31 GMT | 3 |
I am looking for good guidance for positioning controls on the form.document, it is absolute nightmare and I don't know where to begin Thank you, Samuel Shulman
|
| IIS vs. ASP.NET development server | 15 Jun 2006 12:03 GMT | 2 |
I would like to debug parts of my application in IIS rather than ASP.NET development server, in order to see external clients come in. Accessing the dvelopment server thru the indicated port fails (although all firewalls are disabled). With IIS, the pages start from remote ...
|
| Search through controls in Page | 15 Jun 2006 11:50 GMT | 3 |
I think i'm missing something here. I have a page with a number of textboxes in it and I simply want to enable or disable them on a button click. I first search through page: foreach (Control ctrl in Page.Controls)
|
| Showing some sections of a page while others are still downloading | 15 Jun 2006 11:31 GMT | 2 |
We have a few rather heavy pages and would like to speed up the 'perceived' download time by rendering some sections of the page which are ready to be shown while sill awaiting other parts of the page (e.g. which rely on longer retrieval from a database).
|
| Requests from IE shortcut handled sequentially | 15 Jun 2006 11:06 GMT | 2 |
Hello, All. I encouraged some strange behaviour of either IIS, ASP.NET, IE or donn't know what... I have a simple wait.aspx page
|
| Adding validators to CompositeControl | 15 Jun 2006 09:32 GMT | 1 |
I finally got around to creating some WebControl classes, however I want to add some validation to my custom control, it's a descendant of CompositeControl. I get the exception: Unable to find control id 'txtForename' referenced by
|
| pop up error | 15 Jun 2006 08:57 GMT | 4 |
Hi all, Im not too sure if i am posting in the right group but here goes. I have built an asp.net app (vb.net). This has a sql server backend. I have installed this on a server at my clients site and they are logging on via
|
| Simple xml please. | 15 Jun 2006 08:15 GMT | 1 |
I'm really trying to get this: <xml version......?> <hello> <param1>111111</param1>
|
| Problem with System.web.mail | 15 Jun 2006 07:42 GMT | 2 |
I have a windows 2003 server. I am not able to send mails via asp.net applcaition using system.web.mail. I am getting CDO could not send mail. I have tested cdosys.dll by creating a vb6 application and I found Its is
|
| Must be the .NET Framework to be Install on Client Machine When us | 15 Jun 2006 05:25 GMT | 4 |
I have a question regarding Using a Windows based UserControl or Applications on the Web. My question is Must be the .NET Framework to be Installed on Client Machine, When any
|
| uploading project | 15 Jun 2006 04:56 GMT | 4 |
when i upload a project which all files i need to upload like we remove .cs file and what about .resx files?
|
| DAL, BLL, does it make sense in a reporting only scenario ? | 15 Jun 2006 04:24 GMT | 4 |
I have to create an asp.net application that will take an already filled database and create about 30-40 different reports from it. I'm new to asp.net and I started following the examples and created BLL classes and a DAL bases on strong type datasets.
|
| W3C Validator error: Tag Name not present | 15 Jun 2006 03:53 GMT | 3 |
I'm trying to validate my web site developed with ASP.NET using http://validator.w3c.org but I received this error message: ....there is no attribute "name". If I view the source code of my web page from IE browser, there is no TAG
|