| Thread | Last Post | Replies |
|
| Referencing a resx from an aspx? | 26 Mar 2006 19:09 GMT | 1 |
Dear Group Just wonder if someone can point me in the right direction please? I have a label control and want to assign a string in a resource. I'm sure I'm on the right track but it doesn't work. The resource and
|
| ASP.NET Blog http://dkuldeep.blogspot.com | 26 Mar 2006 18:16 GMT | 1 |
To get information related to ASP.NET and VB.NET. Vist the following Link: http://dkuldeep.blogspot.com Regards
|
| web.config vs. application object | 26 Mar 2006 15:00 GMT | 5 |
In ASP.NET web application, where is the best place to store a application scope variable?(read only) Web.Config file or application object? Which performance is better while reading the data?
|
| Casini, IIS run code differently | 26 Mar 2006 13:26 GMT | 13 |
I have a dual-threaded app that runs just as it's supposed to under Casini. However, when I run the exact same code undier IIS (ASP.NET 2.0) on the same machine, it is totally unpredictable and crashes the server. One would think my threading was the problem, but like I said, ...
|
| Session Variables and Static Variables | 26 Mar 2006 12:05 GMT | 1 |
I have found it very easy to have a Helper class that has static members which access Session Variables. For example: public class HelperClass {
|
| Master pages and Forms Authorization | 26 Mar 2006 08:44 GMT | 1 |
I'd like to use a master page for (nearly) every page in my ASP.NET 2.0 website. I also have some webpages that I'd like to protect by using forms authorization.
|
| DESPARATE - ASP.NET 2.0 can't connect to my sql server databases | 26 Mar 2006 08:31 GMT | 2 |
I've just started using Visual Studio 2005 but I do NOT want to use SqlExpress but my existing sql server database. I've searched and did the following: ran the aspnet_regsql.exe to update my database for 2.0, that appeared to add tables, etc. I've changed the connection string ...
|
| ASP.NET Blog http://dkuldeep.blogspot.com | 26 Mar 2006 04:16 GMT | 1 |
To get information related to ASP.NET and VB.NET. Vist the following Link: http://dkuldeep.blogspot.com Regards
|
| ASP.NET 2.0 Raising a custom event from a usercontrol to parent page: How? | 26 Mar 2006 03:12 GMT | 1 |
Hi all, I have a user control which I want to raise a custom event from so the parent page can reload a datagrid with some new information. In the 1.1 framework days I would have just done something like the following in my user control:
|
| Coloring xls retrieved as a BLOB object | 26 Mar 2006 03:01 GMT | 1 |
hi friends, i am retrieving large chunk of data from database as BLOB object and storing it in an excel (xls) file. I need some of the column of that xls to be in different color (say red).
|
| How to get DocTitle from aspx master pages ? | 25 Mar 2006 21:02 GMT | 3 |
I posted this back in November 2005 a couple times but did not get any responses. I'm hoping someone here can please shed some light on this. I'm new to index server and can't get any DocTitle value back from index server (it is returned as null) for all my aspx pages. It do get ...
|
| Redirect/Transfer to a new _blank page | 25 Mar 2006 20:01 GMT | 1 |
Using the GridView control and a Command button in the GridViewRow I'm trying to "redirect" to a popup page. I currently have to do it using Javascript and I'm wondering if there is a more elegent way do do it using the Redirect or Transfer comman.
|
| .NET 2.0: asp:Login | 25 Mar 2006 19:55 GMT | 5 |
Could you help a beginner with login implementation using asp:Login (.NET 2.0). I have in Web.config: <authentication mode="Forms">
|
| ASP.NET 2 - how can I embed variables in an email body text file | 25 Mar 2006 16:06 GMT | 2 |
I am using ASP.NET 2 and using the CreateUserWizard I am wanting an email to go out to the new user informing them of their account details etc... I have a BodyFileName in the MailDefinition section of the
|
| Active Directory LDAP Authentication Fails in IIS 6 | 25 Mar 2006 15:48 GMT | 2 |
We recently moved a web site that validated user credentials in Active Directory from IIS 5.1 to IIS 6, and the validation code no longer works. The web.config file is set to Windows authentication because all we do is verify the user on the login form so we can redirect them to ...
|