| Thread | Last Post | Replies |
|
| adding smtpClient to web.config | 20 Apr 2006 19:31 GMT | 6 |
Using VisualStudio 2005, asp.net 2.0: What do I put in my Web.Config to avoid hard coding the: myserveraddress.com? The following shows how I have hard coded it without having the value in the we.config, and it works. However, I would like to place it in my web.config
|
| Multiview and browser back button | 20 Apr 2006 19:03 GMT | 2 |
I have a multiview (with 10 views inside). Now on View2, I ask the user to uplaod a file and click Save to go to View3 and once they get to view3? If the user hits my "previous" button, View2 needs to display the filename of the uplaoded file.
|
| Visual * Express free forever. Thank u Microsoft ! | 20 Apr 2006 19:01 GMT | 2 |
http://blogs.msdn.com/danielfe/archive/2006/04/19/579109.aspx
|
| Atlas | 20 Apr 2006 18:53 GMT | 1 |
Few questions 1) Does atlas need to be installed on the web server or will it work if I just copy the runtime DLL's for atlas into the BIN folder? or is it required that the file types be registered in IIS?
|
| Open Popup Window | 20 Apr 2006 18:47 GMT | 2 |
Using VB 2005 and ASP.Net 2.0. I have a Image control on my page that gets updated when you click on an item in a list box. This works without any problems. Now I want to be able to use the same value that is in the list box and have the user click on the
|
| customvalidator clientsidescript? | 20 Apr 2006 18:16 GMT | 6 |
I'm trying to use a custom validator but it seems to trigger no matter what I do. I'm not sure i'm referencing the controls involved correctly from the js. My FormView is named fvRegDetail. I've tried both just the control name and the formview name appended with the control name ...
|
| ReportViewer and print? | 20 Apr 2006 18:10 GMT | 1 |
I'm using ReportViewer in VS2005 to generate local reports, i.e. the report is in the project, not in Report Server, and it works great. Problem is, when the user wants to print, the report has to be exported to PDF and then printed.
|
| Can the Profile data be altered by the client? | 20 Apr 2006 18:10 GMT | 2 |
I want to store a refferer id in the ASP.NET 2.0 Profile. I have read, that you shouldn't store sensitive data in the Profile without encryption. Is it because it is stored as clear text in the database or are there other reasons? When I set the refferer id on the server side, ...
|
| DataGridView - Determine if a row has been edited | 20 Apr 2006 18:08 GMT | 1 |
I have a Datagridview. I only edit couple of columns. No new rows are added. I need to know the count of "rows" that were modified.
|
| Status bar with menu and sitemapprovider | 20 Apr 2006 17:09 GMT | 1 |
Is there any way to have the status bar showing a custom text (such as a description) when hovering over an asp.net menu menuitem? We are using our own custom sitemap provider and it would be great if we could have the status bar show a unique description for each menuitem instead ...
|
| how to make a dll registrating in registry from a webserver | 20 Apr 2006 17:00 GMT | 1 |
I made a UserControl in VB.NET and uploaded it to the webserver, my problem is that the dll dont register in the registy at the client registry. I think it do How should i do? here is my code from the website.
|
| Issue with skins and style sheets (CSS) | 20 Apr 2006 16:59 GMT | 6 |
Sorry for the stupid question but :- Am I correct in thinking that a CSS style sheet file only affects HTML elements and not asp.net controls and that the skin file is used for this? I am trying to set up a theme and no matter what I put in the CSS file, it
|
| Issue in applying themes to Webparts in ASP.net 2.0 | 20 Apr 2006 16:54 GMT | 1 |
I have some issues in applying Themes to controls programatically, when controls are inside WebpartZone. I have put some Webparts inside WebpartZone, i want to apply themes and skin to those programatically.
|
| Javascript file not being called at appropriate time in 2.0? | 20 Apr 2006 16:52 GMT | 1 |
Quick 2.0 question. I have this script in my <HEAD> tag: <script TYPE="text/javascript" src="js/myscripts.js"></script> I'm using the callback functionality of 2.0 and the page doesn't work correctly because the javascript file is clearly being loaded at some
|
| System.Diagnostics.Trace.Write() doesn't work in ASP.NET apps | 20 Apr 2006 16:27 GMT | 1 |
My ASP.NET 2.0 app uses an external assembly that calls methods like Trace.Write() and Trace.TraceError() of namespace System.Diagnostics. I need to enable tracing in my web app so that I could see the trace messages from the component.
|