| Thread | Last Post | Replies |
|
| Steve Orr's Captcha control | 22 Apr 2008 04:26 GMT | 1 |
Steve Orr has a neat Captcha control: http://steveorr.net/articles/CAPTCHASP.aspx but aside from "dragging the control onto your toolbox.." Does anyone have any installation instructions: e.g. aspx code, etc... ?? I could not find
|
| Need recommendation: Calendar (oulook like) | 22 Apr 2008 03:00 GMT | - |
I have a client who wants a website that will: - allow users to schedule appointments - allow reoccuring appointments - allow day, month, week, year view (with appointments/colors)
|
| Textbox Tooltip altered by javascript is not seen by code to save it | 22 Apr 2008 02:54 GMT | 6 |
I have the following textbox setup with Text & ToolTip Bindings as follows; I'm using Visual Studio 2008 VB: <asp:TextBox ID="txtDay1" runat="server" Text='<%# Eval("Day1") %>' Width="30px"
|
| create cgi-bin ? | 22 Apr 2008 02:40 GMT | 3 |
Using VS 2008 ... I have created a new folder cgi-bin in my project and then created a c# console exe. How do I set the permissions on the folder so that the exe executes. I know how to do this on the real IIS but not on the development iis.
|
| How about reference type | 22 Apr 2008 00:43 GMT | - |
It will show the reference page when I right click a web project and select it's property page. There are some reference types: BIN, GAC What is the difference between these two types?
|
| Looking for some ideas on a brand new application system | 21 Apr 2008 22:10 GMT | 7 |
We're looking into building an in-house integrated enterprise system to manage inventory, work-in-process, and finances, among others. I am somewhat familiar with VB.NET (veteran VB 6 programmer) and think that using the .NET framework would be best.
|
| Sending html page values to ASP page | 21 Apr 2008 22:07 GMT | 4 |
Hi Gurus, I am pretty new in ASP.net, so please help me solve a problem. We have many HTML pages which we do not want to change. What we want is on a button press it should goto a ASP page with all the
|
| What is a .NET "Module" | 21 Apr 2008 22:06 GMT | 5 |
I'm learning about .NET assemblies and in the documentation there is mention of "module" or "modules" within an assembly. For example, the Assembly class has a GetModules method. What is a module as it relates to an assembly? Is a module simply a class
|
| User Control | 21 Apr 2008 21:27 GMT | 2 |
I created a web user control, named Navigation, in my web site and added it to a page using LoadControl: Protected WithEvents ucNavigation As Navigation = LoadControl("Navigation.ascx")
|
| UpdatePanel.Update() doesn't work in Firefox | 21 Apr 2008 21:17 GMT | 7 |
I have an update panel that has the UpdateMode set to "Conditional". When I call UpdatePanel1.Update() in the VB code it does not work in FireFox. It works just fine in Internet Explorer 6.0. Any ideas on how to fix it so it works in FireFox 2.0.0.14?
|
| Login failed | 21 Apr 2008 21:16 GMT | 1 |
I've created a small web application using a login controle and the microsoft Acces provider to store the data and allow me the use Acces databases for uses and roles... Everything works fine when running it from within vb.
|
| IE 7- Popup timer does not start until session tab is clicked on | 21 Apr 2008 21:03 GMT | 2 |
I am getting a strange problem with IE7 tabs. The web application I am working (developed in ASP.Net, .Net 2.0), will show a popup message with the count down timer 2 minutes before session time out. The count down timer on popup will start with 120 and will be count down to 0
|
| Active Directory, User Permissions, and .NET? | 21 Apr 2008 20:24 GMT | 4 |
I need to integrate my application into Active Directory. My application has the concept of groups, users, and also individual permissions. Users can be part of a group such as administrators, but explicit permissions may also be set.
|
| Forms timeout, Session timeout | 21 Apr 2008 20:17 GMT | - |
I think I understand the difference between forms authentication timeout and the sessionstate timeout. That said, they are giving me headache. I have a simple test application using Forms authentication.
|
| WebPage Timeout | 21 Apr 2008 20:04 GMT | 4 |
ASP.NET 2.0 I have a webpage which calls a webservice this webservice creates reports and sometime might take 5 minutes to create a report, but the webpage times out after 90 seconds, it is also using AJAX UpdateProgress control which
|