| Thread | Last Post | Replies |
|
| How can we automatically Shut down a system. | 26 Jan 2006 11:54 GMT | 2 |
Please send me the code for a system to automatically shutting down the system by specifying the time.Can use either C# or ASP.Net. Please help me asap.
|
| Regular Expression | 26 Jan 2006 11:14 GMT | 6 |
Can anyone please help me make i regular expression (asp.net / vb.net) that check if a password is more than 5 digit/char? Example passwords: whK5v = valid password
|
| Newbie: Error in aspx file ? | 26 Jan 2006 10:40 GMT | 1 |
I have copied the following code from Internet, and copied it to a file named : test.aspx, and copied that file to c:\Inetpub\wwwroot Directory. When I type on my Internet explorer: http:\\localhost\test.aspx, following error occured:
|
| LostFormatter asp.net1 > asp.net2 no longer works | 26 Jan 2006 10:23 GMT | 2 |
i use the losformatter to serialise a hashtable and the store in the database. (i save some urls so they can be reconstructed) we have moved the project from asp.net1 to asp.net2 now whenever i try and deserialize a token that was saved to the db
|
| CMS for asp.net 2.0 and masterpages | 26 Jan 2006 09:28 GMT | 3 |
I am looking for a good - easy to comprehend little CMS application for my "beginners" asp.net 2.0 site. It must be able to use Access as the database (only a couple of people will be posting and editing news articles).
|
| preventing images saving | 26 Jan 2006 09:10 GMT | 16 |
hi, is there some way to prevent(at least for not so advanced users) image saving on local disk; currently i use javascript which handles the right mouse button click, but all it takes is to disable js in the browser ? TIA
|
| 2.0: enableviewstate | 26 Jan 2006 09:10 GMT | 3 |
Here is an interesting one. If I disable viewstate in the web.config file, but enable it on a specific page, it doesnt save the viewstate on postbacks. I have to actually enable it in web.config. Thanks!
|
| Win2003 IIS and webforms | 26 Jan 2006 09:06 GMT | 1 |
sorry for my bad Englisch . I have trouble with permission on win 2003 server and IIS . My web appllication have windows integrated security . If I open this application in the same server the application work ok . But if I open this application from winxp station the ie want ...
|
| Compiler error: Type not defined inspite of available class | 26 Jan 2006 08:12 GMT | 1 |
I have been working on ASP.NET 2.0. When I was trying to work with one of the master pages, I used some classes (.vb files) in App_code directory. When the application is run, it gives me the following error. BC40056: Namespace or type specified in the Imports 'XXXX' doesn't ...
|
| VS 2005 Crash | 26 Jan 2006 07:58 GMT | 4 |
If you make a control that has property like this: public string Text { get { return this.Text; }
|
| Edit word doc and save back to website | 26 Jan 2006 07:33 GMT | 2 |
Hi; I've see this done so I know it's possible. How can I set things up so a user clicks on a rtf file on the website, that launches it in Word where they edit it, and then when they click the save button in Word, it uploads it back
|
| read or convert xml file to a string | 26 Jan 2006 04:06 GMT | 9 |
how can I read an xml file and convert it to a string or convert an XmlTextReader to a string
|
| Best Practice Security | 26 Jan 2006 04:03 GMT | 1 |
I've build an application based on some Web Services. Web Services are separated across some asmx files, according the business service it provides. In each web service, there are some webmethod that are accessible for all
|
| DropDownList ListItem Rendering | 26 Jan 2006 03:40 GMT | 1 |
Is it possible to prevent the drop down list from html encoding the text in ListItems? I would like to put some spaces to add padding to certain items with spaces, but when it it rendered asp.net escapes the ampersand. It even does this for the htmlselect control.
|
| ASP.NET 1.1 HttpContext.Session question | 26 Jan 2006 03:31 GMT | 7 |
I have a web application, code of ASPX page needs to call one static method in another class which does not inherit System.UI.Page class using System.Web; public class Utils {
|