| Thread | Last Post | Replies |
|
| print truncates text | 14 Dec 2006 23:46 GMT | 2 |
The Marketing folks are upset; when we print a web page, it truncates the text on the right instead of wrapping. I've set all td widths to % and still no help. When I resize the window, the text wraps. How do you keep this from happening. TIA
|
| Authentication problem continued | 14 Dec 2006 23:17 GMT | 10 |
I'm still having trouble getting my app to authenticate correctly. I have read the tips at: http://www.devhood.com/messages/message_view-2.aspx?thread_id=72204 and am still having trouble making this happen correctly. Here are my
|
| Recursion Method Problem | 14 Dec 2006 22:36 GMT | 5 |
I have a recursive method that looks through an ASP.Net page to find a control by ID. My problem is after it finds the control, breaks from the loop and returns the control, it goes to my recursive line (if control.HasControls call the findctl method). I think the problem lies ...
|
| Calendar Control Question | 14 Dec 2006 22:18 GMT | 1 |
I have an ASP page with a Calendar Control in it. Users select a date from the Calendar. When they do a form opens up where they can enter or view data for that date. The problem is there dosn't seem to be a way to have the calendar default to todays date. Users have to select
|
| How do I display a field in grid contents as a hyperlik | 14 Dec 2006 20:55 GMT | 1 |
Fellow developers, I need to find out how to display one of the fields listed in m gridview as a hyperlink. The field displays the physical file path o for example a pdf file. I want my users to be able to click on th
|
| register start up script hell | 14 Dec 2006 20:25 GMT | 7 |
I'm trying to use RegisterStartupScript. I am making a call to it in Page_Load...and nothing shows up. Well that not's entirely true. Half the pages I've put it on do work properly, but the other half just don't work at all. Nothing shows up
|
| Easy Question ;-) How to render a html page in a table cell of an ASP.NET page | 14 Dec 2006 20:10 GMT | 7 |
I am sure this is an easy question, but being relatively new to ASP.NET programming, I can not quite grasp what I need to accomplish what I need to do. What I have is a word document that is rendered as a page (or actualy a
|
| Active Directory access-newbie | 14 Dec 2006 19:42 GMT | 3 |
I am a newbie to Active Directory. I am using XP pro, I am trying to access Active directory that is in some domain, say 'mydomain'. Now, to access the AD, what do I need ? I believe, its 1) username
|
| Deplyement Help Please | 14 Dec 2006 19:28 GMT | 3 |
Sorry for a begineer question I have developed a ASP.NET 2.0 applicaiton. Now I need to deploy this. But I would like to compile and give rather than giving ASP pages so that my code is for one not tampered with and secondly protects my rights of
|
| Automate the back | 14 Dec 2006 18:49 GMT | 3 |
How can I auomate the 'Back' ie if anything fails return the user to the previous page Thank you, Samuel
|
| showModalDialog with an ASP page | 14 Dec 2006 18:38 GMT | 4 |
Here is my scenerio and what I am doing. I am open to other ways of doing this is it makes sense. I have a cell withing a row within a datagrid. When this cell is clicked (its a date field), I want a calendar to pop up to change the date. So, I had to added an onclick
|
| Finding all Web Forms in a web site using reflection | 14 Dec 2006 18:26 GMT | 4 |
(This question has been asked previously in this group, but I don't think it was ever really properly answered.) I want to use reflection - preferably - to find all Web Forms in my web site that inherit my base page class (which in turn inherits
|
| VB.NET to C# conceptual conversion question ----- please advice | 14 Dec 2006 17:54 GMT | 4 |
VB .NET has modules in which you can create an object like this: Module modVariables Friend getPath As ArrayList = New ArrayList End Module
|
| Problems with Session.IsNewSession - please help | 14 Dec 2006 16:52 GMT | 2 |
Recently here in my work we added the following code in the Global.asax file to handled the session expired and redirect users to the home of the site explaining them the occurred (some thing like "Your session has expired, please restart your navigation.").
|
| Formatting addresses on web page | 14 Dec 2006 16:40 GMT | 7 |
I want to suppress blank lines in an address on a web page. At the moment, I am displaying the data like this: <asp:Label ID="Address1Label" runat="server" Text='<%# Eval("Address1")%>'></asp:Label><br />
|