| Thread | Last Post | Replies |
|
| accessing local resources | 18 Sep 2006 14:59 GMT | 1 |
I have a web application that is forms authenticated. From one of the web forms in this application i invoke a web service. One of the web methods in this web service accesses database, gets the data ( report data ) and a .pdf out put is generated. The reporting engine used is ...
|
| asp can't run in 2003 | 18 Sep 2006 14:23 GMT | 5 |
my asp program run very well in my PC (xp professional) , 1st page is HTML, 2nd page is login.aspx However, when I copy to the window 2003 server , same IIS setting, 1stpage can show, 2nd page show error "The page cannot be found"
|
| Limiting characters brought back from a datalist. | 18 Sep 2006 14:18 GMT | 1 |
I've got this problem that I really have no idea how to solve. I have a datalist that brings back x amount of rows, I need to limit this datalist by 100 characters and then append a "..." to the end. <asp:DataList id="dlDataList" runat="server"
|
| object instantiation | 18 Sep 2006 14:17 GMT | 6 |
I have the following code snipet that is causing an exception when processing a gridview with checkboxes How can I fix it ? Thanks in advance, Carlos. GridViewRow row = GridView7.Rows[i];
|
| E-Commerce Login Question | 18 Sep 2006 14:13 GMT | 1 |
I have a regular e-commerce website I Need the following: Protect one folder for admin Allow visitors to browse the calalogue freely
|
| <SiteCounters /> ASP.NET 2.0 | 18 Sep 2006 14:03 GMT | 2 |
I have a book on ASP.BET beta 2 (http://www.amazon.com/ASP-NET-Beta-Version-Microsoft-Development/dp/0321257 278/sr=8-3/qid=1158580459/ref=sr_1_3/102-2046896-5800955?ie=UTF8&s=books). There is a section about sitecounters, which can be configured in
|
| Static Field in IHttpModule | 18 Sep 2006 13:53 GMT | 1 |
I have a class that implements IHttpModule to handle URLs with a "RESTful" nature. It handles them according to a custom configuration section in the website's Web.Config file. My questions are: 1. Does each client call result in a new instance of my IHttpModule class
|
| Profile Provider Type? | 18 Sep 2006 13:41 GMT | 6 |
What is the profiler provider type when using a Microsoft Access database? Thanks, Miguel
|
| master page - reload/flickering | 18 Sep 2006 13:19 GMT | 2 |
Is there a way to prevent the master page to reload every time the user makes a selection off of the menu? I want to give it a "Frame" like appearance were only the content section changes with a menu selection.
|
| Best 3-tier design for non-sql backend data? | 18 Sep 2006 13:05 GMT | 1 |
I'm really struggling with deciding on the best way to approach my particular website design scenario. Most tutorials and samples assume an sql backend database. What I have is a proprietary database (which I'm stuck with) that I
|
| Master page and problems with background-image | 18 Sep 2006 12:41 GMT | 5 |
I have a problem when using a Master page file in diferent aspx files. Some of this aspx are in different places. I have see that the problem is with styles definition on master file, when use "background-image". In some aspx files this background image are lost.
|
| Help - exception from WebResource.axd - what does it mean? | 18 Sep 2006 12:20 GMT | 4 |
I have an error logging system on one of my sites, so that if an unexpected exception occurs, I get an e-mail sent. The e-mail includes the name of the page on which the exception occurred, so I can track it down.
|
| precompile | 18 Sep 2006 11:19 GMT | 5 |
Hi, I've a couple questions regarding in-place pre-compiling . As I understand it from ms documentation - precompiling a site in place effectively performs the same compilation that occurs when users request
|
| rewrite text of every ALT tag on-the-fly? | 18 Sep 2006 10:31 GMT | 5 |
What would be a method to rewrite the text of every ALT tag on a web page on-the-fly? -- Thanks in advance, Les Caudle
|
| Add Page Directives Programmatically? | 18 Sep 2006 10:27 GMT | 3 |
I would like to set the following Page directives in my C# code-behind for ASP.NET 2.0 Web Application Project and also in a ASP.NET 2.0 Web Site. What event should I hook and what should the code look like? MaintainScrollPositionOnPostback
|