Groups | Blog | Home


Archived Months
June 2003
July 2003
August 2003
September 2003
October 2003
November 2003
December 2003
January 2004
February 2004
March 2004
April 2004
May 2004
June 2004
July 2004
August 2004
September 2004
October 2004
November 2004
December 2004
January 2005
February 2005
March 2005
April 2005
May 2005
June 2005
July 2005
August 2005
September 2005
October 2005
November 2005
December 2005
January 2006
February 2006
March 2006
April 2006
May 2006
June 2006
July 2006
August 2006
September 2006
October 2006
November 2006
December 2006
February 2007
March 2007
April 2007
May 2007
June 2007
July 2007
August 2007
September 2007
October 2007
November 2007
December 2007
January 2008
February 2008
March 2008
April 2008
May 2008
June 2008


all groups > asp.net > may 2006 > threads for monday may 29

Filter by Day: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31

DotNetNuke anyone?
Posted by Jessica Weiner at 5/29/2006 11:38:19 PM
I just installed dotnetnuke and it took me to the default page. I can see the page just fine but there are a few errors on the page itself. Here is what it looks like: http://azvalleytechs.com/images/website.jpg How can I fix this? ...more >>

2 questions
Posted by Mr. Murad Jamal at 5/29/2006 11:23:01 PM
1) how to make a grid view cell scrollable ? 2) how to access that cell or any other control from Java Script code ? Thanx a million in advance !...more >>

DropDown Menu (Popup) Links..
Posted by den 2005 at 5/29/2006 10:23:01 PM
Hi everybody, I am new in javascript or creating web menu controls that popup and dropdown, I am using VS 2002, Can anyone provide actual complete codes on how to do this? Example: Home Products Services <<--- Main Menu <sub-menu of products> TVs Stereos DVD Players So, ...more >>

Want To Learn DOT NET Programming
Posted by Sn at 5/29/2006 8:06:01 PM
Hi... I am a VB programmer.I have little bit experience in DotNet programming.I wish to learn from the basic (especially ASP.NET) and i want to put a strong foundation.Please help me with beginners self studying tutorial site.Tankx in advance.......more >>

how to add a warning to DeleteCommand of gridview?
Posted by Averell at 5/29/2006 7:00:07 PM
Hi, I made a gridview with VWD. The gridview has the Delete button set (ShowDeleteButton="True" in the <asp:CommandField>). It works perfect, but i would like to add a warning before the record is deleted to prevent deleting a wrong record. I did this in the code-behind file: Protected Sub G...more >>

Inserting Page variables into control's Text attribute in an aspx file
Posted by paul.hester NO[at]SPAM gmail.com at 5/29/2006 6:37:47 PM
Hi all, I'm trying to display the a Page variable's value in the Text property of a CheckBox control in the aspx file: <asp:CheckBox ID="agreeTerms" Text="I agree to the <%# this.SiteName %> terms and conditions" runat="server" /> I can do this elsewhere on the page, outside of a control,...more >>

Session Expire and Forms Authentication
Posted by Asim Qazi at 5/29/2006 6:33:50 PM
Hi All i m using Forms authentication, its works very fine except on problem, i-e if i m logged in my application and i reset the IIS it should kill the session and throw me to the login sceen as the session and expired. but it gives me unhandled exception. Server Error in '/HostingCont...more >>

Need help using ASPNETDB.MDF and login controls
Posted by keithb at 5/29/2006 6:19:52 PM
I deployed a new ASP.NET 2.0 web site to a remote IIS 6.0 server. I simply copied the web site folders to the home directory local path for the web site. everything works except the login control features that depend on ASPNETDB.MDF. Can someone tell me what may be needed to get those features...more >>



feedback form using ASP.NET and VB.NET
Posted by Mario Krsnic at 5/29/2006 5:59:23 PM
Hello! I made a feedback form using ASP.NET and VB.NET. It works, but I receive allways two mails from server instead of one. Why? Thanks for every idea! Mario Here the code: Imports System.web.Mail Partial Class _Default Inherits System.Web.UI.Page Protected Sub btnSubmit_Click(B...more >>

You must join New York Paid To Read !!!!!!! NewYork PTR is online!!! JOIN NOW!!!!!!
Posted by ADMIN at 5/29/2006 5:59:08 PM
<HTML> <HEAD> <META NAME="GENERATOR" Content="Microsoft DHTML Editing Control"> <TITLE></TITLE> </HEAD> <BODY> <H2><A href="http://www.newyork-ptr.com/pages/index.php?refid=torte1985">http://www.newyork-ptr.com/pages/index.php?refid=torte1985</A></H2> <H2>Members</H2><FONT face="Arial, Helv...more >>

How to link web forms
Posted by blueconscious NO[at]SPAM gmail.com at 5/29/2006 5:53:15 PM
Hi, I am a new bie in ASP.NET. I have created two web forms and a button on the first form. When I clicked the button, I would like to open the second webform. Please let me know how to do this. Thanks, Amit ...more >>

2.0: unexpacted Application_Error
Posted by R.A.M. at 5/29/2006 5:33:37 PM
Hello, I have a problem with unexpected Application_Erro(). I have ASP.NET application with start page Default.aspx containg <asp:PlaceHolder ID="Place" runat="server" /> for custom login control. Here is Default.aspx.cs: public partial class DefaultPage : System.Web.UI.Page { ...more >>

Remember Me on this Machine
Posted by Samuel Shulman at 5/29/2006 5:00:26 PM
Hi How can I implement a feature of 'Remember me on this computer' I believe using cookies that next time when the user comes to the login page I can add the Userename to the appropriate Textbox Thank you, Samuel ...more >>

.net 2.0 credit card validator
Posted by Eirik Eldorsen at 5/29/2006 4:42:27 PM
Hi Does anybody know of a credit card validator for .net 2.0? For .net 1.1 i'm using this great validator: http://www.codeproject.com/aspnet/creditcardvalidator.asp But I can't get it to work with masterpages :-( Eirik ...more >>

FilterExpression - AccessDataSource
Posted by mosscliffe at 5/29/2006 4:41:06 PM
I am trying to filter an accessdatsource by adding a FilterExpression If I have Field = 2 It works fine If I have Field IN (1,5,7) it works fine So now I want it to reference a dropdownlist so I try Field = ddlCats.SelectedValue - Fails Miserably So I read further and try Fi...more >>

CS0433: The type 'ProfileCommon' exists in both
Posted by Phil at 5/29/2006 4:21:02 PM
I've started getting this message after doing a publish of an Asp.Net 2.0 (c#) web site. The site uses a custom profile provider - I'm sure there is a relation here, but I can't find it. Everything worked before, and the same code is working on another site. I've gone as far as completely s...more >>

ASP.Net [2.0] Parameters with mass insert
Posted by Rob Meade at 5/29/2006 2:14:40 PM
Hi all, I thought I was being clever - no I'm doubting my abilities :o( My project reads in the content from an XML file, this is made up of a series of "courses", each "course" has a series of items. As I bring in the data I map it all off to my own classes, and add each Course class t...more >>

1.1 to 2.0 conversion - two projects nested on same IIS server
Posted by Andre Ranieri at 5/29/2006 1:22:02 PM
I recently completed my company's public web site from 1.1 to 2.0 and things went fairly well. However, I have a WAP mobile application residing on a directory inside the public web site (ie http://www.mycompany/WAP-Application). This application is used by our technicians to record work p...more >>

ObjectDataSource UpdateMethod question
Posted by Jeronimo Bertran at 5/29/2006 1:06:57 PM
I have a FormView that shows details of a specific record on a table. The SelecMethod returns a DataSet that includes all the fields from my Event table and other read-only fields from linked tables. My FormView has controls that are bound to the fiuelds on the dataset table. I am now chan...more >>

ASP.NET client-side documentation
Posted by Dominic Feron at 5/29/2006 12:05:35 PM
Hi all, I'm building a web application using script on the server side and some on the client side (AJAX). What I'm looking for is some documentation on all the properties and method that can be accessed from the client-side of a web form object (like all the properties and methods of a ...more >>

Print Applet
Posted by Kevin at 5/29/2006 11:54:54 AM
Hi! Is there anyway to print the applet output inserted in my aspx page? Thanks ...more >>

For permissions and roles, how to use sql server 2005 standard edition instead of express?
Posted by keithb at 5/29/2006 10:17:53 AM
I developed a web site that uses sql server express for permissions and roles. Now I need to deploy it on a server that uses sql server 2005 standard edition instead of sql server express. What do I need to change so that permissions and roles for my website use sql server 2005 standard edit...more >>

Speed up ASP.NET 2.0 build... Possible?
Posted by ThunderMusic at 5/29/2006 8:55:08 AM
Hi, Is it possible to speed up the build for ASP.NET 2.0 apps? Each time I click build (or play for debug), it takes forever to build.... Is is possible to speed up this process? it was correct in ASP.NET 1.1, but now it's unacceptable... Thanks a lot.. ThunderMusic ...more >>

Weird problem with accessing accessdb
Posted by yossimotro NO[at]SPAM gmail.com at 5/29/2006 8:37:52 AM
OleDbConnection con; OleDbCommand cmd; OleDbDataReader reader; con = new OleDbConnection("Provider=Microsoft.Jet.OLEDB.4.0;Data Source=" + Server.MapPath("App_Data\\db.mdb") + ";"); con.Open(); cmd = new OleDbCommand("Select tblUsers.userID ...more >>

Using Javascript in Web Services
Posted by hashamkhan NO[at]SPAM gmail.com at 5/29/2006 4:35:15 AM
Dear All, I have build a web services that returns product information. In that web services I want to display some text in the Footer. To get this I have a .js file constructed. Now I want to use or consume this file in my web services. I tried adding the javascript as below [WEBMETHOD(De...more >>

Last edited date
Posted by mensuur at 5/29/2006 4:06:01 AM
hi, is there a way in which one can write the last edited date in a .aspx file onto a pae without physically writing e.g. <%response.write(request.datetime...)%> thanks a bundle -- mensuur...more >>

StyleSheet
Posted by Baren at 5/29/2006 3:39:02 AM
Hi!, I have ASP.NET 1.1 project,in which i am using a StyleSheet . I am using the same StyleSheet in ASP.NET 2.0, but i am finidng the fonts are too small compared to ASp.NET 1.1 webpages. Can I have any resolutions?? Thanks in advance. Regards, Baren...more >>

HTTPS Problem
Posted by Vidds at 5/29/2006 3:09:02 AM
Hi, I am navigating from a HTTPS site to a HTTP site. I am not getting the urlreferrer for it .How can i get the urlreferrer info if i am coming from a secured site.Please help this is urgent.Thanks in advance Regards Vidds...more >>

Themes and web.config
Posted by dust at 5/29/2006 1:35:39 AM
I have created two different themes for my web application. I set the current theme using the web.config. I have compiled my app usin the -u flag so that the site is updatable. The problem is that if i change the theme in my web.config file, the appearence of my site remains the same. Even if...more >>

How to Pass Panel visibility property to other page?
Posted by velu at 5/29/2006 1:10:02 AM
How to Pass Panel visibility property to other page? I have a scenario here. I have created a user control that has a button and panel visible set to false. When I click the button if the panel.visible = false then panel.visiable = true else panel.visiable = false end if I have ...more >>

ErrorMessage display with validators
Posted by paul.hester NO[at]SPAM gmail.com at 5/29/2006 1:02:23 AM
Hi all, Is there any way to customize the error message display with validators. For example, with the following snippet: <tr> <td> <asp:RequiredFieldValidator runat="server" ControlToValidate="userName" Display="Dynamic" EnableClientScript="false" ErrorMessage="Please enter y...more >>

XML Reading
Posted by thomson at 5/29/2006 12:01:38 AM
Hi all, I do have an XML file which i have given below, AS you can see there is an id attribute with the master element , If i pass the id for eg: 1 i need to get all the field elements associated with it, Can any one let me know how best we can traverse it and return the v...more >>

Localizing a web setup project
Posted by WT at 5/29/2006 12:00:00 AM
Hello, Using english version of vs 2005 to develop, my setup dialogs are all displayed in english, is there some way to have it displayed according the current culture using resources as we do for applications and web sites ? Thanks for help CS PS: already posted in localization without any...more >>

Third Party Controls
Posted by mac at 5/29/2006 12:00:00 AM
Hi! Is there any third party controls like Tab Control to be use in ASP.Net? Thanks Mac ...more >>


DevelopmentNow Blog