| Thread | Last Post | Replies |
|
| Is it possible to bind a datarow to the value of a DDL? | 21 Sep 2006 13:35 GMT | 2 |
i have a situation where I have an object (Company) that returns a dataset for the Employees Property which in turn I would like to bind to a DDL. My problem is that I want to be able to select the Employee from the DDL and return the detail information for the selected employee
|
| Customizing layout of Wizard Control | 21 Sep 2006 13:23 GMT | 1 |
I'm having problems customizing layout of Wizard control. Doesn't seems to allow you to change locations of buttons and side bars. Any ideas? Thanks, Charlie
|
| asp.net can't run in window 2003 - 64bit | 21 Sep 2006 12:47 GMT | 2 |
help ~~~~ my deadline is coming, I don't know how to activate the asp.net I try the following command c:\windows\microsoft.net\framework\v2.0.50727\aspnet_regiis -iru
|
| Object Persistence | 21 Sep 2006 12:47 GMT | 3 |
I am trying to persist an instance specific object without using a session object. Is this possible? For example: Class object: Car
|
| asp.net 2.0 and process.start | 21 Sep 2006 11:24 GMT | 5 |
Can someone set me straight on things to look out for in regards to being able to launch an external application from within an asp.net 2.0 web application please? I am using impersonation in web.config running under a specific account but I think this is irrelevant in that a ...
|
| Custom Authentication | 21 Sep 2006 11:15 GMT | 2 |
Hi guys, im having a little problem getting my head around some concepts, any help would be appreciated. I have enabled forms authentication in my site using a Membership provider (SQL based). I followed the tutorial set out by the 4 guys From Rolla
|
| Help with user authentication | 21 Sep 2006 10:39 GMT | 1 |
Hi all, I am using the ASP.NET 2.0 security model to impliment user access control on my site. I have a few questions hopefully someone can answer: 1) From the encrypted ticket stored in the cookie (available in User.Identity) how can I access the users userId value?
|
| Server Error in '/' Application. | 21 Sep 2006 10:22 GMT | 4 |
I have developed one project in asp.net on client machine and now i want to upload it in server. My problem is, when i upload a project on server it gives me error as "Server Error in '/' Application." I have modified me web.config accordingly but it didnt help.
|
| UK ADSL with ASP.NET Web Hosting | 21 Sep 2006 09:58 GMT | 1 |
I am in the UK and about to change ADSL provider. I know a lot of ISP's offer ADSL with free webspace, but it generally tends to be PHP & Linux based, does anyone know of a UK ADSL provider who's free web hosting space supports ASP.NET?
|
| 3-tier design; sorting and filtering object-based data | 21 Sep 2006 09:42 GMT | 10 |
I'm, what it turns out to be, fooling around with 3-tier design. At several websites people get really enthusiastic about using custom dataobjects instead of datasets/-tables. While trying to write such layers myself I got stuck on how to get
|
| Newbie - how to publish project | 21 Sep 2006 09:08 GMT | 2 |
I knows there are tutorials out there, but I'm wondering how you guys manage the publishing/updating of websites in the real world. It seems I have 2 options, Publish and copy. As far as I can tell If I choose publish, my Web site is compiled and then copied to the web
|
| C# late binding on remote DCOM error: "Class not registered" | 21 Sep 2006 08:44 GMT | 1 |
I attempted to find the solution and came close (http://blogs.msdn.com/robgruen/archive/2005/01/24/359660.aspx) but cannot go any further. I have an ASP.NET (2003/C#) app that calls a VB 6 DCOM on a remote server. Identity used on DCOM is the same identity as used for the IIS
|
| ok, 2 issues | 21 Sep 2006 07:59 GMT | 7 |
Ok, I have my first full blown .NET 05 web application 99.9% complete except for these 2 issues. can anyone help me out? 1) If a page gets and error and the user clicks on the menu it takes them back to the login screen. How can I prevent that from happening? If they see
|
| RadioButton in DataList | 21 Sep 2006 06:59 GMT | 1 |
Howdy, Using ASP.NET 2.0 with VB. I have a datalist that is listing out options. Ecah option has a radio button for which the user has to select only one option from the list. It displays properly but it appears to be not working
|
| Help: ListboxControl Horizontal Scrollbar | 21 Sep 2006 03:48 GMT | 1 |
I have a question, how can I add an horizontal scrollbar to a listbox control? I have tried "overflow:scroll;" using <div> but the scrollbar will be display outside of the listbox. I want the scollbar within the
|