| Thread | Last Post | Replies |
|
| Connecting to a Database | 26 Apr 2006 15:50 GMT | 1 |
I forgot to mention that the database I am trying to connect to is stored locally on the computer. oskermayor wrote:
> [B]I have tried using the code that was listed there but i get |
| can I have both asp.net 1.1 and 2.0 registered with IIS? | 26 Apr 2006 15:41 GMT | 2 |
I am trying to play with ASP.NET 2.0 but also have to keep my legacy dev ready to use: Visual Studio 2003 + asp.net 1.1 + IIS on XP and would like to play with
|
| Page_Unload Problem in ASP.Net 2.0 | 26 Apr 2006 15:18 GMT | 7 |
After converting my projects to ASP.Net 2.0 I have seen a problem with Page_unload. İn framework 1.1 page_unload event fires when you are leaving the page or has closed the browser window. Now in 2.0 when you initally load the page Page_unload event fires after page_load event. ...
|
| Rendering title attribute of anchor tag | 26 Apr 2006 14:46 GMT | 1 |
in v2 of asp.net when I do a: <asp:hyperlink id="hl1" runat="server" tooltip="xyz" ... it doesn't render as a title attribute of a <a ... tag in firefox even if I do a:
|
| Property returning a different type than declaration | 26 Apr 2006 14:37 GMT | 1 |
is there any way I can make a property returning another type than what is declared in the "as" statement ? ex.: public property Age as Integer
|
| Textbox and Button Controls Question | 26 Apr 2006 14:31 GMT | 2 |
I have a simple web form with a textbox and a button and further down another textbox and button. My problem is even though I have my cursor placed in the second textbox, the first button is active. No matter what textbox I place the cursor in the first button on the page is ...
|
| Image Upload problem - tearing hair out here!! | 26 Apr 2006 13:56 GMT | 8 |
I am doing something wrong, but I cannot tell what. Either the web browser is failing to upload the file, or the script is failing to catch it. Either way, PostedFile is ending up empty. First of all, I must specify a few things.
|
| Grayed Out Design View | 26 Apr 2006 13:37 GMT | 1 |
I don't have any errors. I have only a little bit of code as I just started a new app. I have a master page that shows up fine, but the actual content pages show only gray and my MP header in the background. I can place items and content in source view, but I have no design view
|
| GridView question | 26 Apr 2006 13:34 GMT | 2 |
I have a grid view with a button field that when clicked I want it to redirect to another page, passing the primary key of the row with it. This was a pretty easy thing to do with the DataGrid, but it is so far proving a pain with the GridView.
|
| GridView Gridlines | 26 Apr 2006 13:28 GMT | 2 |
I set Gridlines="None" and I still get gridlines in my GridView. Is there anything else that you need to do to totally remove gridlines?
|
| More master page woes! | 26 Apr 2006 13:25 GMT | 8 |
I have a "Search" text box and LinkButton in my master page. When this is submitted, I do a Server.Transfer to a page which contains a gridview. The gridview is filtered on a hidden field which I set in the page load method (from the search text box text).
|
| How to add style properties to a cutomer control | 26 Apr 2006 13:22 GMT | 3 |
I need to add few style properties to my custom control. The properties I added look like this. private Style titleStyle = new Style(); [Browsable(true),
|
| Caching - Please Help | 26 Apr 2006 12:49 GMT | 1 |
I have a menu bar user control whose content depends upon the value of two session variables, one of which determines whether the user is authenticated, the other whether the user is an administrator. Is there any way of caching this menu bar using the OutputCache
|
| GridView RowCommand | 26 Apr 2006 12:22 GMT | 5 |
I have a ButtonField in my GridView with a CommandName, and I have a method which I am using to capture each click of the button : protected void GridView1_RowCommand(object sender, GridViewCommandEventArgs e)
|
| parsing the html page | 26 Apr 2006 12:06 GMT | 1 |
I want to parse the html webpage and copy the content of that page in my application.Can anyone help in this.very urgent. cheers ravindra
|