Click here to Skip to main content
15,902,299 members
Home / Discussions / ASP.NET
   

ASP.NET

 
QuestionCreating child controls dynamically at runtime on clicking linkbutton in repeater control Pin
nainakarri24-Feb-09 4:57
nainakarri24-Feb-09 4:57 
QuestionGeneric Data Access Object Pin
snouto24-Feb-09 3:07
snouto24-Feb-09 3:07 
AnswerRe: Generic Data Access Object Pin
Jon Rista24-Feb-09 6:17
Jon Rista24-Feb-09 6:17 
QuestionNeed Help Pin
learningman24-Feb-09 3:00
learningman24-Feb-09 3:00 
AnswerPlease read the forum guidelines Pin
leckey24-Feb-09 4:53
leckey24-Feb-09 4:53 
Questionproblem with usercontrol Pin
Deepak Nigam24-Feb-09 2:00
Deepak Nigam24-Feb-09 2:00 
AnswerRe: problem with usercontrol Pin
Greg Chelstowski24-Feb-09 2:49
Greg Chelstowski24-Feb-09 2:49 
GeneralRe: problem with usercontrol Pin
Deepak Nigam24-Feb-09 3:29
Deepak Nigam24-Feb-09 3:29 
Thanks for your quick reply but i am not able to make an object of the usercontrol ie py_user py_user1 = new py_user();

also this part i have done using

Control t = LoadControl("../UserControl/py_user.ascx");

t.ID = "py" + i.ToString();
pPanel1.Controls.Add(t);

In my user control there is a textbox that takes an integer value and generates a table with the specified no of rows,

Now what happens suppose i have created 3 instance of my usercontrol, again in the first usercontrol i want 3 rows so i put 3 and generate 3 rows till this it is working fine, but when i move to second instance of usercontrol and try to generate 2 rows it generate 2 rows but it clear the rows of first control.

i want rows in all the usercontrols, please help me..............Smile | :)


GeneralRe: problem with usercontrol Pin
Greg Chelstowski24-Feb-09 3:55
Greg Chelstowski24-Feb-09 3:55 
QuestionProblem in Upadate panel,Details view, Dropdownlist Pin
Mr.Himansu24-Feb-09 1:57
Mr.Himansu24-Feb-09 1:57 
QuestionHandling Multiple Forms in ASP.NET Pin
_Sun24-Feb-09 1:51
_Sun24-Feb-09 1:51 
AnswerRe: Handling Multiple Forms in ASP.NET Pin
ToddHileHoffer24-Feb-09 8:47
ToddHileHoffer24-Feb-09 8:47 
GeneralRe: Handling Multiple Forms in ASP.NET Pin
_Sun24-Feb-09 18:05
_Sun24-Feb-09 18:05 
Questionwhich control is more faster repeater , data grid view, response.write etc Pin
Naveed72724-Feb-09 1:45
Naveed72724-Feb-09 1:45 
AnswerRe: which control is more faster repeater , data grid view, response.write etc Pin
Ennis Ray Lynch, Jr.24-Feb-09 4:57
Ennis Ray Lynch, Jr.24-Feb-09 4:57 
AnswerRe: which control is more faster repeater , data grid view, response.write etc Pin
ToddHileHoffer24-Feb-09 8:45
ToddHileHoffer24-Feb-09 8:45 
QuestionK means clustering in vb Pin
venkatadri reddy23-Feb-09 23:36
venkatadri reddy23-Feb-09 23:36 
QuestionClassic Asp Session not getting expire As per IIS setting timeout Pin
googlejumbo23-Feb-09 23:28
googlejumbo23-Feb-09 23:28 
QuestionPassing parameters to Javascript popup window Pin
pavanip23-Feb-09 22:53
pavanip23-Feb-09 22:53 
AnswerRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski23-Feb-09 23:03
Greg Chelstowski23-Feb-09 23:03 
GeneralRe: Passing parameters to Javascript popup window Pin
pavanip23-Feb-09 23:13
pavanip23-Feb-09 23:13 
GeneralRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski23-Feb-09 23:28
Greg Chelstowski23-Feb-09 23:28 
GeneralRe: Passing parameters to Javascript popup window Pin
pavanip24-Feb-09 0:35
pavanip24-Feb-09 0:35 
GeneralRe: Passing parameters to Javascript popup window Pin
Greg Chelstowski24-Feb-09 1:32
Greg Chelstowski24-Feb-09 1:32 
Questionlogin control error Pin
rosae61923-Feb-09 22:53
rosae61923-Feb-09 22:53 

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.