Click here to Skip to main content
15,900,110 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: httphandler and imageproblems Pin
eyeseetee28-May-08 22:18
eyeseetee28-May-08 22:18 
GeneralRe: httphandler and imageproblems Pin
livez28-May-08 22:43
livez28-May-08 22:43 
GeneralRe: httphandler and imageproblems Pin
eyeseetee28-May-08 23:09
eyeseetee28-May-08 23:09 
GeneralRe: httphandler and imageproblems [modified] Pin
livez28-May-08 23:12
livez28-May-08 23:12 
GeneralRe: httphandler and imageproblems Pin
eyeseetee28-May-08 23:48
eyeseetee28-May-08 23:48 
GeneralRe: httphandler and imageproblems Pin
livez29-May-08 1:20
livez29-May-08 1:20 
QuestionHow to Building dynamic forms and controls on fly Pin
Satish - Developer28-May-08 20:06
Satish - Developer28-May-08 20:06 
AnswerRe: How to Building dynamic forms and controls on fly Pin
Eduard Keilholz28-May-08 20:37
Eduard Keilholz28-May-08 20:37 
So in fact you need one empty form which you will fill depending ont the datasource.. That's pretty much possible, I don't understand what your question is. You told us what you want but you didn't really ask a question.

What you want is possible, no problem... drag a placeholder on your form and create all controls on the fly...

for example
<br />
Panel pnlFirst = new Panel();<br />
pnlFirst.ID = "pnlFirst";<br />
<br />
Textbox tbName = new Textbox();<br />
tbName.ID = "tbName";<br />
<br />
pnlFirst.Controls.Add(tbName);<br />
PlaceHolder1.Controls.Add(pnlFirst);<br />


.: I love it when a plan comes together :.
http://www.zonderpunt.nl

GeneralRe: How to Building dynamic forms and controls on fly Pin
Satish - Developer28-May-08 20:48
Satish - Developer28-May-08 20:48 
GeneralRe: How to Building dynamic forms and controls on fly Pin
eyeseetee28-May-08 21:52
eyeseetee28-May-08 21:52 
GeneralRe: How to Building dynamic forms and controls on fly Pin
Eduard Keilholz28-May-08 22:22
Eduard Keilholz28-May-08 22:22 
AnswerRe: How to Building dynamic forms and controls on fly Pin
Satish - Developer28-May-08 20:58
Satish - Developer28-May-08 20:58 
Questionconsuming webservice problem? Pin
madhavi.kona28-May-08 19:21
madhavi.kona28-May-08 19:21 
AnswerRe: consuming webservice problem? Pin
Eduard Keilholz28-May-08 20:31
Eduard Keilholz28-May-08 20:31 
AnswerRe: consuming webservice problem? Pin
eyeseetee28-May-08 21:43
eyeseetee28-May-08 21:43 
Questioncosuming webservice problem? Pin
madhavi.kona28-May-08 19:18
madhavi.kona28-May-08 19:18 
Questionintranet based question Pin
Pankaj Garg28-May-08 19:09
Pankaj Garg28-May-08 19:09 
AnswerRe: intranet based question Pin
eyeseetee28-May-08 21:42
eyeseetee28-May-08 21:42 
Question"onkeypress" event Pin
Robeel28-May-08 18:59
Robeel28-May-08 18:59 
AnswerRe: "onkeypress" event Pin
Eduard Keilholz28-May-08 20:22
Eduard Keilholz28-May-08 20:22 
AnswerRe: "onkeypress" event Pin
eyeseetee28-May-08 21:41
eyeseetee28-May-08 21:41 
GeneralRe: "onkeypress" event Pin
Robeel29-May-08 0:33
Robeel29-May-08 0:33 
Questionexport pdf Pin
saravanan0528-May-08 18:58
saravanan0528-May-08 18:58 
Questioncan we use one proxy of a webservice for different applications? Pin
madhavi.kona28-May-08 18:55
madhavi.kona28-May-08 18:55 
AnswerRe: can we use one proxy of a webservice for different applications? Pin
Sam Xavier6-Jun-08 1:13
Sam Xavier6-Jun-08 1:13 

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.