Products

Solutions

Resources

Partners

Community

Blog

About

QA

Ideas Test

New Community Website

Ordinarily, you'd be at the right spot, but we've recently launched a brand new community website... For the community, by the community.

Yay... Take Me to the Community!

Welcome to the DNN Community Forums, your preferred source of online community support for all things related to DNN.
In order to participate you must be a registered DNNizen

HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to add Command Button to Registration FormHow to add Command Button to Registration Form
Previous
 
Next
New Post
5/17/2013 1:01 AM
 

Good morning, 

In my Registration page, i have added a new Text box and a DropDownList.

Next thing is, i have to place a command button near to that text box for search, then the search result should be bind to the placed DropDownList. 

How can i achieve that?

Thanks & Regards,

sathishmarappan 

 

 
New Post
5/17/2013 2:52 AM
 
Hi
Whats the issue here. I am finding it not a big task. Simply take the textbox value, on click event of button send to DB procedure and get the results and bind it to DDL.
Is that all or am i missing something which you want to say?

Thanks,
Sunil Kumar [ DNN Developer, Mindfire Solutions,India ]
 
New Post
5/20/2013 1:05 AM
 

Hi Sunil,

Thanks for you reply.

I'm in Learning stage of DNN. This is my current situation. I have customized default DNN registration form. i need to add command button in the middle of the form. i have added new fields using "Add New Profile Property" under user account settings. but i'm not able to find option to add button.

Thanks & Regards,

sathishmarappan

 
New Post
5/20/2013 5:49 AM
 

Hi Sunil,

I have successfully added Command Button (LinkButton) through code behind. 

LinkButton searchButton = new LinkButton();
                searchButton.ID = "searchButton";
                searchButton.Attributes.Add("runat", "server");
                searchButton.CssClass = "dnnSecondaryAction";
                searchButton.Text = "Search";
                searchButton.CausesValidation = false;
                socialLoginControls.Controls.Add(searchButton);
                searchButton.Click += searchButton_Click;

Thanks & Regards,

sathishmarappan

 
New Post
5/31/2013 10:35 PM
 
Thanks for sharing, very useful.
 
Previous
 
Next
HomeHomeOur CommunityOur CommunityGeneral Discuss...General Discuss...How to add Command Button to Registration FormHow to add Command Button to Registration Form


These Forums are dedicated to discussion of DNN Platform and Evoq Solutions.

For the benefit of the community and to protect the integrity of the ecosystem, please observe the following posting guidelines:

  1. No Advertising. This includes promotion of commercial and non-commercial products or services which are not directly related to DNN.
  2. No vendor trolling / poaching. If someone posts about a vendor issue, allow the vendor or other customers to respond. Any post that looks like trolling / poaching will be removed.
  3. Discussion or promotion of DNN Platform product releases under a different brand name are strictly prohibited.
  4. No Flaming or Trolling.
  5. No Profanity, Racism, or Prejudice.
  6. Site Moderators have the final word on approving / removing a thread or post or comment.
  7. English language posting only, please.
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out
What is Liquid Content?
Find Out