| Thread | Last Post | Replies |
|
| Training in Javascript | 20 Jan 2007 04:34 GMT | 6 |
I know this isn't the place to post it but I don't know where to post it. Can anybody suggest any good JavaScript classes; either on-line or in Boston/NYC areas ? Thanks.
|
| Framework 2.0 SqlDataReader equivalent to javas ResultSet rs.getString( "ColumnNameHere" ) ? | 19 Jan 2007 22:34 GMT | 3 |
Newbie question about SqlDataReader column value access... In java jdbc code to get a value from a table column we can pass the column name (instead of an int index or offset): String strLastName = rs.getString( "LastName" );
|
| Reference page object from class library | 19 Jan 2007 22:08 GMT | 1 |
I have a class library which sits in a dll and adds controls to a aspx page which calls it. I have been passing it the page object. Is there any way I can reference the page from within the class with out passing it the page object. Its an extra line of code I could do without.
|
| Option Strict and aspnet 2.0 | 19 Jan 2007 22:02 GMT | 13 |
I fully expected the lack of a way to set Option Strict globally to be fixed in SP1. I can't seem to figure out if it has been fixed or not. It still seems we have to add the declaration at the top of each and every single code module. Am I missing something here?
|
| Forms Auth and CrossPagePostback (aspnet 2.0) | 19 Jan 2007 21:58 GMT | 1 |
I need to be able to postback to a different page from my login page (using FormsAuthentication). After a lot of research, I was able to get the postback to work by adding a <location> element for the target page in web.config (so it's excluded from forms authentication).
|
| Handling invalid URL | 19 Jan 2007 21:50 GMT | 2 |
http://test.planprojekt.dk returns http://test.planprojekt.dk/(S(uoyz4u45n44rxgmwtzqydh45))/Default.aspx to the address line because of cookieless session (as told to me by
|
| Multiple Languages in a Web Application Project | 19 Jan 2007 21:44 GMT | 1 |
Is there a way to use VB.Net and C# in the same project if I am using Web Application Projects in VS 2005 SP1? I have a project that is VB.Net and want to add some pre-existing pages that were written in C# to a subdirectory, but I can't find a way to mix them in the same
|
| [asp.net 2.0] extern aliases | 19 Jan 2007 21:17 GMT | 2 |
I have got two assembly in web application's Bin folder. There is a class in both of them with the same namespace and a name. Ofcourse there is totally different code in them and I cannot recompile. I know that I can add /reference option to the compiler and make an
|
| Is "www2" a sort of reserved word for path of web projects ? ("Publish website" failing without errors) | 19 Jan 2007 21:11 GMT | 1 |
I can't believe what is happening on my computer right now. I have a web project, file-system based on something like c:\Projects\ProjectX\www\. I had to make some changes and testing in a separate new directory so I
|
| is gridview empty? | 19 Jan 2007 21:04 GMT | 2 |
how do i tell if i got back records (in code) thanks
|
| Anyone know how to call an Oracle function from C#? | 19 Jan 2007 20:13 GMT | 3 |
I'm not even sure this can be done. I have a requirement to call an Oracle function (that returns a value) from C# code. The Oracle function is as follows: FUNCTION get_rec_final_qtr_count
|
| Page seems to be remembering HttpSessionState | 19 Jan 2007 19:52 GMT | 2 |
I have a page that determines some of what to display based on HttpSessionState. When I go to it the first time, it displays everything the way I would expect. Then I go to another page on my site (by clicking links, so I am still using the same browser window), which calls ...
|
| PDF export question | 19 Jan 2007 19:07 GMT | 7 |
I have aspnet code (C#) to create a Crystal Report and export to pdf (in browser) without a Crystal Report Viewer. Works great except when the user attempts to save the file from the browser. In the "Save a copy ..." dialog box the filename defaults to
|
| wrap! | 19 Jan 2007 19:03 GMT | 1 |
I can't get this to wrap in the table cell, or even not in a table cell How can i get the text to wrap??? <asp:Repeater ID="Repeater1" runat="server" DataSourceID="SqlDataSourceCategories">
|
| ADO+RECORDSETS | 19 Jan 2007 18:52 GMT | 2 |
Is it possible to work with ADO+RECORDSETS in asp.net ? If yes - please send an example TIA Guy
|