Click here to Skip to main content
15,884,176 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionSending Email Pin
Soumini Ramakrishnan30-Mar-08 21:56
Soumini Ramakrishnan30-Mar-08 21:56 
GeneralRe: Sending Email Pin
Abhijit Jana30-Mar-08 22:27
professionalAbhijit Jana30-Mar-08 22:27 
GeneralRe: Sending Email Pin
Laddie30-Mar-08 23:25
Laddie30-Mar-08 23:25 
GeneralRe: Sending Email Pin
Soumini Ramakrishnan31-Mar-08 0:53
Soumini Ramakrishnan31-Mar-08 0:53 
GeneralRe: Sending Email Pin
Laddie31-Mar-08 1:11
Laddie31-Mar-08 1:11 
GeneralRe: Sending Email Pin
Soumini Ramakrishnan31-Mar-08 1:39
Soumini Ramakrishnan31-Mar-08 1:39 
GeneralRe: Sending Email Pin
Laddie31-Mar-08 2:21
Laddie31-Mar-08 2:21 
GeneralGenerate asp.net page on the fly [modified] Pin
Pawel Gielmuda30-Mar-08 21:44
Pawel Gielmuda30-Mar-08 21:44 
Hello

Do you know any way to generate asp.net page on the fly? On the fly means when user goes to page like this www.test.com/Survey it will load data from database for Survey...
I've been using redirection on the 404 error in my webconfig and then I parse aspxerrorpath to see what user want to access. But this thing works on my IIS from VS and not on the webhosts I used (bizhost.com, quantasoft.eu)

Do you know any other way how to handle that? Ah and I dont want to use query string (www.test.com/generator.aspx?id=Survey)

Below is part of my web.config:
<code> <customerrors mode="On" defaultredirect="GenericErrorPage.htm">
<error statuscode="404" redirect="Survey.aspx" />
</customerrors></code>

<div class="ForumMod">modified on Monday, March 31, 2008 3:57 AM</div>
GeneralRe: Generate asp.net page on the fly Pin
Guffa31-Mar-08 0:14
Guffa31-Mar-08 0:14 
GeneralRe: Generate asp.net page on the fly Pin
Pawel Gielmuda31-Mar-08 3:07
Pawel Gielmuda31-Mar-08 3:07 
GeneralCrystal Reports 2008 exportformats are missing in viewer Pin
livez30-Mar-08 21:31
livez30-Mar-08 21:31 
Questionhow to bind datatable to crystal report viewer Pin
ashok@techxygen30-Mar-08 21:03
ashok@techxygen30-Mar-08 21:03 
AnswerRe: how to bind datatable to crystal report viewer [modified] Pin
livez30-Mar-08 21:28
livez30-Mar-08 21:28 
GeneralProblem with Crystal Report Pin
Deepak Nigam30-Mar-08 20:28
Deepak Nigam30-Mar-08 20:28 
Generaltext changed event Pin
Kissy1630-Mar-08 20:22
Kissy1630-Mar-08 20:22 
GeneralRe: text changed event Pin
$unil Dhiman30-Mar-08 21:23
$unil Dhiman30-Mar-08 21:23 
GeneralRe: text changed event Pin
Kissy1630-Mar-08 21:32
Kissy1630-Mar-08 21:32 
Questionhow to open MSI in a new window [modified] Pin
bigphish30-Mar-08 19:33
bigphish30-Mar-08 19:33 
GeneralCheck rowindex exists or not in a grid problem Pin
SreejithAchutan30-Mar-08 18:59
SreejithAchutan30-Mar-08 18:59 
GeneralRe: Check rowindex exists or not in a grid problem Pin
farazsk1130-Mar-08 21:49
farazsk1130-Mar-08 21:49 
GeneralRe: Check rowindex exists or not in a grid problem Pin
Laddie30-Mar-08 23:29
Laddie30-Mar-08 23:29 
Questionhow to show sub menu items horizontal Pin
$unil Dhiman30-Mar-08 17:00
$unil Dhiman30-Mar-08 17:00 
GeneralRe: how to show sub menu items horizontal Pin
Abhijit Jana30-Mar-08 20:12
professionalAbhijit Jana30-Mar-08 20:12 
GeneralRe: how to show sub menu items horizontal Pin
$unil Dhiman30-Mar-08 20:59
$unil Dhiman30-Mar-08 20:59 
GeneralRe: how to show sub menu items horizontal Pin
Abhijit Jana30-Mar-08 22:24
professionalAbhijit Jana30-Mar-08 22:24 

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.