| Thread | Last Post | Replies |
|
| Request.Url.Host + SSL | 28 Sep 2007 22:28 GMT | 1 |
Are there any known issues regarding the use of Request.Url.Host on an SSL-enabled site? Requests for my application are of the form http://abc.com/myPage.aspx, but Request.Url.Host returns "def.geh.com" rather than "abc.com".
|
| Imagebutton click | 28 Sep 2007 22:00 GMT | 2 |
I am using imagebutton menu on webpage for navigation. Code adds OnClick attribute and when one clicks on it, redirects him to that page. and the same menu appears. This time I want to disable click so it is just a button without link.
|
| Manipulating Excel | 28 Sep 2007 21:56 GMT | 2 |
using Excel; Excel.Application ExcelApp = new Excel.ApplicationClass(); string workbookPath = Server.MapPath("excel\\produto1.xls"); Excel.Workbook excelWorkbook = ExcelApp.Workbooks.Open(workbookPath,
|
| Session Stage\Variables | 28 Sep 2007 21:50 GMT | 14 |
We are in the process of testing a large web project that I converted from VS 2003 to VS 2005. Everything seems to be working except for a few minor things. But the main issue I have is this, I have about 5 or 6 developers testing this web site in a staging environment on a ...
|
| How to create a Progress bar for uploading in ASP.NET?? | 28 Sep 2007 20:48 GMT | 1 |
Do you have the source code to declare a progress bar and make it display and run on the web page along with the upload file process in ASP.NET program? Please give me some hints. Thanks in advance.
|
| Required permissions cannot be acquired. | 28 Sep 2007 20:21 GMT | 1 |
i am having problem with the microsoft enterprise library. i have uploaded the site to the hosting server and it gives the following error it works well in my server. can some one help me what kind of permission to set?
|
| Validation Controls, Override/append Client Side Functionality | 28 Sep 2007 17:17 GMT | 19 |
I am wondering how can I Override/Append to the Client Side JavaScript of a System.Web.UI.WebControls.RequiredFieldValidator Control. I actually need to only add few lines of JavaScript to the Microsoft Supplied JavaScript Function.
|
| Comparing two tables | 28 Sep 2007 17:15 GMT | 3 |
Could someone assist me...I'm trying to compare data in two tables called Books and Titles They both have the title field and I'm using SQL 2000 but have access to SQL 2005. Tried the except method in 2005 but getting invalid
|
| Usage of the TraceSource object in asp.net | 28 Sep 2007 17:05 GMT | 4 |
We have to decided to use standard .net components for logging our asp.net application (rather than log4.net or microsoft logging application blocks): i tried to implement our logging using the TraceSource class. However, it does not log anything. It works in a windows ...
|
| smtp.Send fail | 28 Sep 2007 16:57 GMT | 17 |
I have a form with the following fields: UserEmail Subject Body
|
| Flash in aspx | 28 Sep 2007 16:21 GMT | 3 |
let's say that i have a table on my masterpage, a 4x4. Now, in one of those cells, i one insert a movieclip that i did with Flash? can i do that? how? Thanks
|
| configuration | 28 Sep 2007 16:11 GMT | 2 |
when i add a new page or open an exiting one, VWD goes straight in code view: how can i set the Design view to be the default view? Thanks
|
| .NET Naming Guidelines. Please, need advice. | 28 Sep 2007 16:04 GMT | 2 |
Where can I find some information on .NET naming conventions? For example, controls prefixes, properties, etc? And is it normal to name variables with prefixes? Dim sName As String
|
| OOP Oversold?? | 28 Sep 2007 15:50 GMT | 21 |
I haven't given up yet, but I'm wondering if OOP is worth the effort. I know that almost everybody in this forum thinks OOP is the only way to go, but is there anybody out there who believes differently? 1. Is there anybody who believes that programming patterns will change in
|
| How to use a DropDownList in a GridView? | 28 Sep 2007 15:43 GMT | 3 |
I have a GridView that has a DropDownList in one of the columns. When I edit and update any row I would like to grab the SelectedValue of that DropDownList when I'm in the GridView_RowUpdating event. Any ideas?
|