ASP.NET C# Custom Control with Postback.
-
Hi All, First time posting here, long time programmer.. So, I have a need for custom controls that I am using to dynamically render a list with call backs.. So, far I had no problem doing simple inherited based controls and hooking their callbacks... IE CusControl : TextBox... Then its fairly easy to hook the TextChanged event and add the controls a dynamic list and catch the post backs. Now, the hard part is
=)
-
Hi All, First time posting here, long time programmer.. So, I have a need for custom controls that I am using to dynamically render a list with call backs.. So, far I had no problem doing simple inherited based controls and hooking their callbacks... IE CusControl : TextBox... Then its fairly easy to hook the TextChanged event and add the controls a dynamic list and catch the post backs. Now, the hard part is
=)
Hi, you might want to edit your post. Your post finishes at "Now, the hard part is" - and we can't guess what the hard part is.
Chill _Maxxx_
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
Hi All, First time posting here, long time programmer.. So, I have a need for custom controls that I am using to dynamically render a list with call backs.. So, far I had no problem doing simple inherited based controls and hooking their callbacks... IE CusControl : TextBox... Then its fairly easy to hook the TextChanged event and add the controls a dynamic list and catch the post backs. Now, the hard part is
=)
For future reference. If you need to update a post, don't create a new one, simply hit the edit button and fix your original post.
Chill _Maxxx_
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easier -
For future reference. If you need to update a post, don't create a new one, simply hit the edit button and fix your original post.
Chill _Maxxx_
CodeStash - Online Snippet Management | My blog | MoXAML PowerToys | Mole 2010 - debugging made easierI actually double posted by accident.. I guess I hit the wrong hotkey and it posed it.. then I clicked the back button and edit the post not realizing it actually posted it. please refer too the complete post below and feel free to delete this one. http://www.codeproject.com/Messages/4636495/ASP-NET-Csharp-Custom-Control-with-Postback.aspx[^]
=)
-
Hi All, First time posting here, long time programmer.. So, I have a need for custom controls that I am using to dynamically render a list with call backs.. So, far I had no problem doing simple inherited based controls and hooking their callbacks... IE CusControl : TextBox... Then its fairly easy to hook the TextChanged event and add the controls a dynamic list and catch the post backs. Now, the hard part is
=)