Click here to Skip to main content
15,922,407 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Imag WebControl and some Problems...! Pin
amin_behzadi3-Aug-06 3:56
professionalamin_behzadi3-Aug-06 3:56 
GeneralRe: Imag WebControl and some Problems...! Pin
eggsovereasy3-Aug-06 4:49
eggsovereasy3-Aug-06 4:49 
AnswerRe: Imag WebControl and some Problems...! Pin
Not Active3-Aug-06 3:35
mentorNot Active3-Aug-06 3:35 
AnswerRe: Imag WebControl and some Problems...! Pin
ravikiranreddydharmannagari3-Aug-06 21:30
ravikiranreddydharmannagari3-Aug-06 21:30 
QuestionHow to Generate controls in web page ASP.NET 2.0? Pin
Haridas.R3-Aug-06 2:32
Haridas.R3-Aug-06 2:32 
AnswerRe: How to Generate controls in web page ASP.NET 2.0? Pin
VenkataRamana.Gali3-Aug-06 2:53
VenkataRamana.Gali3-Aug-06 2:53 
GeneralRe: How to Generate controls in web page ASP.NET 2.0? Pin
Haridas.R3-Aug-06 20:37
Haridas.R3-Aug-06 20:37 
AnswerRe: How to Generate controls in web page ASP.NET 2.0? Pin
ToddHileHoffer3-Aug-06 3:00
ToddHileHoffer3-Aug-06 3:00 
Generating controls is possible but mainting the state is tricky. If you can't use a dataRepeater (even with your own custom XML or dataset) or gridview you may have to.

<br />
TextBox txt = new TextBox();<br />
        txt.Text = "Dynamically added to Page";<br />
        this.Controls.Add(txt);<br />

You will find that the value in the control will disappear on each postback.
Please refer to this link for more information about the page lifecycle.

how vital enterprise application are for proactive organizations leveraging collective synergy to think outside the box and formulate their key objectives into a win-win game plan with a quality-driven approach that focuses on empowering key players to drive-up their core competencies and increase expectations with an all-around initiative to drive up the bottom-line. But of course, that's all a "high level" overview of things
--thedailywtf 3/21/06

QuestionRe: How to Generate controls in web page ASP.NET 2.0? Pin
Haridas.R3-Aug-06 20:26
Haridas.R3-Aug-06 20:26 
QuestionProblem with FileBroserDialog in asp.net Pin
codethere3-Aug-06 2:09
codethere3-Aug-06 2:09 
AnswerRe: Problem with FileBroserDialog in asp.net Pin
ToddHileHoffer3-Aug-06 2:15
ToddHileHoffer3-Aug-06 2:15 
Questionsecuring webapp with web.config Pin
0rb1t3-Aug-06 1:39
0rb1t3-Aug-06 1:39 
AnswerRe: securing webapp with web.config Pin
Chetan.visodiya3-Aug-06 2:05
Chetan.visodiya3-Aug-06 2:05 
GeneralRe: securing webapp with web.config Pin
0rb1t3-Aug-06 2:31
0rb1t3-Aug-06 2:31 
AnswerRe: securing webapp with web.config Pin
ToddHileHoffer3-Aug-06 2:20
ToddHileHoffer3-Aug-06 2:20 
GeneralRe: securing webapp with web.config Pin
0rb1t3-Aug-06 4:33
0rb1t3-Aug-06 4:33 
GeneralRe: securing webapp with web.config Pin
ToddHileHoffer3-Aug-06 8:06
ToddHileHoffer3-Aug-06 8:06 
Questionplay audio files using asp.net 1.1/c# Pin
DGtech3-Aug-06 0:26
DGtech3-Aug-06 0:26 
AnswerRe: play audio files using asp.net 1.1/c# Pin
VenkataRamana.Gali3-Aug-06 2:37
VenkataRamana.Gali3-Aug-06 2:37 
QuestionError while providing file download in webpage Pin
seee sharp2-Aug-06 23:20
seee sharp2-Aug-06 23:20 
AnswerRe: Error while providing file download in webpage Pin
ToddHileHoffer3-Aug-06 2:50
ToddHileHoffer3-Aug-06 2:50 
GeneralRe: Error while providing file download in webpage Pin
seee sharp3-Aug-06 3:09
seee sharp3-Aug-06 3:09 
GeneralRe: Error while providing file download in webpage Pin
ToddHileHoffer3-Aug-06 3:19
ToddHileHoffer3-Aug-06 3:19 
GeneralRe: Error while providing file download in webpage Pin
seee sharp4-Aug-06 4:01
seee sharp4-Aug-06 4:01 
Questionhow to call frame page using webrequest Pin
nilesh28742-Aug-06 23:06
nilesh28742-Aug-06 23:06 

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.