Click here to Skip to main content
15,911,646 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCrystal Reports 11: Passing date parameters in asp.net?? Pin
Goalie3528-Nov-06 5:39
Goalie3528-Nov-06 5:39 
AnswerRe: Crystal Reports 11: Passing date parameters in asp.net?? Pin
Bassam Saoud28-Nov-06 8:25
Bassam Saoud28-Nov-06 8:25 
Questionhow to use asp.net page on web Pin
trannguyen8628-Nov-06 4:23
trannguyen8628-Nov-06 4:23 
AnswerRe: how to use asp.net page on web Pin
Goalie3528-Nov-06 5:50
Goalie3528-Nov-06 5:50 
GeneralRe: how to use asp.net page on web Pin
trannguyen8628-Nov-06 8:26
trannguyen8628-Nov-06 8:26 
GeneralRe: how to use asp.net page on web Pin
Goalie3528-Nov-06 8:38
Goalie3528-Nov-06 8:38 
GeneralRe: how to use asp.net page on web Pin
ednrgc28-Nov-06 8:50
ednrgc28-Nov-06 8:50 
GeneralRe: how to use asp.net page on web Pin
trannguyen8628-Nov-06 14:29
trannguyen8628-Nov-06 14:29 
http://www.bambooproductall.com/mysite/WebApplication6/bin/WebForm1.aspx
this is my web, you can copy and paste it in brower and see my failt

or this is my failt
<!--
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.

Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="Off"/>
</system.web>
</configuration>


Notes: The current error page you are seeing can be replaced by a custom error page by modifying the "defaultRedirect" attribute of the application's <customErrors> configuration tag to point to a custom error page URL.


<!-- Web.Config Configuration File -->

<configuration>
<system.web>
<customErrors mode="RemoteOnly" defaultRedirect="mycustompage.htm"/>
</system.web>
</configuration>
-->

i try to correct my failt by correct web.config like it said but no effect

this is my project, i only create 2 text box and 1 button
http://www.freewebs.com/quetien/imageforblog/chandoi.zip

im using .net 2003, it run good on my computer, i only dont know how to use it on web

thank for advance

____________
tran nguyen
GeneralRe: how to use asp.net page on web Pin
ednrgc28-Nov-06 8:51
ednrgc28-Nov-06 8:51 
QuestionGetting column data from GridView on page using MasterPage Pin
marconi Flangepants28-Nov-06 4:03
marconi Flangepants28-Nov-06 4:03 
AnswerRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun28-Nov-06 9:47
Grapes-R-Fun28-Nov-06 9:47 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants28-Nov-06 10:44
marconi Flangepants28-Nov-06 10:44 
AnswerRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun28-Nov-06 15:14
Grapes-R-Fun28-Nov-06 15:14 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants29-Nov-06 9:24
marconi Flangepants29-Nov-06 9:24 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun29-Nov-06 10:24
Grapes-R-Fun29-Nov-06 10:24 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants30-Nov-06 2:42
marconi Flangepants30-Nov-06 2:42 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants1-Dec-06 0:49
marconi Flangepants1-Dec-06 0:49 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun1-Dec-06 7:22
Grapes-R-Fun1-Dec-06 7:22 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants1-Dec-06 7:27
marconi Flangepants1-Dec-06 7:27 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun1-Dec-06 7:51
Grapes-R-Fun1-Dec-06 7:51 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants1-Dec-06 9:14
marconi Flangepants1-Dec-06 9:14 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun1-Dec-06 9:18
Grapes-R-Fun1-Dec-06 9:18 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants1-Dec-06 9:26
marconi Flangepants1-Dec-06 9:26 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
Grapes-R-Fun1-Dec-06 9:31
Grapes-R-Fun1-Dec-06 9:31 
GeneralRe: Getting column data from GridView on page using MasterPage Pin
marconi Flangepants1-Dec-06 10:07
marconi Flangepants1-Dec-06 10:07 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.