| Thread | Last Post | Replies |
|
| multiple sites help and advice | 27 Mar 2006 15:51 GMT | 1 |
I am creating a commercial site that will have 2 main components. Both being created with ASP.net 2.0 1. Main site which has public access to all pages, this site contains multiple subdirectories one for each topic each with a number of tutorials
|
| Where can I download free VS.NET 2005 ? | 27 Mar 2006 15:37 GMT | 4 |
Where can I download free VS.NET 2005 ? If you know where pls email for me at : natuan@tma.com.vn hqtien@tma.com.vn
|
| Debugging ASPNET 1.1 WebApp Running On IIS with Framework 2.0 | 27 Mar 2006 15:27 GMT | 2 |
we have a big web application wrote in Visual Studio .NET 2003 (Framework 1.1) which we still use to modify, evolve and compile all the assemblies... on IIS we are trying to set the .NET Framework version to 2.0 for runtime (we've read that we can get up to 30% of performance ...
|
| multiple spaces in html string | 27 Mar 2006 15:22 GMT | 1 |
I have a label control whose text is having multile spaces "Name
:" but when this is rendered as html in an aspx page it only shows single space. How to render with multiple spaces.
|
| How to add an attribute at table level using GridView | 27 Mar 2006 14:57 GMT | 2 |
I use GridView to populate the date. I want to know how to add an attribute at table level, for example, onclick="alert('hello');" so when clicking on anywhere of the table, return message "hello" Thanks in advance
|
| Custom MembershipProvider, unable to load type | 27 Mar 2006 14:20 GMT | 1 |
I have created my own MemberShipProvider/RoleProvider/MembershipUser classes extending the base ones. I managed to install everything but I have a problem. When I run the Application Configuration and go to the Security tab I get this error:
|
| manipulating datagrid client-side... | 27 Mar 2006 14:18 GMT | 2 |
I have a datagrid with questions where the user has to make a choice (yes or no questions) But for some questions there are rules, like if you choose (yes or no) for some questions I need to skip 1 or more questions.
|
| gridview: selected value of dropdownlist in edititemtemplate | 27 Mar 2006 13:43 GMT | 2 |
How can I set the selected item in a dropdownlist which is declared in the edititemtemlpate of a gridview? Which gridview event should I use, I cant seem to figure it out...
|
| Crystal Reports Alternatives | 27 Mar 2006 13:34 GMT | 4 |
Does anyone have any suggestions on alternative reporting programs besides Crystal Reports. Which ones are the best? Thanks,
|
| need example of how to get assembly info | 27 Mar 2006 13:30 GMT | 3 |
Trying to get assembly and hard drive info any working examples in vb available ? I couldn;t find any examples for assembly info. I tried this for hd info but no success.
|
| Best way to wrap an existing asp application | 27 Mar 2006 13:06 GMT | 1 |
Hi , I have a requirement to wrap a 3rd party asp.net application. This is to be done to implement Single Sign On (SSO) feature , users will be authentiacted and authorzed before they could see the vendor application. The issue is that
|
| regex replace | 27 Mar 2006 13:02 GMT | 1 |
I've a requirement in regular exp.. I need to replace a pattern...can anyone help me out,... My input string is as below <img src="c:\windows\images\bluehills.jpg"><a heref="sfjs">
|
| Custom Validator doesn't work | 27 Mar 2006 12:26 GMT | 1 |
Well, I've tried to create a stupid custom validator to validate a checked checkbox. Really simple, really stupid, but it's just for trying to do something better than standard validator, that works great but has some limits.
|
| Cannot assign to 'Redirect' because it is a 'method group' | 27 Mar 2006 11:53 GMT | 2 |
Sorry but i am new to ASP.Net and C# so please bear with my pleb questions. I have the following in a C# class which is being inherited by my ASP.Net page.
|
| access to page ? | 27 Mar 2006 11:30 GMT | 1 |
I want to setup diffrent access permision to each page maybe even for some elements on the page. What's the easiest way to do it ? I plan do develop something like HasModuleAccess(string pageName,string moduleName) function and depending on this check... Maybe already there is ...
|