| Thread | Last Post | Replies |
|
| Global Objects | 16 Jan 2007 17:47 GMT | 2 |
I'm a PHP programmer who has been hired by a company to do web applications, but they want me to use ASP .NET. For the most part, the transition has been relatively smooth. However, I have a question: In PHP, I would create a class that I called DBContol that would be the
|
| LocalHost | 16 Jan 2007 17:32 GMT | 2 |
I am keeping on having the windows authentication popup whenever I try to access localhost website. How to fix this? Thanks, Yama
|
| cookies across virtual directories | 16 Jan 2007 17:07 GMT | 2 |
Assume you have two virtual directories on the same web server and in the same logical web site. One is at www.mywebsite.com/v1/ and the other is at www.mywebsite.com/v2/. If I create a cookie in v1, is that cookie accessible from v2? My hope is the answer is yes. Also, would ...
|
| DataBinding Through Code | 16 Jan 2007 16:45 GMT | 2 |
I'm trying to do something that seem rather simple in theory but just doesn't want to work out. I have a form with a text box used to type in a search criteria, a drop down list used to select what field to search and a button to execute
|
| Design Patterns | 16 Jan 2007 16:41 GMT | 7 |
I just started reading about Design Patterns and UML Class Diagrams on the web. Anyway, I have a method that I use to format currency given certain parameters that are supplied from the dataset from SQL Server. I was going to create another one for Fixed, Percent ect. I know I ...
|
| It's crazy ! I don't see the fist record - I'm pulling my hair off... | 16 Jan 2007 15:59 GMT | 1 |
Hi. I use a datagrid. In SQL server 2005 (express) I use some sprocs to populate table PINS with some.... PINS, of course. I that table I have created an ID column because I will need to add custom paging in the datagrid. The ID column is reset everytime I populate that table, so it
|
| How to encrypt/decrypt pdf files programmatically? | 16 Jan 2007 15:18 GMT | 2 |
I have an asp.net 1.1 application which is opening .pdf files and shows them to users. The .pdf files are sitting on a file share and they need to be encrypted. Encryption requirement is not that high, if it would be .net 2.0 it would be ok to use System.IO.File.Encrypt. But ...
|
| ASP.Net/browser vs Terminal Services RAIL/Window's-based development | 16 Jan 2007 14:20 GMT | 4 |
Terminal Services 2007 offers a new feature I believe will be called RAIL: Remote Applications Integrated Locally. This feature allows for remote applications to look as if they were installed locally. In the example I saw the guy went to his start menu
|
| Error Handling | 16 Jan 2007 14:20 GMT | 2 |
Hi Gang, I read a blog by Karl Sequin on catching errors and it has been sinking in and I can see the merits. The gist of it is that you really should catch only those errors that you can actually resolve in code and let the rest of
|
| Asymmetric Encryption | 16 Jan 2007 14:14 GMT | 4 |
Hello everybody.. I hav some confusion regarding asymmetric encryption.As asymmetric encryption it there is one private key and one public key.So any data is encrypted using private key and the same is decrypted at client side
|
| Slow page load due to viewstate | 16 Jan 2007 14:08 GMT | 2 |
I have a selection window, here are some dropdownlist if i click on an item in a dropdownlist the page reloads itself an puts the selected item in a textbox. Then i can search on the value in the textbox. The values in the dropdownlist is variable. In one of the dropdownlists
|
| Newbie: create a clickable, grouped list/menu/whatever for items in an ecommerce site | 16 Jan 2007 13:57 GMT | 1 |
Good afternoon, all, Coding a small site using VS2005, SQL Server 2005 and VB. This is my first site in ASP.net and I am getting a wee bit frustrated. I have a sql server db with a productcategory table and a product
|
| Create Profile. Need advice ... | 16 Jan 2007 13:54 GMT | 1 |
I have a profile with multiple profile properties in my Web.Config: <add allowAnonymous="false" name="Contact" type="Contact" serializeAs="Binary"/> <add allowAnonymous="false" name="Options" type="Options"
|
| deploying webform? | 16 Jan 2007 13:10 GMT | 1 |
I want to know if I have this webform I've deployed On my computer but i now I want to transfer it on a different server how can I do this?
|
| regular expression | 16 Jan 2007 12:12 GMT | 5 |
I need the data passed in from the textbox to be in a certain format, eg xxx-xxx or empty string. What is the regular expression syntax for that? Thanks
|