| Thread | Last Post | Replies |
|
| Themes, Skins, and Masters | 19 May 2007 19:58 GMT | 2 |
Hi. I am having trouble grasping the concept of applying a consistent theme to an ASP.net website. I didn't used to like ASP because it was too hard to apply a theme from a common theme folder like I could do easily in PHP, but now I see that it has some nicer theming features
|
| GridView Pager Customisation | 19 May 2007 18:56 GMT | 2 |
I am using a GridView control with auto paging in a web application I am currently developing and was looking to customise the pager. I need to make the overall page numbers larger and also change the selected page number to be larger and bolder than the other numbers how can this ...
|
| image path broken | 19 May 2007 15:40 GMT | 3 |
I know there are probably some posts on this but I can't find any at the moment. I'm using VS 2005 on XP sp2. I'm using a master page and I have an image that I need to show but the path
|
| Menu asp .net 2005 e sessione autenticata | 19 May 2007 14:26 GMT | 2 |
Ho implementato un'applicazione Asp.Net con vb 2005 con il controllo MENU. Questo funziona correttamente se non lo utilizzo in una sessione autenticata. La mia applicazione ha un primo webform con il quale richiede il
|
| Invoice report | 19 May 2007 09:25 GMT | 1 |
What would be the best approache to create an invoice report? What I would like to know is, how to make all that graphics with "irregular" tables. Thanks, Lubomir
|
| Http1.1 500 Internal server Error | 19 May 2007 08:48 GMT | 1 |
I got problem with my webapplication ,when i'm trying to open new or already exsisting application they show this error.. plz help to recover it .. maneshm3@hotmail.com
|
| OnClientClick confirm question | 19 May 2007 08:48 GMT | 1 |
I know that I can add: return confirm(Are you sure?') to a button and have the button eventhandler action taken if they choose yes, but is there any good way to also cause a postback and do some action on a "Cancel" click ? Like perhaps some optional parameter to
|
| Web Service - get remote machine/network parameters | 19 May 2007 07:30 GMT | 3 |
I know that writing ASPX app we easily can get all required information about remote machine and network right from the user's browser using this request: NameValueCollection coll = Request.ServerVariables;
|
| excel 2003 cannot read asp.net page output | 19 May 2007 05:11 GMT | 8 |
I created an ASP.net page which opens excel. The data opens up correctly in MS office Excel 2007 but when we use a mahcine with MS Office 2003 we encountered a message, "Cannot read output file" Is this caused by the Cridview or does anyone know what causes this.
|
| Installer class | 19 May 2007 01:23 GMT | 3 |
VS 2003 had a predefined template for an Installer class. That seems to have disappeared from VS2005. Am I right? Or has it just been moved? Or is it superceded by a new way of doing the same thing. Thanks!
|
| Prevent browser close | 18 May 2007 23:36 GMT | 6 |
I am developing for a kiosk system. IE is loaded on this sytem and we want to make sure that there is a browser open to our website location at all times. So when the user closes the browser we want to either stop the close and send the user back to the default page, or we want ...
|
| GridView Hyperlink column that includes unique id in query string | 18 May 2007 22:16 GMT | 1 |
I'm trying to do something common and what should be simple using the GridView "Add Columns" feature in Visual Studio 2005. All I want to do is add a Hyperlink column that will take the user to another aspx page for editing (I'm not using the built in edit feature
|
| IHttpModule Dispose | 18 May 2007 22:12 GMT | 8 |
When is the IHttpModule Dispose driven ?....at application recycle time ? I developed a test HttpModule to trace INIT, BeginRequest, EndRequest and Dispose....and the Dispose never gets driven. After a while the INIT is redriven however the Dispose was never driven.
|
| DropDownLists | 18 May 2007 22:11 GMT | 1 |
In one page I have 5 dropdown lists since I want to be able to add one company into max. 5 different categories but also to choose only one category, and there I came to the problem: I want those categories to be different. Ok, I used CompareValidator and it is not problem, but
|
| Possible to 'recapture' a asp.net session? | 18 May 2007 22:09 GMT | 6 |
I have an ASP.Net 2.0 app that needs to jump out onto another web server running a java server page website (Apache TomCat 4.1.12) that I control. I hate that it needs to do this, but we are using some internet GIS mapping web tool that comes "precanned" with lots of
|