Click here to Skip to main content
15,920,669 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: we select any country then the corresponding city is displayed in another dropdown without post back Pin
Christian Graus14-Feb-08 23:33
protectorChristian Graus14-Feb-08 23:33 
GeneralRe: we select any country then the corresponding city is displayed in another dropdown without post back Pin
Sujit Mandal14-Feb-08 23:34
Sujit Mandal14-Feb-08 23:34 
GeneralRe: we select any country then the corresponding city is displayed in another dropdown without post back Pin
Vasudevan Deepak Kumar15-Feb-08 3:59
Vasudevan Deepak Kumar15-Feb-08 3:59 
QuestionASP.NET Pin
senthilsstil14-Feb-08 22:33
senthilsstil14-Feb-08 22:33 
GeneralRe: ASP.NET Pin
N a v a n e e t h14-Feb-08 22:42
N a v a n e e t h14-Feb-08 22:42 
GeneralRe: ASP.NET Pin
Sandeep Akhare14-Feb-08 22:46
Sandeep Akhare14-Feb-08 22:46 
GeneralRe: ASP.NET Pin
senthilsstil14-Feb-08 23:25
senthilsstil14-Feb-08 23:25 
GeneralRe: ASP.NET Pin
Christian Graus14-Feb-08 23:32
protectorChristian Graus14-Feb-08 23:32 
GeneralRe: ASP.NET Pin
senthilsstil15-Feb-08 0:16
senthilsstil15-Feb-08 0:16 
QuestionNeed Help with Gridview update Pin
Jats_4ru14-Feb-08 22:20
Jats_4ru14-Feb-08 22:20 
AnswerRe: Need Help with Gridview update Pin
Herman<T>.Instance8-May-08 2:52
Herman<T>.Instance8-May-08 2:52 
QuestionHow can i save image in the database? Pin
Amit.Amit.Amit...14-Feb-08 22:19
Amit.Amit.Amit...14-Feb-08 22:19 
GeneralRe: How can i save image in the database? Pin
N a v a n e e t h14-Feb-08 22:38
N a v a n e e t h14-Feb-08 22:38 
GeneralRe: How can i save image in the database? Pin
Eduard Keilholz14-Feb-08 23:31
Eduard Keilholz14-Feb-08 23:31 
GeneralRe: How can i save image in the database? Pin
N a v a n e e t h15-Feb-08 0:03
N a v a n e e t h15-Feb-08 0:03 
GeneralRe: How can i save image in the database? Pin
Eduard Keilholz15-Feb-08 0:48
Eduard Keilholz15-Feb-08 0:48 
QuestionCustom Web Control Pin
jdstuart14-Feb-08 22:12
jdstuart14-Feb-08 22:12 
Good day.

I'm developing my own web control and I'm trying to set the other control as a property of my web control i.e.

<mycontrol:customcontrol id="TestID" formsubmitbutton="btn_SubscribeMe">

I need to access the btn_SubscribeMe from within my control. How can I achieve this?

The code for my control looks like this.

Private _formSubmitButton As WebControl
Public Property FormSubmitButton() As WebControl
Get
Return _formSubmitButton
End Get
Set(ByVal value As WebControl)
_formSubmitButton = value
End Set
End Property

And I get the following error:
Cannot create an object of type 'System.Web.UI.WebControls.WebControl' from its string representation 'btn_SubscribeMe' for the 'FormSubmitButton' property.

Can anyone tell me how I can acheive this?
Thank you very much. C# or VB code welcome.
GeneralRe: Custom Web Control Pin
Sandeep Akhare14-Feb-08 22:41
Sandeep Akhare14-Feb-08 22:41 
GeneralRe: Custom Web Control Pin
jdstuart14-Feb-08 23:15
jdstuart14-Feb-08 23:15 
GeneralRe: Custom Web Control Pin
Sandeep Akhare15-Feb-08 0:09
Sandeep Akhare15-Feb-08 0:09 
Questionhow can i call javascript in an asp.net content pages Pin
chippy14-Feb-08 22:12
chippy14-Feb-08 22:12 
AnswerRe: how can i call javascript in an asp.net content pages Pin
Sandeep Akhare14-Feb-08 22:36
Sandeep Akhare14-Feb-08 22:36 
Generalquery not parsing Pin
Krishna Varadharajan14-Feb-08 21:20
Krishna Varadharajan14-Feb-08 21:20 
GeneralRe: query not parsing Pin
Christian Graus14-Feb-08 21:43
protectorChristian Graus14-Feb-08 21:43 
GeneralDouble post - Please Ignore Pin
N a v a n e e t h14-Feb-08 21:45
N a v a n e e t h14-Feb-08 21:45 

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.