Telerik Forums
Community Forums Forum
1 answer
137 views
Hi
I have two usercontrol as "Search" and "Registration",which am loading in a placeholder dynamically and even it is getting loaded
finely.
In my search usercontrol i have a grid with all user and if am selecting a particular row all the deatils value is displayed in registration page which i did in the following way (loading the registration page in the same placeholder and showing details based on session value)

 

protected void grdUserInfo_SelectedIndexChanged(object sender, EventArgs e)

 {  

 

 

pkid.Value =grdUserInfo.SelectedRow.Cells[1].Text;

Session[

 

"pkidValue"] = pkid.Value;

 

MasterPage Master = new MasterPage();

 Master.ID = 

"RADMAster";

 

 

 

PlaceHolder plc = ((PlaceHolder)this.Page.Master.Master.FindControl("SplitterContentPlaceHolder"). FindControl("SmartChartContentAreaHolder").FindControl("tabstrip1").FindControl("UpdatePanel1"). FindControl("PlaceHolder1"));

 

 

 plc.Controls.Clear();

 

string controlPath = "Registration.ascx";

 

 

 

UserControl uc = (UserControl)LoadControl(controlPath);

 

 

 uc.ID = 

userload1";

 

 

  plc.Controls.Add(uc);

 

 

}
Now when am clicking update  button on registration page  the updatebtn click event is not getting fired and again search usercontrol is getting displayed.
plz any one help me how can i fire that update btn click event.

 

 

Paul
Telerik team
 answered on 17 Dec 2008
0 answers
124 views
Hi
I have two usercontrol as "Search" and "Registration",which am loading in a placeholder dynamically and even it is getting loaded
finely.
In my search usercontrol i have a grid with all user and if am selecting a particular row all the deatils value is displayed in registration page which i did in the following way (loading the registration page in the same placeholder and showing details based on session value)

 

protected void grdUserInfo_SelectedIndexChanged(object sender, EventArgs e)

 

{

 

pkid.Value =grdUserInfo.SelectedRow.Cells[1].Text;

Session[

"pkidValue"] = pkid.Value;

 

 

MasterPage Master = new MasterPage();

 

Master.ID =

"RADMAster";

 

 

PlaceHolder plc = ((PlaceHolder)this.Page.Master.Master.FindControl("SplitterContentPlaceHolder"). FindControl("SmartChartContentAreaHolder").FindControl("tabstrip1").FindControl("UpdatePanel1"). FindControl("PlaceHolder1"));

 

plc.Controls.Clear();

 

string controlPath = "Registration.ascx";

 

 

UserControl uc = (UserControl)LoadControl(controlPath);

 

uc.ID =

"userload1";

 

plc.Controls.Add(uc);

 

 

}
Now when am clicking update  button on registration page  the updatebtn click event is not getting fired and again search usercontrol is getting displayed.

plz any one help me how can i fire that update btn click event.

Kevin
Top achievements
Rank 1
 asked on 17 Dec 2008
0 answers
80 views
Hello,
Check them at Top 100 Blogs for Developers (Q4 2008)
[NOTE] I want to add Telerik Blogs to this list

Sincerely yours
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 asked on 16 Dec 2008
1 answer
217 views
Hello,
Twitter become popular and I think it's good if you make twitter.com/telerik for updating news and more

Best regards
Mostafa Anoosheh
Kevin Babcock
Top achievements
Rank 1
 answered on 16 Dec 2008
3 answers
170 views
I would like to use .net drag and drop control.
But I do have a question :
I have list of 10 rows. Each row have 8 col. Few col have editable text boxes and one col is drop down.
Can I still drag and drop rows ? in other words, Can I move row 8 between row 1 and row 2, but it still keep same text boxes and values ?
pls advise.
thanks in advance
Sebastian
Telerik team
 answered on 16 Dec 2008
6 answers
449 views
Hi,

There seems to be some inconsistency in the assignment of telerik points, especially when it comes to the forums.  Personally, I have noticed that when I report a bug or submit a feature request though you’re ticketing system I often receive points.  But if I request a feature or report a bug though the forum I only receive points on occasion. An exception to that would be white-paper like posts or responses which seem to attract points fairly consistently.

If someone suggests a new feature and it is accepted as a good idea and added to your list of features to implement, then the person who suggested it should probably receive some sort of point reward even if it was as a forum post. After all, isn’t one of the main reasons for having the point system to get good user feedback and improve your products?

I understand that this is one of the major difficulties of this type of reward system. But I thought it was worth discussing. After all, this section is for the good and the bad; and in this case it concerns both.

Telerikians (users of telerik controls) what has your experience with point assignment been like?

Cheers,
Brad
Rajeev
Top achievements
Rank 1
 answered on 15 Dec 2008
1 answer
187 views
I just posted a project to the code library but it is gone...

Do the good folks at Telerik review these things before posting or what is it some sort of bug?
Vassil Petev
Telerik team
 answered on 15 Dec 2008
0 answers
109 views
Hello,
Check it at: Extending jQuery’s selector capabilities

All the best
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 asked on 15 Dec 2008
0 answers
103 views
Hello,
I want to share this: 37 Phenomenal jQuery Plugins and Demos for Developers

Best regards
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 asked on 15 Dec 2008
0 answers
164 views
Hello,
This is very nice short video about Scrum.
Check it at SCRUM in Under 10 Minutes

Regards
Mostafa Anoosheh
Mostafa Anoosheh
Top achievements
Rank 1
 asked on 13 Dec 2008
Narrow your results
Selected tags
Tags
+? more
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Top users last month
Shiori
Top achievements
Rank 2
Iron
Tien
Top achievements
Rank 1
Iron
Robert
Top achievements
Rank 1
Rob
Top achievements
Rank 4
Bronze
Bronze
Iron
Geoff
Top achievements
Rank 1
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?