| Thread | Last Post | Replies |
|
| How to do onmouseover/onmouseout events on asp.net button | 28 Jan 2006 02:22 GMT | 3 |
I'm using .NET 2.0 and C# on a web site, and I'm trying to use the onmouseover and onmouseout events to do a rollover effect on an asp.net button. I've tried manually adding the events to the asp:button tag. The events I added look like this:
|
| question about ActiveX and Java Applet within Web Broswer | 28 Jan 2006 00:52 GMT | 1 |
I have the following question about them and need your help. 1. Can ActiveX control open a socket in client machine to connect to a third machine other than web server? 2. Can ActiveX control invoke a client side application? I remember it can
|
| DataTable (or CSV) into Binary Data | 28 Jan 2006 00:43 GMT | 1 |
Hello all.. Is it possible to convert a DataTable (i create the DataTable from a CSV file) into binary data and save it into an sql 2005 table (into binary field).
|
| can i make resume web page into word or excel file? | 28 Jan 2006 00:43 GMT | 1 |
can i make resume web page into word or excel file? resume web page type is table and include photo and etc how can i make this? is there crystalreport to implement this?
|
| Include page - not a user control | 28 Jan 2006 00:40 GMT | 2 |
I have a web page that will have a header. This page will be used by many clients each who will want their own custom header. My web page is hosted on my server. Each client has their own server. So I thought that it would be beneficial to our clients if they created
|
| One of 12 Calendars DayRender event does not work on PostBac | 28 Jan 2006 00:22 GMT | 1 |
I poste the below on 11-28-05 and got no answer. Could anyone please help me? I have a form that has 12 Calendar, 1 for each month. I am retrieving information from a database separately, assigning them to an array and then in the DayRender Event, itterating through the array to ...
|
| Caching objects | 28 Jan 2006 00:16 GMT | 2 |
My website has different products and I've developed a nice little object oreinted class library for them. I then use the objects for products and such on many different pages. Especially with some products inheriting from other objects and many of them needing to access the ...
|
| asp.net 2.0 master pages | 28 Jan 2006 00:10 GMT | 2 |
Using VS 2005/VB.net. I need to add a meta description tag and change a stylesheet link from a page based on a master page. Found this article http://msdn.microsoft.com/asp.net/reference/design/default.aspx?pull=/library/en -us/dnvs05/html/masterpages.asp#masterpages_topic8 Which ...
|
| Javascript help | 28 Jan 2006 00:07 GMT | 3 |
I don't write much javascript so I was hoping to get some direction here on how best to approach a problem. I want to do a tab folder approach where maybe I have some image buttons that look like folder tabs at the top that are client side buttons. For
|
| Problem with decryption | 27 Jan 2006 22:40 GMT | 4 |
I have solved my previous decryption problem wherein i was getting a specified cast is not valid msg. My new problem is htis: The password is not being decrypted. I am using Rijndael. The code is from Pro ASP.NET 1.1. The string being returned looks
|
| Can't run ASP.NET 2.0 App | 27 Jan 2006 22:01 GMT | 2 |
Just installed Visual Studio .NET 2005. Created a new Web App. Added nothing to default.aspx and simply tried to run it. Got an error. The XML Page cannot be displayed Invalid at the top level of the document
|
| conversion from type 'DBNull' to type 'float' is not valid | 27 Jan 2006 21:57 GMT | 2 |
I'm using a business logic layer as described in this source code : http://www.asp.net/QuickStart/util/srcview.aspx?path=~/aspnet/samples/data/GridV iewObject.src&file=GridViewObject_cs\App_Code\AuthorsComponent.cs&lang=C%23+Sour ce It works very well until I encountered a small ...
|
| <asp:ListItem> in v2 | 27 Jan 2006 21:43 GMT | 5 |
Has the <asp:DropDownList> - <asp:ListItem> functionality changed in v2? In v1.1, the following works as expected: <asp:DropDownList ID="cmbStatus" Runat=server EnableViewState=False> <asp:ListItem Value=0> </asp:ListItem>
|
| declaritive or code behind eventhandler assignment? | 27 Jan 2006 21:41 GMT | 2 |
Is it better to assign eventhandlers in codebehind: this.Button1.Click += new EventHandler(Button1_Click); or delcaritive: <asp:button id="Button1" runat="server" onclick="Button1_Click"
|
| question on .net calendar control | 27 Jan 2006 21:36 GMT | 3 |
Hi, I have a calendar control for a .net web application and was wondering if it is possible to change the appearance of some of these days when the page loads? The application loads date information of available dates and would be nice to make these dates show up as bold in the ...
|