Click here to Skip to main content
15,919,434 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: User authenitcation using a database Pin
ASPnoob28-Jul-07 19:17
ASPnoob28-Jul-07 19:17 
GeneralRe: User authenitcation using a database Pin
Paul Conrad28-Jul-07 19:26
professionalPaul Conrad28-Jul-07 19:26 
GeneralRe: User authenitcation using a database [modified] Pin
ASPnoob28-Jul-07 20:04
ASPnoob28-Jul-07 20:04 
GeneralRe: User authenitcation using a database Pin
Paul Conrad28-Jul-07 20:17
professionalPaul Conrad28-Jul-07 20:17 
QuestionRSS FEED Pin
Sarfaraj Ahmed28-Jul-07 16:45
Sarfaraj Ahmed28-Jul-07 16:45 
QuestionAdding header footer usercontrols [modified] Pin
TheEagle28-Jul-07 14:04
TheEagle28-Jul-07 14:04 
Questionadding and removing table rows dynamically [modified] Pin
jojoStoneHead28-Jul-07 7:14
jojoStoneHead28-Jul-07 7:14 
AnswerRe: adding and removing table rows dynamically [modified] Pin
wk63328-Jul-07 7:29
wk63328-Jul-07 7:29 
Viewstate is applied to the page's controls between Init and Load, so if you dynamically change your control in Page_Load, Viewstate won't be applied to them, and the page won't know what event caused the postback, and your event won't fire.

if you do this:
plcEmailTable.Controls.Add(tblUserEmails)
in PageInit instead, it should work.


-- modified at 13:53 Saturday 28th July, 2007

Duh, sorry, forget that. I see you're already doing your dynamic creation in PageInit. I read it too quickly.
QuestionRe: adding and removing table rows dynamically Pin
jojoStoneHead28-Jul-07 8:14
jojoStoneHead28-Jul-07 8:14 
AnswerRe: adding and removing table rows dynamically Pin
wk63328-Jul-07 10:49
wk63328-Jul-07 10:49 
GeneralRe: adding and removing table rows dynamically Pin
jojoStoneHead28-Jul-07 11:09
jojoStoneHead28-Jul-07 11:09 
QuestionControl Type Pin
hadad28-Jul-07 4:50
hadad28-Jul-07 4:50 
AnswerRe: Control Type Pin
Guffa28-Jul-07 10:01
Guffa28-Jul-07 10:01 
QuestionRunning Videos Pin
.NET- India 28-Jul-07 3:01
.NET- India 28-Jul-07 3:01 
QuestionAsychronous call to URL behind the scene without redirecting to the page Pin
Amvir28-Jul-07 2:39
Amvir28-Jul-07 2:39 
AnswerRe: Asychronous call to URL behind the scene without redirecting to the page Pin
Brady Kelly28-Jul-07 5:54
Brady Kelly28-Jul-07 5:54 
GeneralRe: Asychronous call to URL behind the scene without redirecting to the page Pin
Amvir29-Jul-07 20:25
Amvir29-Jul-07 20:25 
GeneralRe: Asychronous call to URL behind the scene without redirecting to the page Pin
Brady Kelly29-Jul-07 21:51
Brady Kelly29-Jul-07 21:51 
QuestionHyperlink and AJAX ModalPopup Pin
h@s@n28-Jul-07 2:15
h@s@n28-Jul-07 2:15 
QuestionColor html document Printing Pin
rahul21nov28-Jul-07 2:06
rahul21nov28-Jul-07 2:06 
AnswerRe: Color html document Printing Pin
Blue_Boy28-Jul-07 2:15
Blue_Boy28-Jul-07 2:15 
QuestionReteriving data from database Pin
h@s@n28-Jul-07 2:06
h@s@n28-Jul-07 2:06 
QuestionMaster Page Problem Pin
Mahesh.J28-Jul-07 1:08
Mahesh.J28-Jul-07 1:08 
AnswerRe: Master Page Problem [modified] Pin
wk63328-Jul-07 6:30
wk63328-Jul-07 6:30 
QuestionASPNET Error Pin
#realJSOP28-Jul-07 0:59
professional#realJSOP28-Jul-07 0:59 

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.