| Thread | Last Post | Replies |
|
| Rendering | 21 Oct 2005 22:13 GMT | 5 |
I have 20 javascript files I would like to dynamically write to my rendered web page. What I would like to do is instead of saving them into a database table save them into a XML file then retrieve them according to user selection. The question is how do I do that?
|
| styles question | 21 Oct 2005 21:53 GMT | 2 |
I want to apply this style input { background-color: "#FFFFC0";
|
| Browser types | 21 Oct 2005 21:42 GMT | 1 |
Does anyone have the list of browser types by name? Example: Request.Browser.Type for IE 6.0 returns IE6 you can figure out that version 5.0 will return IE5 and so on.
|
| my ASP.NET web app being blocked by IE?? | 21 Oct 2005 21:38 GMT | 2 |
I've created an ASP.NET/VB.NET web application running on a public web server. My web app uses form authentication. I don't have a registered domain name, I'm just using an IP address to link from another site. As soon as I do so I get a blocked icon in IE (Lower right corner) ...
|
| On FTP API in .NET | 21 Oct 2005 21:14 GMT | 4 |
There is FTP API in MSDN (VC++6.0). Can I use it in .NET windows form application? I found a FTPTREE executable code example. Is there source code for this example?
|
| Microsoft FingerPrint Reader | 21 Oct 2005 21:11 GMT | 3 |
We want to deploy a Microsoft Fingerprint solution in order to authenticate our ASP.NET applications. I want to know if exists a SDK to Microsoft FingerPrint Reader or if We have to use the Fingerprinter manager supplies by Microsoft.
|
| Make columns (fields) invisible dynamically? | 21 Oct 2005 21:07 GMT | 3 |
I have posted my question before. It seems that I can not find the solution. The question: I have datasource, say, ds which is bounded to a datagrid, dg. Assume that ds have 5 columns, c0,c1,c2,c3,c4.
|
| Zip and UnZIP ASP.NET | 21 Oct 2005 20:33 GMT | 7 |
There is a way to zip and unzip files. its like a Winzip or WinRar or PowerArchiver.. but i need to .NET ZIP and unZIP these files. ex. <name_of_file>.zip
|
| textboxes can't have a height in %? | 21 Oct 2005 20:12 GMT | 1 |
I want a textbox to have its height take up its entire container, 100%. But when I specific any percentage, it ignores it and shriks to a one or two line size. Why does this not work if Width = "100%" does? Paul
|
| resolving a URL from Global.asax | 21 Oct 2005 19:52 GMT | 1 |
The Page class has a nice little function called ResolveURL. Can I get to something like that in global.asax, ar at least the originating page within any particular event? Paul
|
| Export Web Service to Interface? | 21 Oct 2005 19:49 GMT | 4 |
I am in the process of developing a web service - at the moment, it is not ready for development usage. However, the methods are defined. Is there a way to export the definitions to some sort of interface for
|
| Updating an XML file from a URL | 21 Oct 2005 19:42 GMT | 3 |
I have an XML file at http://localhost/test.xml that I want to read and then update. I can get and read the file no problem with GetResponseStream etc... The code (see 2 examples below) I am using to write the new xml to that same
|
| on_click of Button | 21 Oct 2005 19:41 GMT | 4 |
I have a textbox and couple of validators and a button. I have to click 2 times in order to do something. first time it just flashes and the next time it acually works. I have observed this recently.
|
| Global.asax Session_End()... | 21 Oct 2005 19:15 GMT | 2 |
Friends, In our Global.asax file we implement Session_End() which grabs our own object and then calls our own logout() method to tidy things up. Code is below. (We wrap this in try/catch, but presently ignore exceptions, perhaps
|
| ASP.Net Apps and shared code | 21 Oct 2005 18:42 GMT | 5 |
Currently, our site is configured like this: /netapps <- Configured as an application in IIS /netapps/bin <- Contains all DLLS for all apps /netapps/appname1 <- These are not configured as app in IIS
|