Click here to Skip to main content
15,867,568 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: YDreams ImageMapDemo 2.0 Code Behind Issue Pin
Christian Graus31-Jul-09 12:11
protectorChristian Graus31-Jul-09 12:11 
GeneralRe: YDreams ImageMapDemo 2.0 Code Behind Issue Pin
dmgroup198431-Jul-09 18:33
dmgroup198431-Jul-09 18:33 
GeneralRe: YDreams ImageMapDemo 2.0 Code Behind Issue Pin
Christian Graus31-Jul-09 20:55
protectorChristian Graus31-Jul-09 20:55 
Questionweb services .net 2.0 + php Pin
raquidd2231-Jul-09 10:10
raquidd2231-Jul-09 10:10 
AnswerRe: web services .net 2.0 + php Pin
Christian Graus31-Jul-09 10:13
protectorChristian Graus31-Jul-09 10:13 
GeneralRe: web services .net 2.0 + php Pin
raquidd222-Aug-09 10:32
raquidd222-Aug-09 10:32 
QuestionConfused of dynamically added controls on AJAX page Pin
Spoks_ST31-Jul-09 6:42
Spoks_ST31-Jul-09 6:42 
AnswerRe: Confused of dynamically added controls on AJAX page Pin
Abhijit Jana31-Jul-09 7:47
professionalAbhijit Jana31-Jul-09 7:47 
Here is some tips for adding dynamic control.
. You have to create all the control before Page_Load(), Preferably on Page_PreInit(). Because if we create any dynamic control after Page_load(), The control will not maintain, ViewState and Postback data. Because, View State and Post back Load just before Page_load. So, if we create any control after postback, it will not able to get the view state and postback data.

Let me know if you have any problem.

Hope this information will help you Big Grin | :-D

Abhijit Jana | Codeproject MVP
Web Site : abhijitjana.net
Don't forget to click "Good Answer" on the post(s) that helped you.
View My Latest Article

GeneralRe: Confused of dynamically added controls on AJAX page [modified] Pin
Spoks_ST31-Jul-09 9:09
Spoks_ST31-Jul-09 9:09 
QuestionChange Windows Submit button to asp:ImageButton Pin
cmfuchs31-Jul-09 4:15
cmfuchs31-Jul-09 4:15 
AnswerRe: Change Windows Submit button to asp:ImageButton Pin
DoctorMick31-Jul-09 4:36
DoctorMick31-Jul-09 4:36 
QuestionHow to get value of HTML Editor in javascript Pin
Milind R Chavan31-Jul-09 3:45
Milind R Chavan31-Jul-09 3:45 
QuestionChinese Language input in .net Pin
Member 437757331-Jul-09 3:22
Member 437757331-Jul-09 3:22 
QuestionDynamic Menu Pin
blainzaw31-Jul-09 3:13
blainzaw31-Jul-09 3:13 
AnswerRe: Dynamic Menu Pin
Blue_Boy31-Jul-09 3:44
Blue_Boy31-Jul-09 3:44 
AnswerRe: Dynamic Menu Pin
r a m e s h31-Jul-09 5:46
r a m e s h31-Jul-09 5:46 
QuestionLong time to get DataSet While Stored Procedure takes 1 second. Pin
Member 263487631-Jul-09 3:00
Member 263487631-Jul-09 3:00 
QuestionProblem to Shutdown Remote PC from asp.net application running under iis 6.0 Pin
nani666631-Jul-09 2:12
nani666631-Jul-09 2:12 
AnswerRe: Problem to Shutdown Remote PC from asp.net application running under iis 6.0 Pin
Vimalsoft(Pty) Ltd31-Jul-09 2:18
professionalVimalsoft(Pty) Ltd31-Jul-09 2:18 
AnswerRe: Problem to Shutdown Remote PC from asp.net application running under iis 6.0 Pin
r a m e s h31-Jul-09 5:37
r a m e s h31-Jul-09 5:37 
Questionmake use of system32 dll in .net Pin
i_m_hashmat31-Jul-09 1:50
i_m_hashmat31-Jul-09 1:50 
AnswerRe: make use of system32 dll in .net Pin
Blikkies31-Jul-09 1:56
professionalBlikkies31-Jul-09 1:56 
AnswerRe: make use of system32 dll in .net Pin
Blikkies31-Jul-09 2:04
professionalBlikkies31-Jul-09 2:04 
QuestionDesigning a webpage Pin
srikantha_nagaraj31-Jul-09 0:45
srikantha_nagaraj31-Jul-09 0:45 
AnswerRe: Designing a webpage Pin
Abhishek Sur31-Jul-09 1:04
professionalAbhishek Sur31-Jul-09 1:04 

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.