Click here to Skip to main content
15,916,030 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: How can i create an aspx page dynamically Pin
Mogaambo29-May-08 3:07
Mogaambo29-May-08 3:07 
GeneralRe: How can i create an aspx page dynamically Pin
Satish - Developer29-May-08 3:11
Satish - Developer29-May-08 3:11 
GeneralRe: How can i create an aspx page dynamically Pin
Satish - Developer29-May-08 3:12
Satish - Developer29-May-08 3:12 
QuestionRe: How can i create an aspx page dynamically Pin
Vasudevan Deepak Kumar29-May-08 4:25
Vasudevan Deepak Kumar29-May-08 4:25 
AnswerRe: How can i create an aspx page dynamically Pin
N a v a n e e t h29-May-08 3:13
N a v a n e e t h29-May-08 3:13 
GeneralRe: How can i create an aspx page dynamically Pin
Satish - Developer29-May-08 3:16
Satish - Developer29-May-08 3:16 
GeneralRe: How can i create an aspx page dynamically Pin
N a v a n e e t h29-May-08 7:17
N a v a n e e t h29-May-08 7:17 
AnswerRe: How can i create an aspx page dynamically Pin
Jagadeesh Jupalli29-May-08 3:55
Jagadeesh Jupalli29-May-08 3:55 
Do you want to generate user specific code dynamically and display it on the webpage. With HTML formatting in it??? If I am Right...

in .aspx page (This page is common for all the Customers)
<asp:panel id="Panel1" runat="server" height="250px" width="300px">
<div id="ClientBody" runat="server"></div>
</asp:panel>

in .aspx.cs page

string t = ........; //Pass client specific data here. you can also use HTML taga as u wish for formatting the data. Use stringbuilder if you have...........

ClientBody.InnerHtml = Server.HtmlDecode(t); // to display in .aspx page

~JJ
QuestionASP.NET Regular expression and Required field validators not working on WebServer [modified] Pin
Sujit Mandal29-May-08 2:58
Sujit Mandal29-May-08 2:58 
AnswerRe: ASP.NET Regular expression and Required field validators not working on WebServer Pin
eyeseetee29-May-08 3:10
eyeseetee29-May-08 3:10 
QuestionHow can I delete an uploaded file???? Pin
epp112329-May-08 2:38
epp112329-May-08 2:38 
AnswerRe: How can I delete an uploaded file???? Pin
eyeseetee29-May-08 3:09
eyeseetee29-May-08 3:09 
AnswerRe: How can I delete an uploaded file???? Pin
Vasudevan Deepak Kumar29-May-08 4:20
Vasudevan Deepak Kumar29-May-08 4:20 
Questionjavascript funtion Pin
bijeshputhalath29-May-08 2:09
bijeshputhalath29-May-08 2:09 
AnswerRe: javascript funtion Pin
www.Developerof.NET29-May-08 2:44
www.Developerof.NET29-May-08 2:44 
GeneralRe: javascript funtion Pin
Jagadeesh Jupalli29-May-08 3:03
Jagadeesh Jupalli29-May-08 3:03 
GeneralRe: javascript funtion Pin
bijeshputhalath29-May-08 3:14
bijeshputhalath29-May-08 3:14 
GeneralRe: javascript funtion Pin
Jagadeesh Jupalli29-May-08 3:28
Jagadeesh Jupalli29-May-08 3:28 
GeneralRe: javascript funtion Pin
Jagadeesh Jupalli29-May-08 3:34
Jagadeesh Jupalli29-May-08 3:34 
GeneralRe: javascript funtion Pin
bijeshputhalath29-May-08 3:50
bijeshputhalath29-May-08 3:50 
GeneralRe: javascript funtion Pin
Jagadeesh Jupalli29-May-08 4:14
Jagadeesh Jupalli29-May-08 4:14 
GeneralRe: javascript funtion Pin
bijeshputhalath29-May-08 20:05
bijeshputhalath29-May-08 20:05 
GeneralRe: javascript funtion Pin
bijeshputhalath29-May-08 3:10
bijeshputhalath29-May-08 3:10 
GeneralRe: javascript funtion Pin
www.Developerof.NET1-Jun-08 9:20
www.Developerof.NET1-Jun-08 9:20 
QuestionQuestion Pin
nithydurai29-May-08 2:08
nithydurai29-May-08 2:08 

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.