| Thread | Last Post | Replies |
|
| How to add event to Web Form from the vs.net designer | 02 Mar 2008 02:52 GMT | 1 |
I know that when i double click a web form I'm taking to the page_load event. However, I want to create an unload event by I don't know how to create it from the vs.net designer. Does anybody know how to create a page unload event from the vs.net designer?
|
| Getting unable to cast error (when same object is referenced in client and web service) | 01 Mar 2008 23:13 GMT | 5 |
I am getting following error: 1) For a xml file "Request.xml" we created a schema "Request.xsd". 2) With the help of xsd.exe we got the C# file Request.cs. 3) We tried to send the object of Request.cs to a webservice method
|
| Repeater OnItemCommand | 01 Mar 2008 22:08 GMT | 1 |
I have a Repeater control with 2 columns - the data under the 1st column are links whereas those in the 2nd column are just text. <script runat="server"> Sub Page_Load(.......)
|
| email validation doesn't work with CreateUserWizard | 01 Mar 2008 20:36 GMT | 3 |
With this CreateuserWizard code, i have two problems: 1) when email is left empty => "email not valid." and not "E-mailadres is required." (never shown). When is "E-mailadres is required." shown?
|
| Stop postback/refresh using a button... | 01 Mar 2008 20:34 GMT | 1 |
I'm trying to use an asp - not html - button without having a postback or a screen refresh. I've tried turning off "CausesValidation" and "UseSubmitBehavior" and I still get a screen refresh - which makes me think I'm doing a postback. I've also tried "return false" in both the ...
|
| Can't get javascript file to work... | 01 Mar 2008 19:29 GMT | 2 |
I thought this was supposed to be simple. I'm trying to use a .js file for my javascript functions. I'm testing by only using one function The function works when it's at the top of my aspx file. The file is called "MyFunctions.js" which was imported on the page load
|
| Configuring Linux as a Firewall | 01 Mar 2008 16:42 GMT | 1 |
Configuring Linux as a Firewall * Making installation choices * Introducing iptables * Using iptables commands
|
| How To Question | 01 Mar 2008 16:39 GMT | 3 |
This project, among other things, requires: 1. the ability to capture a screen size image from a directory every x seconds (x= 1-5) and display this image to a publicly addressable web form without any screen flicker.
|
| RememberMeSet no effect at some computers | 01 Mar 2008 12:38 GMT | 3 |
I am using login control in my web application. I have set the RememberMeSet to True, but after the web application installed in server, the RememberMeSet have no effect in some computer.
|
| Configuring web site to ASP.NET 2.0 failed | 01 Mar 2008 11:55 GMT | 7 |
When trying to create a web project using Visual Studio 2005 and Windows Vista Home Premium, I receive: Configuring web site http://localhost/WebSite to ASP.NET 2.0 failed. You may need to manually configure this site for ASP.NET 2.0 in order for your
|
| WCF FileStreams | 01 Mar 2008 11:40 GMT | 4 |
Sorry for the cross post but his group is far more active. I have a need to pass mutiple file streams in WCF Is this possible? I can do this as a regular web service. Simply pass a FileStream[] filled with file streams. But don't how to do this with WCF
|
| Full-Text Searching | 01 Mar 2008 05:00 GMT | 7 |
I was wondering whether anyone had any experience designing Full-Text Search web sites. More specifically, I am wondering what the advantages are of using either SQL Server's Full-Text or a third party application, such as Lucene.net ( http://www.dotlucene.net/ ).
|