| Thread | Last Post | Replies |
|
| Setting up multiple IPs | 30 Nov 2007 16:06 GMT | 3 |
I know how to specify a separate IP in IIS but how to I specify it at the server2003 level? Although I added another web site in IIS with an (internal) IP of 192.168.22.23, it doesn't work. And when I do an IPConfig at the command prompt it doesnt show.
|
| textbox not recognized in client side | 30 Nov 2007 14:53 GMT | 4 |
I have a textbox name txtBC but I was trying to check if this textbox is empty or not.. Jscript gave me this error: txtBC.value is null or not an object what should I do?
|
| Help for a special editor | 30 Nov 2007 14:47 GMT | 1 |
I need a textbox where I can insert special text that we can call TAG. For example <<CustomerID>>. Something like Word's PrintMerge fields. I think I need to use javascript to obtain similar behavior, for example I can insert or delete entire TAG but not a part of the tag...
|
| Intelissense when debugging | 30 Nov 2007 14:37 GMT | 2 |
I have Visual Studio 2005. When I debug my web page, in my command window intelissense doesn't work. Any idea what could be wrong? In any other window intellisense works. Thanks,
|
| Checkbox and Checkboxlist Question | 30 Nov 2007 12:49 GMT | 1 |
Does any one know why on earth does MS leave out validator for checkbox and checkboxlist? Even the newest VS 2008 is left without one. Thanks. Regards, Kueh.
|
| position a cursor in a textbox using code in client side | 30 Nov 2007 12:09 GMT | 2 |
How can I position a cursor in a textbox on page load? I need this code in client side... Cheers! Claudi
|
| Error downloading? | 30 Nov 2007 10:13 GMT | 2 |
Hi, after generating a text file on server and showing the path on a hyperlink component to user download the file, shows me the error below: "There is no build provider registered for the extension '.rem'. You can register one in the <compilation><buildProviders> section in ...
|
| Simplistic URL Rewriting | 30 Nov 2007 09:40 GMT | 3 |
Is there some way to implement a simplistic version of URL rewriting so that I don't have to do it for an entire Web site? I currently maintain a site with URL to a page that looks like this: http://www.MySite.com/udx/UX01.aspx?pageid=199
|
| Maintaining Control Size on Different Resolutions | 30 Nov 2007 08:18 GMT | 3 |
I would like to have a Web page that displays its control sizes consistently regardless of the screen resolution. Specifically, I don't want for the controls to appear tiny on screen when I open the page on a high res monitor.
|
| Server Side Notifications and a Javascript Application... | 30 Nov 2007 06:57 GMT | 2 |
I'm building an application which requires server side events to be pushed to clients. Typically I build these applications with a think client, but the machines I'm deploying this particular application have a very slim image - no .NET,
|
| Connection issues between .Net framwok and SQl Express 2005 | 30 Nov 2007 06:50 GMT | 12 |
Background: I wrote a simple .bat file which executes the following sqlcmd call: "sqlcmd -S BLUEBOX\SQLEXPRESS -d C:\App_Data\ASPNETDB.MDF -U MyUserCount -P MyUserPassword -Q "Exec SendMessage" -o C:\Vocalico
|
| asp.net or ajax based rech editor for websites. | 30 Nov 2007 06:23 GMT | 2 |
Is there anywhere I can get a free and good reliable rich edit control for websites?
|
| descript string using classic asp ? | 30 Nov 2007 02:16 GMT | 1 |
Im about to write some asp.net code that needs to communicate with a classic (old) asp page on a remote server. I have two choices, either do a https post with form data, or encrypt a querystring before letting the user click on it. For the encrypted querystring, the classic ...
|
| What Does this Mean? | 30 Nov 2007 01:39 GMT | 11 |
I found the following class on the Web: public class LoginRewriter : IHttpModule { void IHttpModule.Dispose() { } void IHttpModule.Init(HttpApplication app) {
|
| Programatically altering text before rendering | 30 Nov 2007 01:19 GMT | 3 |
A complete newbie here (to ASP.NET) though lots of years of ASP programming. Still, some things are not yet very obvious to me. I have a SQL table that includes a TEXT field that often exceeds 20,000 bytes in size. Each such field contains an HTML page that I want to render
|