Click here to Skip to main content
15,924,507 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionAccessibility issue: Alternate way for Close functionality Pin
narendra.vendi20-Sep-06 23:09
narendra.vendi20-Sep-06 23:09 
Questionasp.net question about database and refresh button Pin
Deepak the Cool20-Sep-06 22:43
Deepak the Cool20-Sep-06 22:43 
AnswerRe: asp.net question about database and refresh button Pin
abhi_viking20-Sep-06 23:07
abhi_viking20-Sep-06 23:07 
AnswerRe: asp.net question about database and refresh button Pin
Britney S. Morales21-Sep-06 4:08
Britney S. Morales21-Sep-06 4:08 
QuestionSimple Web User Control dynamic parts ... Pin
Oskars20-Sep-06 22:11
Oskars20-Sep-06 22:11 
AnswerRe: Simple Web User Control dynamic parts ... Pin
M LN Rao20-Sep-06 22:47
M LN Rao20-Sep-06 22:47 
GeneralRe: Simple Web User Control dynamic parts ... Pin
Oskars20-Sep-06 23:00
Oskars20-Sep-06 23:00 
GeneralRe: Simple Web User Control dynamic parts ... Pin
M LN Rao20-Sep-06 23:13
M LN Rao20-Sep-06 23:13 
When you are adding controls dynamically to the page, you need to ensure the childcontrol exists on the other call. This you can do either by adding everytime when you call the page.

protected void Page_Load(object sender, EventArgs e)
{
Load();
}
then it works fine.
let me know whether it works or not?
I will on-line only.
QuestionAccessibility issue: Alternate way for Print functionality Pin
narendra.vendi20-Sep-06 21:21
narendra.vendi20-Sep-06 21:21 
Questionto merge dynamically.. Pin
shyamkrishnan20-Sep-06 21:00
shyamkrishnan20-Sep-06 21:00 
AnswerRe: to merge dynamically.. Pin
Guffa20-Sep-06 22:04
Guffa20-Sep-06 22:04 
GeneralRe: to merge dynamically.. Pin
shyamkrishnan22-Sep-06 0:31
shyamkrishnan22-Sep-06 0:31 
GeneralRe: to merge dynamically.. Pin
shyamkrishnan22-Sep-06 0:36
shyamkrishnan22-Sep-06 0:36 
AnswerRe: to merge dynamically.. Pin
Guffa22-Sep-06 7:54
Guffa22-Sep-06 7:54 
GeneralRe: to merge dynamically.. Pin
Vicky Roberts21-Sep-06 0:04
Vicky Roberts21-Sep-06 0:04 
QuestionPls help....................... Pin
hai2muru20-Sep-06 20:45
hai2muru20-Sep-06 20:45 
AnswerRe: Pls help....................... Pin
Sathesh Sakthivel20-Sep-06 20:48
Sathesh Sakthivel20-Sep-06 20:48 
QuestionAsp.net Security ---Preventing Reuse of Password [modified] Pin
Farid_200520-Sep-06 20:44
Farid_200520-Sep-06 20:44 
QuestionSaving data from any page Pin
Uma Kameswari20-Sep-06 20:29
Uma Kameswari20-Sep-06 20:29 
AnswerRe: Saving data from any page Pin
Jay_se20-Sep-06 20:56
Jay_se20-Sep-06 20:56 
AnswerRe: Saving data from any page Pin
zarkan21-Sep-06 4:46
zarkan21-Sep-06 4:46 
QuestionMysql Connection string Pin
kirthikirthi20-Sep-06 20:13
kirthikirthi20-Sep-06 20:13 
AnswerRe: Mysql Connection string Pin
_AK_21-Sep-06 3:19
_AK_21-Sep-06 3:19 
Questionchecking blank spaces Pin
Sebastian T Xavier20-Sep-06 19:33
Sebastian T Xavier20-Sep-06 19:33 
AnswerRe: checking blank spaces Pin
M LN Rao20-Sep-06 19:58
M LN Rao20-Sep-06 19:58 

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.