| Thread | Last Post | Replies |
|
| the column size of gridview | 22 Sep 2006 08:08 GMT | 1 |
the one of the column of gridview got multiple line data to be shown , so how do i deal with it? what i am thinking about is using template field instead of the boundfield. is that other solution out there? Cheers
|
| Problem with ObjectDataSource and ITypedList | 22 Sep 2006 08:07 GMT | 11 |
Hello group, I have a problem with ObjectDataSource and ITypedList. At the end of this entry you find the implementatiopn of my List class, derived from ArrayList and implementing ITypedList. All items contained in
|
| form question | 22 Sep 2006 07:38 GMT | 2 |
is it possible to submit a conventional html upload form to an ASPx file for processing ?
|
| ASP.NET rookie needs help finding postback data | 22 Sep 2006 04:55 GMT | 4 |
I'm new to ASP.NET and fairly inexperienced with web development in general, but I've been a professional software dev for over 10 years, C++, Unix and windows, C# the past 4 years. I've been working on a personal ASP.NET project, basically as a learning
|
| web site and active directory | 22 Sep 2006 04:17 GMT | 3 |
I'm creating a new intranet web site in VS 05 .NET 2.0 and I don't want my users to log into the site at all. How can get thier username and show their full name on my web page and how can I give the users "roles"? meaning, if the AA hits the site I dont want her seeing IT menu ...
|
| Set focus to a control inside a Updatepanel in Atlas | 22 Sep 2006 03:49 GMT | 6 |
After a postback, how do I set focus onto a control that is inside an updatepanel?
|
| Invalid cast? | 22 Sep 2006 02:18 GMT | 2 |
I have an ItemDataBound event for my delete button and am getting an error: System.InvalidCastException: Specified cast is not valid. The event code: ********************************************************
|
| File list to DataGrid | 22 Sep 2006 02:17 GMT | 1 |
I am getting a list of files from a folder in my website and it displays fine. But it is not putting the actual path into the file column. My code is:
|
| Error WDP00002 in Web Deployment Project | 22 Sep 2006 00:51 GMT | 1 |
When using the web.config file section replacement functionality, we are unable to replace any section other than appSettings. We have tried compilation, system.web etc. Our section replace code is
|
| Is the membership & role management right for me? [ASP.NET 2.0] | 22 Sep 2006 00:13 GMT | 1 |
We are re-writing an old classic ASP system and I've been doing some reading up of the new security features in ASP.NET and I'm not sure that they're suitable for me...but perhaps I've got completely the wrong end of a the stick. I'd be grateful of some guidance here.
|
| Binding Custom Collections to Datagrid | 22 Sep 2006 00:04 GMT | 1 |
Using ASP.NET 1.1 ---------------------- I have a custom collection of object that I'm binding to a datagrid. Each of these objects have another collection inside them. I have a user control
|
| Send page requset of page.txt to IIS.ASP | 21 Sep 2006 23:41 GMT | 2 |
Hi; This works fine on my development system but fails on IIS on Win 2003. I have requests for filename.txt, filename.rtf, etc that must go to my ASP.NET code. I have the following in my web.config:
|
| User control with events | 21 Sep 2006 23:15 GMT | 3 |
I need to make a new user control; it will contain a button and a drop down list. Can I make the button click event handling editable by the user, like he can specify the method that will handle this click event on the hosting page?
|
| VS 2005 and VB.net WIndow Services | 21 Sep 2006 22:59 GMT | 1 |
Is it possible to create a window service in VB.net 2005?
|
| database for website... | 21 Sep 2006 22:28 GMT | 4 |
I am building an e-commerce website with Asp.net 1.1. I don't expect a high volume of sales at first (probably less than 10 sales per day). The daily page visits at first will be slow (probably less than 50). Hopefully, these numbers would increase yearly. Would Access database
|