| Thread | Last Post | Replies |
|
| Book recommendations? | 23 May 2007 12:20 GMT | 10 |
Time to learn something new, anyone have any recommendations for a good reference book on ASP.Net? Also recommendations on AJAX would be most welcome. TIA,
|
| Week Selector | 23 May 2007 10:24 GMT | 9 |
Our customer wants to see his data week by week. So, how could I let him select a week the most easy way? Anyone already solved this challenge? Proposal (1):
|
| How to Share Session State between .asp and .aspx page ? | 23 May 2007 09:00 GMT | 5 |
I have asp application, from which I am redirecting user to .aspx page. I want to use same sessions in .aspx application. When User clicks on Browsers back button i.e. comes back from .aspx page to .asp page the same session state i want to persist ? How to do this ??
|
| API to end a Session ? | 23 May 2007 08:34 GMT | 2 |
Hi Experts: In ASP.Net, is there a class/function for ending a session? Will this function invoke Session_End (in the Global class)? Thanks in advance!
|
| Controls ReadOnly | 23 May 2007 07:25 GMT | 1 |
Hello misters, I never really thought about it before but it seems strange to me that the checkbox, radiobutton and dropdownlist controls does not have a read-only property.
|
| How to remove menu/tool bars and fix size of page | 23 May 2007 04:52 GMT | 2 |
How can I remove all menu and toolbars from a web page (aspx) and fix the size of the page? Thanks.
|
| ajax | 23 May 2007 01:51 GMT | 2 |
I have already a web site but I want to add ajax functioanlity to it. I means to add abax functionality in already existing web site. Could you please refer me some video for that. Thanks
|
| question about AdRotator | 23 May 2007 01:44 GMT | 5 |
I created an AdRotator control with this code: <asp:AdRotator id="AdRotator1" Runat="Server" AdvertisementFile="adrotator.xml"> </asp:AdRotator>
|
| Visual Studio and Composite Control | 23 May 2007 01:15 GMT | 1 |
I know this will be very simple but I'm stuck. I have: Created a Web Control Library and built a basic control I have added a web application to the solution. I was under the impression the control would appear in the toolbox of the Web App.
|
| ajax | 23 May 2007 01:11 GMT | 1 |
I have already a web site but I want to add ajax functioanlity to it. I means to add abax functionality in already existing web site. Could you please refer me some video for that. Thanks
|
| from expression to string literal - how ? | 23 May 2007 01:04 GMT | 9 |
If I define an expression or equation, how can I retrieve that expression as string literal? I want to do this so that I could avoid repetitive typing (or copy/paste/change) the same thing at two place. I try to demonstrate the problem in the following code.
|
| Strongly typed dataset | 23 May 2007 00:19 GMT | 1 |
I have started using strongly typed datasets as the basis of my data access layer. They work well but can be a bit fiddly when adding columns. I have a column which refuses to "change". It is an integer which when I change its value in the datatable it changes from 1 to 2 (I can ...
|
| How do you output XML from ASP.NET? | 22 May 2007 23:10 GMT | 10 |
I am wondering how to make ASP.NET output XML instead of HTML. Here is my situation: I am using IE as a front-end to browse company documents. Let's say, a user wants a Word document called foobar, then they'd do a http
|
| Why did my Master Page drop most of it's buttons? | 22 May 2007 22:49 GMT | 1 |
I have a master page that I'm using in a project. This master page has about 20 buttons and some text boxes. It has dropped most of the buttons from about the middle of the page on down. Now, on build, I keep on getting "the name 'btnProcessFinalTaxFlatfile' does not exist
|
| aspx in web control library? | 22 May 2007 22:33 GMT | 1 |
is it possible to attach aspx file to web control library. I am working on lookup button custom web control. This button provides javascript to open new window with lookup table = another aspx page. My control library contains code behind class for this page but i still need to ...
|