Web Custom Control Question?

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I have a very simple ascx file which contains a textbox and a button when
something written to textbox and button is clicked it redirect to aspx page
with word in textbox as querystring.....what should i do to make this control
as web custom control???
 
perhaps the page using this control is doing "GET" instead of "POST"
check <Form> in the page using this class.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top