| Thread | Last Post | Replies |
|
| WEB SERVICES book - opinion | 25 Oct 2007 16:25 GMT | 2 |
I'm looking for a very good book on Web Serices NOT beginners stuff - Security State maintenance
|
| Reverse lookup question (IP to Country) | 25 Oct 2007 16:16 GMT | 1 |
Using .NET, what are some good ways to determine which country a given IP the request IP address resides in? thanks scottm
|
| Trouble setting the selectedindex of a listbox | 25 Oct 2007 16:15 GMT | 6 |
I think this should be a very easy thing to do, but I am having difficulty finding the documentation or maybe just my implementaion is wrong. I fill a single-select listbox with US State names and Abbreviations. Here is the code:
|
| Transparent Textbox Visible in Safari | 25 Oct 2007 15:57 GMT | 3 |
I've got a textbox that is used to convey the browser type to the next page, and it is invisible in every other browser, but on Safari for the Mac it draws a boundary around it. I've tried visible='false' but then I can't put text in it. Does anyone know know I can get this to
|
| SQLServer session statemanagement: Round trips on every access? | 25 Oct 2007 15:47 GMT | 1 |
I have a very basic question regarding session state management in SQL Server. In a SINGLE page request, if multiple session variables are accessed, will there be multiple roundtrips to the ASPState DB to retrieve the
|
| hyphen in hyperlink causing unwanted break in text line | 25 Oct 2007 14:42 GMT | 3 |
I have a template field that contains filenames that are (or can be) on a unix system. The hypen (and others) is a valid filename character in unix. When I display the name of the file I get an unwanted break and the text wraps at the hyphen.
|
| Help embedding object within aspx page | 25 Oct 2007 14:33 GMT | 1 |
I have created a UserControl within a Class Library Project type. I will be using this as I want the object to perform some ClientSide scripts. I have built the project and copied the DLL to the root of my aspx
|
| Website Partial Update | 25 Oct 2007 14:28 GMT | 3 |
sHi All, I made some modification on huge asp.net website and I am looking for how to update it without having to publish the entire site. Is it possible ? I modified HTML + the code behing.
|
| Raise Event | 25 Oct 2007 13:55 GMT | 1 |
I am creating a web user control that contains a link button. I need to raise an event from my web control and send a argument when the link button is clicked. How can I do this?
|
| Can't use membership provider wizard (Web Site Admin Tool) | 25 Oct 2007 13:51 GMT | 3 |
I've been sucked into Sharepoint land for about 6 months and just trying to climb back out and get back into ASP.net 2.0 work. I have a new install of VS2005 on my machine. I've created a new web site. Added a DB (SQL Express) and try to run Web Site Administration Tool to set
|
| Dynamically set FormView | 25 Oct 2007 13:09 GMT | 1 |
I have a FormView control bound to a data source. Right now, I am working with the regular old ItemTemplate. I have one field that I would like to set a label's Text property equal to (easy enough with <%# Eval("Field") %>), UNLESS that field is blank/null,
|
| Open InetMgr and IISRESET by VBS | 25 Oct 2007 12:15 GMT | 4 |
Hey guys and misters I was wondering if there was a way to write a VB script (file .vbs, WSH scripting) to do such a thing. I am trying to open inetmgr by code, open services.msc by code, and call
|
| ANN: VintaSoftTwain.NET Library v3.0 has been released. | 25 Oct 2007 12:11 GMT | 1 |
VintaSoftTwain.NET Library is a pure .NET Library which allows to control work of scanners, cameras and any other TWAIN devices. With this library you can fully control the image acquisition process, use the automatic document feeder, clean up images using noise removal,
|
| Image formatting problem | 25 Oct 2007 12:11 GMT | 1 |
I have 3 images that I want to display on screen in a row, with gaps of say 10px between them, and to make them align to the right hand side of the table. Does anybody know a quick and simple way to do this?
|
| CSS = Chaos ? | 25 Oct 2007 12:07 GMT | 10 |
I have looked at various tutorials on css and get the concept. Then I decided to look at a real example and downloaded the vs Commerce example and checked out its css and master pages. My question is, did someone work this out or is it a result of an
|