Click here to Skip to main content
15,881,812 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questiononline exam timer scrpit Pin
srujanv28-Sep-09 17:51
srujanv28-Sep-09 17:51 
AnswerRe: online exam timer scrpit Pin
Christian Graus28-Sep-09 19:46
protectorChristian Graus28-Sep-09 19:46 
QuestionDealing with browser back button after logging out Pin
dptalt28-Sep-09 8:47
dptalt28-Sep-09 8:47 
AnswerRe: Dealing with browser back button after logging out Pin
Parwej Ahamad28-Sep-09 9:19
professionalParwej Ahamad28-Sep-09 9:19 
AnswerRe: Dealing with browser back button after logging out Pin
Abhishek Sur28-Sep-09 9:57
professionalAbhishek Sur28-Sep-09 9:57 
QuestionRe: Dealing with browser back button after logging out Pin
dptalt29-Sep-09 1:48
dptalt29-Sep-09 1:48 
QuestionEditor Controls getting lost when rebinding the grid (Infragistics Ultrawebgrid) Pin
sskala28-Sep-09 6:15
sskala28-Sep-09 6:15 
AnswerRe: Editor Controls getting lost when rebinding the grid (Infragistics Ultrawebgrid) Pin
Abhishek Sur28-Sep-09 7:00
professionalAbhishek Sur28-Sep-09 7:00 
GeneralRe: Editor Controls getting lost when rebinding the grid (Infragistics Ultrawebgrid) Pin
sskala28-Sep-09 7:06
sskala28-Sep-09 7:06 
AnswerRe: Editor Controls getting lost when rebinding the grid (Infragistics Ultrawebgrid) Pin
Abhishek Sur28-Sep-09 7:12
professionalAbhishek Sur28-Sep-09 7:12 
GeneralRe: Editor Controls getting lost when rebinding the grid (Infragistics Ultrawebgrid) Pin
sskala28-Sep-09 7:53
sskala28-Sep-09 7:53 
GeneralRe: Editor Controls getting lost when rebinding the grid (Infragistics Ultrawebgrid) Pin
sskala29-Sep-09 3:44
sskala29-Sep-09 3:44 
QuestionError - can not create enum dynamically Pin
$unil Dhiman28-Sep-09 5:59
$unil Dhiman28-Sep-09 5:59 
AnswerRe: Error - can not create enum dynamically Pin
N a v a n e e t h28-Sep-09 6:34
N a v a n e e t h28-Sep-09 6:34 
GeneralRe: Error - can not create enum dynamically Pin
Abhishek Sur28-Sep-09 6:43
professionalAbhishek Sur28-Sep-09 6:43 
GeneralRe: Error - can not create enum dynamically Pin
$unil Dhiman28-Sep-09 19:10
$unil Dhiman28-Sep-09 19:10 
GeneralRe: Error - can not create enum dynamically Pin
N a v a n e e t h28-Sep-09 20:21
N a v a n e e t h28-Sep-09 20:21 
GeneralRe: Error - can not create enum dynamically Pin
$unil Dhiman28-Sep-09 20:44
$unil Dhiman28-Sep-09 20:44 
AnswerRe: Error - can not create enum dynamically Pin
Michael Eber28-Sep-09 6:43
Michael Eber28-Sep-09 6:43 
GeneralRe: Error - can not create enum dynamically Pin
$unil Dhiman28-Sep-09 18:44
$unil Dhiman28-Sep-09 18:44 
AnswerPlease Don't Cross Post Pin
Abhijit Jana28-Sep-09 7:52
professionalAbhijit Jana28-Sep-09 7:52 
QuestionExtracting innerHTML from a div elements that contains dynamic controls Pin
compninja2528-Sep-09 5:32
compninja2528-Sep-09 5:32 
Hi Everyone,

I was curious if it's possible to grab the HTML that a client would receive after the server processes a bit of code. I'm building a web app that will need to send an e-mail notification to the end user. I've already created the dynamic code and display the confirmation on the screen, but what I would like to do is something like this:
MailMessage.Body = Confirmation_div.InnerHtml.ToString();

This way, I can simply email all of the items without having to rebuild the message body html. This bit of code gives me an error indicating that the server can't grab the innerHTML because the div element isn't using any literal controls. Is there a way to convert all of the dynamic controls (after the values have been designated) to literal controls, or somehow grabbing the HTML equilavent that will be sent to the client during the PAGE_PreRender or something?

Thanks!

Knowledge is not power, however, the acquisition and appropriate application of knowledge can make you a very powerful individual.

AnswerRe: Extracting innerHTML from a div elements that contains dynamic controls Pin
N a v a n e e t h28-Sep-09 5:48
N a v a n e e t h28-Sep-09 5:48 
GeneralRe: Extracting innerHTML from a div elements that contains dynamic controls [modified] Pin
compninja2528-Sep-09 6:16
compninja2528-Sep-09 6:16 
GeneralRe: Extracting innerHTML from a div elements that contains dynamic controls Pin
Abhishek Sur28-Sep-09 6:32
professionalAbhishek Sur28-Sep-09 6:32 

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.