| Thread | Last Post | Replies |
|
| Coming out of the closet - Object Reference - Knowing I most likely won't get an answer... | 25 Mar 2006 15:26 GMT | 2 |
Here's a really simple and fundamental question for you boys and girls. I'm quite embarrased asking it actually as I've ben programming for four years now, always working my way around the issue, but thought of finally coming out of the closet.
|
| Event that fires up on load and should not | 25 Mar 2006 15:07 GMT | 1 |
I have a button with an onclick event. strangely, the event will fire on page_load. i have another form with same scenarion but different appearance and it does not do that.
|
| Sending Email via Exchange Server from ASP.NET | 25 Mar 2006 14:53 GMT | 1 |
I am writing a website for my company. There is a sign-up form that requires us to send a confirmation email to our customer. Our company uses Exchange Server 2000 as our mail server. We decided not to implement any smtp server as that may post some additional security risk. The ...
|
| Crysta Report Page Navigation Problems?? | 25 Mar 2006 14:36 GMT | 1 |
Dear Sir/Madam How Can I See Second or Any Page In Asp.Net??.I Am Showing Crystal Report on Button Click. Please Mail Me at
|
| bind a dropdown in a column in a datagrid based on the dropdown value selected in another column of the datagrid. | 25 Mar 2006 14:24 GMT | 1 |
I have a fully editable datagrid which has dropdownlist in two columns. Now i have to bind the dropdown in the second column based on the value selected in the dropdown in the firstcolumn. so how to do it. I am able to raise the selected index changed event of the dropdowns in
|
| ReportViewer Authenication | 25 Mar 2006 13:50 GMT | 1 |
When REPORT.ASPX is called from DEFAULT.ASPX, we are unable to obtain the user userid 'IPC\JOHNDOE' information so that the ReportViewer may display only information pretaining to that user. When we launch DEFAULT.ASPX, we are able to see the user id.
|
| XPath help needed | 25 Mar 2006 13:46 GMT | 10 |
I have an xml document with the following structure, where Form is the document element: <Form> <Content>
|
| Once logon, the web application returs to login page again | 25 Mar 2006 13:46 GMT | 1 |
In my Web Application I have windows authenthication logon. Once I logon, the Web Application works fine beucase it redirects to the invoked web page. But just I click on this page everywhere, the Web app returns to login page again!
|
| asp.net repeater | 25 Mar 2006 07:58 GMT | 3 |
I need to do 2 things with the repeater control 1- in the html output give a unique template(color, font size) to the first item (not alternate) and only the first. The datasource of the repeater is an objectdatasource from a business object
|
| Display time live on site - How? | 25 Mar 2006 06:34 GMT | 1 |
I want to display the Live time in New York and Hong Kong on my website. Any suggestions on how to display these live clocks? I suppose some client side scripting is necessary because I don't want to keep having to refresh the page...
|
| HELP! How to pass a javascript value to asp.net? | 25 Mar 2006 03:05 GMT | 1 |
I am sure that I should be able to send a javascript value (client side) to a asp.net form via a hidden field. I have seen post where people say it can be donw but they never post there code. Please post a complete example (or a link to an example) on how to do
|
| Atlas UpdatePanel in a user control | 25 Mar 2006 01:25 GMT | 1 |
I'm trying out the March 06 CTP of Atlas. My user controls containing updatepanel's won't render on the containing page at design time (they work fine at run time!!). Eg simple user control like: <%@ Control Language="C#" AutoEventWireup="true"
|
| How to log to a text file in ASP.NET 2.0 using HealthMonitoring | 25 Mar 2006 01:06 GMT | 1 |
Logging To a File In A S P . N E T 2 . 0 . I also want weekly rolling filename for the log file. Step 1. Create a class library ( 2 classes) ==============================
|
| assembly protection | 25 Mar 2006 00:59 GMT | 3 |
what can I do to avoid that someone replace a dll of my asp.net project with another one? Example: in check.dll there's the method VerifyUrl to check if the current domain name is www.site.com, otherwise it return false.
|
| Static Functions and Thread Safety. How does it work? | 24 Mar 2006 22:08 GMT | 6 |
It might seem like a stupid question to some. But I need to put this issue to rest once and for all, since it keeps coming up in code reviews every now and then. There’s a static function in business logic class invoked by a Web
|