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 > march 2004 > threads for saturday march 27

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

How to use #include in asp.net page??
Posted by Àä×ÔȪ at 3/27/2004 11:29:36 PM


global.asax - WTFO On Why This Causes Problem
Posted by someone at 3/27/2004 8:42:29 PM
I know it must be a server configuration issue but perhaps someone has come across this one before. I create a virtual directory, add FP extensions, then create a new project. I add a couple of small HTML items just to run a page. However, I get the following: Parser Error Description: An er...more >>

Newie question.
Posted by Guoqi Zheng at 3/27/2004 8:40:20 PM
I just found out that I sent out an uncomplete email(click wrong) , please ignore my previous email This is probably a very simple question, I just can not find the answer, I am very new to ASP.NET. I have the following in my repeater control. <b <%#Container.DataItem("ArticleContent")%>...more >>

<% %> tags
Posted by Dave Vanwonterghem at 3/27/2004 8:32:03 PM
I have following code in my asp .net page : <table> <tr><td> <X:hyperlink href="page(<%=pageID%>)"> </td></tr> <tr><td> <a href="emc.asp?pageID=<%=pageID%>"> </td></tr> </table> How come that in the first control (X:hyperlink) the value <%=pageID%> is NOT replaced, while in the...more >>

Version issue???
Posted by Jim Heavey at 3/27/2004 5:09:40 PM
I took a simple littel project that I had and pulled each of the .cs, .aspx and .css and send them to a friend of mine. I had her create a new project and the add existing option. I then had her compile and run and when she runs, she gets the following error message "Unable to find script li...more >>

AuthorizeNet AIM
Posted by sqlvs NO[at]SPAM myway.com at 3/27/2004 4:57:55 PM
Hello, Does anyone have a working example of accessing AuthorizeNet through the AIM method they can share? I've searched a bunch of places but haven't found anything in .Net (AuthorizeNet doesn't have .Net sample code). I don't need a shopping cart, as I just have a simple order form. Th...more >>

arrgh, aspx templates.
Posted by suzy at 3/27/2004 2:02:15 PM
this is driving me crazy. i hear so many people telling me page templates are easy, so why can't i get it to work in a nice way. i just looked at the following site to find out how to implement page temlates (http://authors.aspalliance.com/mamanze/articles/?path=pagetemplate3). i thought it...more >>

Error and double open dialog when downloading Excel file from ASP.NET.
Posted by Lowell at 3/27/2004 1:46:07 PM
I've got two problems. First, when this code works, I get a "Open/Save/Cancel" dialog and if I click "Open", I get the same dialog again and then IE opens Excel. So what am I doing wrong to get the double dialog? Also, I occasionally get a "Server Application Unavailable" error message (as an HTM...more >>



Setting class property in web.config file
Posted by JollyK at 3/27/2004 1:37:28 PM
Hello folks, I know about the appsettings attribute, but I would like to know if there is a way to set a class property in a web.config file? for example, suppose I have a the following code [code] namespace Test { class ClassA { private string _strName; public string Name ...more >>

RadioButtonList Properties
Posted by Wayne Wengert at 3/27/2004 1:21:16 PM
In several books I see "SelectedValue" as a property but when I use it, I get a compile error that it is not a valid property. From a google search I found an example that used the following format and that works (but is not listed in any of the references)? Evaluators is the groupname of the rad...more >>

Configuration Problem
Posted by Ather Ali Shaikh at 3/27/2004 1:01:32 PM
I am getting following error when opening a old project, can any one = tell me the actual problem .... Thanks. Configuration Error=20 Description: An error occurred during the processing of a configuration = file required to service this request. Please review the specific error = details belo...more >>

Insert HTML dynamicaly
Posted by Carlos Cruz at 3/27/2004 12:33:41 PM
Hi, I've donne some web development in PHP and I'm trying to change to ASP.NET. I'm used to insert HTML code dynamically on a page. Does ASP.NET works this way too ? For example: Supposing I want to create dynamically an HTML Table with a link on each row. In PHP I insert <?PHP Function ...more >>

Modifying page output using Session data?
Posted by Al Cohen at 3/27/2004 11:20:02 AM
I'm attempting to build a templating engine that will substitute the values of session variables for tags in a page before the page gets sent to the client. For example, the contents of Session["UserName"] would replace each instance of ${UserName} in the page just before the page is return...more >>

Private assembly?
Posted by Mark at 3/27/2004 9:46:09 AM
Hi, can someone please tell me what a private assembly is? I am thinking of buying a ASP.NET component which includes all the source code but also says something about there being a private assembly. I want to be able to modify the component for my needs (hence the reason I will pay more f...more >>

File browser in client side
Posted by JL at 3/27/2004 2:21:29 AM
Hi, Can i use the button click event to open the file browser in client side, and get back the selected folder and file information? Thanks for any assistant. Rgds Raymond ...more >>

Template file
Posted by Teo at 3/27/2004 2:09:20 AM
Hi!! Can I have include files in ASP.NET? I want to create a huge site in ASP.NET and I was wondering if I could simplify the development time by using include files (such as header, footer, menus, etc). How would I go about creating these include files? Thanks much in advance, Teofilo Homsa...more >>

FormsAuthentication.RedirectFromLoginPage
Posted by Andy Sutorius at 3/27/2004 1:43:08 AM
I have Forms Auth. running successfully using the web.config to hold the username and password with one exception. After logging in I am redirected to the root of the website. I don't want to go there. I want to go somewhere else. Where do I define in Forms Auth. where to redirect after a success...more >>

asp.net radiobutton doesnt recognize jscript function, but html radiobutton will
Posted by moondaddy at 3/27/2004 1:23:29 AM
I have an asp radiobutton which calls a jscript function with its OnCheckedChanged event. However when the page loads it errors saying that the function doesn't exists. But when I change it from a asp.net radiobutton to an html radiobutton (Input element and type=radio) the page loads and al...more >>

How to reverse a boolean variable using jscript
Posted by moondaddy at 3/27/2004 1:02:27 AM
What's an elegant way to reverse the Boolean value of a Boolean variable using jscript? For example in vb I could do something like flag = not flag. Thanks. -- moondaddy@nospam.com ...more >>

Datetime and String
Posted by Machi at 3/27/2004 12:21:09 AM
when we talking about "valid string representation" in DateTime and string transformation ... what actually do we mean ? In what format of string can be considered as Valid or Invalid ? Please advice . Thank you so much . ...more >>


DevelopmentNow Blog