| Thread | Last Post | Replies |
|
| dreamweaver media flash button is not working in ASP.net | 17 Jan 2006 20:51 GMT | 1 |
I am Designing an website using ASP.Net. I have designed the HTML template using Dreamweaver 8, in that i have used the Media flash buttons. now i have converted the Html page to ASP.net page. now my problem is with the media flash buttons which i have used on the template can't ...
|
| A question of (web)control and CssClass | 17 Jan 2006 20:47 GMT | 1 |
I am doing a custom control. It contains a label and a textbox and a button. The class inherits WebControl. Thus the control gets a property CssClass visible in the Properties window.
|
| Newbie question | 17 Jan 2006 20:30 GMT | 6 |
I'm trying to get a plain vanilla form post to work separate from the view state stuff. So I started a new Website via Visual Studio 2005 and turned off the ViewState for the default page by using EnableViewState="false", then I added the following HTML to the asp page:
|
| Converting Image to ImageButton | 17 Jan 2006 20:20 GMT | 7 |
Hi there experts, Is there a way to convert a System.Drawing.Image to an ImageButton. Maybe using ChangeType I don't know! Thank you
|
| Question: Setting Profile for create new user | 17 Jan 2006 19:52 GMT | 1 |
I am using personalization/profile to store info for the user that is not contained in the aspnet_Users or aspnet_Membership tables. This info includes, firstname, lastname, and phonenumber. On my "signup" page I ask for all their info at one time, including
|
| ATLAS with C# classes not WebServices | 17 Jan 2006 19:39 GMT | 2 |
Greetings to all, Can anyone tell me if Atlas can work directly with C# classes not defined as a webservice. sort of like a servlet class.
|
| Session_End being called | 17 Jan 2006 19:25 GMT | 1 |
I have a aspnet page in which i am calling another page using Server.Transfer. the problem is once the pageload function of another page is finished calling the session_end function is called. I dont know how the session is getting timed out. I have a session timeout of 60 or ...
|
| SQL Server Stored Procedure with Output Parameter and ASP.NET SQLCommand | 17 Jan 2006 19:24 GMT | 4 |
im new to SQL Server and ASP.Net. Here's my problem. I have this SQL Server stored procedure with an input parameter and output parameter CREATE PROCEDURE [safety].[_getRCList] @in_rc varchar(8)
|
| How do you use Dataset created in App_Code directory | 17 Jan 2006 19:20 GMT | 3 |
I noticed that when you right click App_Code directory there is an option to create dataset which creates .xsd file in that directory. I can see that I can design tables and links there but I have no idea what this can be used for. Can somebody provide references or web links ...
|
| Data and controls from dynamically added controls is rmoved on Submit | 17 Jan 2006 18:52 GMT | 2 |
I place an PlaceHolder on a page and add a child control 1 or more times to it. Then the user enters values and clicks the submit button. When my event handler is called the controls are not present meaning: ChildPlaceHolder.Controls.Count
|
| Where do I place the dll? | 17 Jan 2006 18:31 GMT | 3 |
I have a legacy dll built in C++ 6.0 (not a com dll, just a plain dll without a type library). I am using Interop Services to call this dll from an aspx.cs page ([DLLImport]). However when I place the dll in the bin folder I get "dll not found". When I place it in Windows/System32 ...
|
| ASP.NET 2.0/XHTML 1.1 Table Height Display Issue | 17 Jan 2006 18:26 GMT | 3 |
First and foremost I'll describe a bit about my problem: I'm trying to make a site layout using ASP.NET 2.0 in Visual Studio .NET 2005 Beta 2. The site is a table based layout that is supposed to consume the entire viewing area (oldschool HTML was <table width="100%" height="100%">) ...
|
| HELP: Table height in the new XHTML??? | 17 Jan 2006 18:06 GMT | 7 |
I am completely baffled... i cannot for the life of me get the HEIGHT style to work on a table in the new 2005-supported XHTML. I put a HEIGHT: 100% on my table so that my footer row will also show up at the very bottom of the page (unless content pushes it further down).
|
| virtual PC/Server 2003 hosting glitches... | 17 Jan 2006 17:40 GMT | 3 |
I'll try and keep this as short as I can and have it still make sense. I'm working on a corporate locked down copy of XP, I'm not allowed to have IIS on this machine. this makes it somewhat hard to write ASP.net applications our IT dept came up with a workaround acceptable to their ...
|
| SiteMapPath! | 17 Jan 2006 17:36 GMT | 2 |
I got the following doubt: I got page_1, page_2 and page_3 on the system. But, depending of the option selected, page_1 and page_2 can call page_3. The problem is, how to configure that a page has multiples fathers? How to
|