| Thread | Last Post | Replies |
|
| Template Engine for E-mail or other stuff. | 13 Dec 2007 05:14 GMT | 2 |
Are there any good template engines for e-mail? NVelocity looks dead, CastleProject has a port, but it seems to be missing files from the source code distribution (2 properties files?) There is a project on CodeProject but it seems to be mickey mouse?
|
| Why invoke a webservice failed in asp.net ? | 13 Dec 2007 03:50 GMT | 1 |
There are two websites which are build by asp.net 2.0 running in one machine. And there is a web service running in a website, and be invoked in a asp.net page in another website. The invoke code likes: RemoteHost.Publisher publisher = new RemoteHost.Publisher();
|
| running javascript when textbox value has changed | 13 Dec 2007 03:28 GMT | 8 |
I need to clear the value in one textbox (dataEta) when user is changing the value in another one (dataPickUpDate) The following code works fine for typing in the textbox and cut-n-pasting into it (onkeypress and onchange events fire)
|
| Prevent ASP.NET page to resend data on refresh? | 13 Dec 2007 02:57 GMT | 4 |
How can I prevent from an ASP.NET page to resend all the data again when the user press the Refresh button or F5 on the browser? Thanks in advanced, Asaf
|
| Make DropDownList fire a clientside Javascript function? | 13 Dec 2007 02:04 GMT | 3 |
In ASP.NET 2.0 and VB.NET, I am trying to get the OnSelectedIndexChanged event to fire a Javascript function. There is no OnClientClick event for that control. When I try something like:
|
| ListView. Strange Error | 13 Dec 2007 01:18 GMT | 2 |
I have a ListView connected to a LinqDataSource. All records are showing the right way. When I click the Delete item on a row I get the following error: "Cannot remove an entity that has not been attached"
|
| Code in finalize causes session to end! | 13 Dec 2007 01:12 GMT | 8 |
This is a weird one... I've got a class called PageInfo that has the following finalize code: Protected Overrides Sub Finalize() MyBase.Finalize()
|
| Please help! | 13 Dec 2007 00:56 GMT | 2 |
Hi Respected members! Does anyone know why I am getting this message?? I am using IE7 and ASP.NET 2.0 Webpage has expired
|
| asp .net hosting suggestions | 13 Dec 2007 00:24 GMT | 13 |
My present hoster does not host asp .net sites so I'm looking for a company pref in uk which hosts asp .net sites at small cost without adverts and banners etc. Any suggstions
|
| how to enable directory browsing for asp.net web site? | 13 Dec 2007 00:12 GMT | 1 |
I want to enable directory browsing for an internal web site so that people can see which directory is added or removed. I created a web site on IIS manager and click Directory browsing from home directory tab and untick "enable default content page" from
|
| Cannot submit to another form | 12 Dec 2007 23:33 GMT | 5 |
I am converting my ASP code to ASP.NET but have run into a hard stop. On several of my pages I must post data to a different page as a result of a submit. With ASP.NET, however, it seems that the 'action' clause on a form is ignored and it always posts to itself.
|
| Failed to generate a user instance of SQL Server ... | 12 Dec 2007 23:29 GMT | 4 |
... due to failure in receiving user's application data path. Okay, this simply cannot be a problem unique to me and I assume there is a straight forward solution, but it escapes me. I have completed a fully functional application using ASP.NET 2 on my
|
| PHP's output buffer and ASP.NET's Response.OutputStream | 12 Dec 2007 22:41 GMT | 3 |
PHP will alllow you to build up an entire page and before sending that out as the response.... you can grab all the text and do search and replaces, add comments, make more CSS/XHTML compliant, etc... I have bee trying to do the same thing in ASP.NET by manipulating the
|
| Public variable not seen by all controls on a Page | 12 Dec 2007 22:30 GMT | 4 |
In ASP.NET 2.0 I have some pages that are composed of a Master Page and several User controls. In one of the pages I declare a Public variable within the code-behind of a User Control on the page. I populate the variable during the Page_Load event of the User Control.
|
| asp.net pop up alert control | 12 Dec 2007 21:37 GMT | 2 |
hi i need a server side pop up alert control which can be filled with details taken from the data base.. From http://www.developmentnow.com/g/8_2004_6_0_1_0/dotnet-framework-aspnet.ht
|