| Thread | Last Post | Replies |
|
| More than 1 web service? | 18 Jun 2008 12:17 GMT | 4 |
I have several tasks that my web applications need to do. They are managing membership, News, Events, Legal forms for admin, Legal forms for customers, audio and maybe a few other things here and there. A lot of these things will be used in more than 1 web application. I am ...
|
| Membership permissions after publishing an ASP.NET Membership site. | 18 Jun 2008 09:16 GMT | 2 |
I have create a simple ASP.NET site that uses the ASP.NET Membership components. It uses a SQL Server as a provider. The application works fine when it's running on my own machine. After I publish the site to a remote webserver and recreate the database
|
| Cache for asp.net user control | 18 Jun 2008 05:37 GMT | 4 |
Here is a user control on the page, how do I cache it by user? Currently I think we could put a server control for example ID:textusername in the asp.net page whose value is username, so we can utilize Output cache with varybycontrol to control the cache.
|
| Dealing with sessions on explorer 7 | 18 Jun 2008 05:19 GMT | 4 |
How do you deal with sessions on IE7? Each tab seems to share the same session? This is a real problem as a person could go to the site, leave the site open and open another page and be still logged in and share the session information, which I definately
|
| Opening and writing to client side applications (notepad.exe) | 18 Jun 2008 05:07 GMT | 2 |
I want the user to be able to click a button on my website that creates a new text file, writes to it and then runs notepad to display the text file. How can this be coded on the client side? Works fine but only on
|
| How do you make a gridview depend on a dataset that you create | 18 Jun 2008 02:19 GMT | 1 |
I have a programming problem - I'm supposed to take a gridview listing people, and then link from one row to another to indicate that the people are the same (if they are), even though the name may be spelled a little differently or some of the data might be inaccurate. It is
|
| gridview edit and delete | 18 Jun 2008 02:11 GMT | 1 |
I like the Edit (Update, Cancel) functionality built into the gridview, but I'd like to control what happens when the Update is clicked. I would like to prompt the user with something like this "category has changed from 'something' to 'something else', shall I process related ...
|
| Social Networking Framework? | 18 Jun 2008 01:22 GMT | 4 |
Does anyone know of a white-label social networking framework that has been built in .NET? Seems like everything out there is PHP...
|
| VS 2008 is very slow when design aspx file | 18 Jun 2008 01:15 GMT | 3 |
I spend most time works on Windows form application and VS 2008 runs at a acceptable speed. While I edit aspx file, especially change to Designer View, it seems very slow.
|
| Themes and Skins | 17 Jun 2008 20:04 GMT | 2 |
With CSS being so prevalent, how common is the use of the asp.net Skins and Themes? I'm examining my methodology for setting up sites for some folks, and the idea of having using Themes seems compelling. However, I'm seeing alot of emphasis on using CSS markup.
|
| Page_Error Working Only Part of the Time? | 17 Jun 2008 19:28 GMT | 2 |
I've got Page_Error emailing me the message and stack trace when a server error is generated, but it doesn't always work. My Page_Error code: Sub Page_Error(ByVal src As Object, ByVal args As EventArgs) Handles
|
| CSV creation | 17 Jun 2008 19:02 GMT | 3 |
I've written some code to generate a CSV file from a database table. However, some colums are getting broken up into 2 fields, or truncated - I think cos they have comma in, and of course commas are used as field seperators.
|
| showing asian characters | 17 Jun 2008 18:53 GMT | 9 |
In IE, I want to display Asian characters on English based web sites without requiring user installing the Files for East Asian Languages. At the Page_load of the Asian content pages, I set Response.AppendHeader("Charset","GB2312") for Chinese. I also set the
|
| Simple Blog for ASP.Net | 17 Jun 2008 18:22 GMT | 5 |
I used WordPress for a prior blog, but now have my website on ASP.Net 2.0 using MS SQL Server. I'd like to actually have an equivalent blog (easy to set up, easy to add entries to for the family). Does anyone have recommendations on an equivalent package that they like?
|
| bound label | 17 Jun 2008 18:21 GMT | 4 |
hey all, if my label is bound in a formview, there's no way to say label.text = value at no point in time?
|