| Thread | Last Post | Replies |
|
| Error about 'System.Web.UI.Page' | 15 Apr 2008 00:11 GMT | 2 |
in my web page (ASP.NET 2.0) I have this problem: is not allowed here because it does not extend class 'System.Web.UI.Page' and the page is this: REGISTRY PAG. ASP
|
| Execute SSIS package from a Button | 14 Apr 2008 23:34 GMT | 2 |
I'm new to SSIS. Can someone point me in the right direction on how to execute an SSIS package from a button OnClick? With DTS in SQL2000, I just created a job that ran the DTS package and then ran the job from a Stored Procedure.
|
| Retrieving Date & Time from a web server (localhost) | 14 Apr 2008 23:09 GMT | 5 |
I'm developing a software (a WinApp, not a WebApp) to retrieve Date & Time from a web server, but firstly I need to to test it on my PC, with "localhost" I'm using the VB Net language
|
| "Please Wait" Scrolling Off Screen | 14 Apr 2008 22:37 GMT | 1 |
I have a webpage designed with asp.net 2.0. Is there a way to display a "please wait" message to the screen horizontally centered and veritcally 20px from the VISIBLE top of the page, regardless of what kind of scrolling the user has done?
|
| how can the website work fine in VS but not in deploy??? | 14 Apr 2008 22:31 GMT | 2 |
I've got a silverlight app that runs great from VS 2008 pro, but when i deploy it, using vista sp1 iis7, i get the javascript alert: <<"Sys.Preveiw.UI" is null or not an object>> I feel like since i developed this in VS 2008 beta 2, that the
|
| Session["UserName"] | 14 Apr 2008 20:22 GMT | 3 |
I use Session["UserName"] to save and pass values between pages, (please see the following). It works fine on my computer, but on the server, I launch the main page, wait for 20 minutes, and click a button to launch User.aspx, it seems that it cannot see the current value of ...
|
| ASP.NET and Current hostname and Port | 14 Apr 2008 19:22 GMT | 1 |
In Silverlight Application it's possible to query current Application's hostname and port using namespace Windows.System and code like below String hostname = Application.Current.Host.Source.Host + ":" +
|
| Disabled Controls are not submitted asp.net 2.0 | 14 Apr 2008 16:29 GMT | 2 |
i have following problem 1) I add checkbox controls dynamically to webpage 2) user has time limit to check those boxes 3) if time is over checkboxes are disabled and Submit button appears
|
| Choose Membership Provider at Run-time | 14 Apr 2008 16:12 GMT | 1 |
I have two membership providers listed in my web.config, one for SQL and the other for AD. How do I switch between them at run-time so that my login page can validate against either source?
|
| Authentication and user based content | 14 Apr 2008 16:11 GMT | 4 |
I've created a small application with some user-authentication and roles. I would like to show/hide some navigation parts based on the users role. Could someone please tell me what the best solution is? Do I have to create different pages for each role and check the users role
|
| How to suppress/clear Response from within a control? | 14 Apr 2008 16:11 GMT | 1 |
I am developing a custom control. From within this control, maybe during/before rendering, I want to totally clear the response content and only render this control's output. Since the Render event of the page is protected I can not attach an event
|
| problem getting user via ProviderUserKey | 14 Apr 2008 15:14 GMT | 2 |
asp.net 3.5 I'm trying to develop a asp.net site which when user registers his profile is not activated. He will receive a email containing a link he need to click on to activate his profile
|
| Difference Between The 2 Statements | 14 Apr 2008 12:33 GMT | 3 |
Consider the following RegularExpression: ==================== q[^u] ====================
|
| uploading files | 14 Apr 2008 08:13 GMT | 1 |
hi, i'm having a problem that is driving me nut! i have an asp.net application runnning in a server. the application allows to uploading files. from my computer i can upload files without any problem, but i test it from
|
| Page.IsValid changes to false after button click | 14 Apr 2008 04:43 GMT | 3 |
I have couple of dropdown controls each with a requiredfieldvalidator. I clear the dropdownlist in the button click event. When the page is rendered the dropdown validator already flags it's error message. I checked the IsValid property in the prerender event and it says it's ...
|