| Thread | Last Post | Replies |
|
| questions about compiling | 15 Aug 2007 00:12 GMT | 1 |
1) i read that the whole application is compiled at the first request of a page. Does 'at first request' mean for ever, or there are situations where the compilation occurs again?
|
| CSS Style question | 14 Aug 2007 23:50 GMT | 4 |
hey all, please take a look at the image below. why would "Hello" "World" links show up in the green content if they are outside the <div class="content">? http://www25.brinkster.com/rodchar/ques200708111154.jpg
|
| Typed Datasets - Performance over WebServices (1 Dst or Various Sm | 14 Aug 2007 23:46 GMT | 3 |
Hi there, I have a question that has been raised on how an application should handle the data that is travelling through a three-layered application. Our data is going to be handled by Dataset object(s), and the data to be
|
| Results to both Database AND email | 14 Aug 2007 22:51 GMT | 5 |
How do I send results of a form page to both email AND a database. I have a page which works with this sub: Sub btnSendMail_OnClick(Source As Object, E As EventArgs) And I have a page which works with this sub:
|
| Listbox delay postback | 14 Aug 2007 21:52 GMT | 4 |
I have a couple of listboxes and dropdownlist on a page and they are postback enabled. The problem is whenever user clicks the box the page brings to the top. is there anyway to delay the postback till all the listboxes and dropdown selections are made then the data is postback ...
|
| Doubt making sql statement | 14 Aug 2007 21:23 GMT | 5 |
Hi, how can I use any logic to mount a search sql statement based on the fields the user fills, example: Name: SomeCode:
|
| slimmed .NET AJAX controls? | 14 Aug 2007 21:16 GMT | 1 |
I'm getting complaints on one of our internal tools about to many postbacks to validate time/date input. Currently I just have some DropDownLists with H/M/M etc. I started looking at the MaskedEdit control, and while its free after
|
| Displaying Images on a page | 14 Aug 2007 20:45 GMT | 1 |
I am trying to create an asp.net 2.0 site that has the paths of images stored in a sql database. I am able to connect to the database and extract the paths. I am stuck now because i would like to dynamically create images and set their paths to those that i find in the
|
| including comments in ASPX code that don't render to the client? (c# 2.0) | 14 Aug 2007 19:58 GMT | 2 |
In .NET 2.0, is there any way to include comments in the aspx file that do not get rendered to the client (ie no <!-- -->) ? When I try to include C# comments in a code block in an aspx page, like this:
|
| Sys.WebForms.PageRequestManagerParserErrorException | 14 Aug 2007 18:11 GMT | 1 |
I am wrapping a grid view in an update panel, and I am not doing anything with Response.Write or Server.Transfer. But for any click inside that grid we get Sys.WebForms.PageRequestManagerParserErrorException for some customers. If any body has idea please send it to me. Thanks,
|
| Advanced redirect | 14 Aug 2007 17:49 GMT | 4 |
In the transition of a website from one domain to another for exmaple from www.oldsite.com to www.newsite.com I need to "rewrite" the URL so all links to the old site will be linked to the new site as follows: 1. For URLs that reference pages:
|
| Master pages with a onload command. | 14 Aug 2007 17:43 GMT | 4 |
I have a master page with stuff in it. It includes the body tag and then the asp:content tag. I want to hide some text when the page is loaded but is made visible by a check box. All that code works fine. I have the text in a <div> that I hide/unhide when a checkbox is clicked ...
|
| TreeView - re-ordering nodes client-side | 14 Aug 2007 16:25 GMT | 2 |
I'm relatively new to C#/ASP.NET 2.0 (or any .NET for that matter). I've spent a few weeks working with server-side controls, but I've yet to do anything client-side. I've now reached the point where I need to start doing just this.
|
| Doubt new window | 14 Aug 2007 16:06 GMT | 1 |
Hi, when I click a Search button, must open a new window wich will list all the customers on a grid, and the user can search, etc, but when the user choose the customer, the window must be closed and returned to the original window with the customer ID selected by the user...
|
| Mirrored state servers | 14 Aug 2007 15:48 GMT | 2 |
Has anyone here had experience using technologies such as StateMirror (www.statemirror.com) as an alternative to managing state on a per server basis (thus requiring sticky-sessions in a web farm) or external state server or SQL Server, which can be a single-point-of failure or ...
|