Click here to Skip to main content
15,910,981 members
Home / Discussions / WPF
   

WPF

 
QuestionOdd Color Related Exception Pin
Jammer3-Jun-08 6:44
Jammer3-Jun-08 6:44 
QuestionWPF Button ControlTemplate Pin
koleraba3-Jun-08 1:48
koleraba3-Jun-08 1:48 
AnswerRe: WPF Button ControlTemplate Pin
User 2710094-Jun-08 1:15
User 2710094-Jun-08 1:15 
QuestionUsing Reports in WPF Pin
member272-Jun-08 19:01
member272-Jun-08 19:01 
AnswerRe: Using Crystal Reports in WPF Pin
User 2710093-Jun-08 0:47
User 2710093-Jun-08 0:47 
QuestionMP3 Player Pin
BlitzPackage2-Jun-08 11:32
BlitzPackage2-Jun-08 11:32 
AnswerRe: MP3 Player Pin
User 2710093-Jun-08 0:29
User 2710093-Jun-08 0:29 
QuestionCreating Custom Button control using Asp.Net Pin
VijaySofist1-Jun-08 19:20
VijaySofist1-Jun-08 19:20 
Hi All!

Somebody Please Help/Guide me to complete my module.

Tools Used
-----------
Asp.Net Server Control (Asp.Net 3.5)
Windows XP
Code Behind is visual basic

My Module
----------
I want to create a Button control. When it is clicked a function named GoNext() will be called and the definition of the GoNext() will be given in the code behind of the EndUser WebForm(i.e where the control is going to be used).

My Source Code is:
------------------
Imports System
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Text
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls

Namespace SfNextCmd
<defaultproperty("text"), toolboxdata(=""><{0}:sfnextcmd runat="server">")> _
Public MustInherit Class SfNextCmd
Inherits Button
Public MustOverride Function GoNext()

Private Sub SfNextCmd_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Click
GoNext()
End Sub
End Class
End Namespace

Also if it is possible thro SilverLight Please send me the source code.

By Vijay
AnswerRe: Creating Custom Button control using Asp.Net Pin
Michael Sync2-Jun-08 18:14
Michael Sync2-Jun-08 18:14 
GeneralRe: Creating Custom Button control using Asp.Net Pin
Michael Sync2-Jun-08 18:15
Michael Sync2-Jun-08 18:15 
QuestionRe: Creating Custom Button control using Asp.Net Pin
VijaySofist3-Jun-08 18:45
VijaySofist3-Jun-08 18:45 
AnswerRe: Creating Custom Button control using Asp.Net Pin
Michael Sync4-Jun-08 20:16
Michael Sync4-Jun-08 20:16 
QuestionRe: Creating Custom Button control using Asp.Net Pin
VijaySofist4-Jun-08 23:59
VijaySofist4-Jun-08 23:59 
AnswerRe: Creating Custom Button control using Asp.Net Pin
Michael Sync5-Jun-08 2:20
Michael Sync5-Jun-08 2:20 
AnswerScaling woes Pin
Ray Hayes1-Jun-08 6:01
Ray Hayes1-Jun-08 6:01 
GeneralRe: Scaling woes Pin
TJoe3-Jun-08 2:22
TJoe3-Jun-08 2:22 
GeneralRe: Scaling woes Pin
Ray Hayes3-Jun-08 11:40
Ray Hayes3-Jun-08 11:40 
GeneralRe: Scaling woes Pin
Ray Hayes3-Jun-08 11:53
Ray Hayes3-Jun-08 11:53 
GeneralRe: Scaling woes Pin
TJoe4-Jun-08 1:56
TJoe4-Jun-08 1:56 
GeneralRe: Scaling woes Pin
Ray Hayes4-Jun-08 2:10
Ray Hayes4-Jun-08 2:10 
GeneralRe: Scaling woes Pin
TJoe4-Jun-08 2:13
TJoe4-Jun-08 2:13 
GeneralRe: Scaling woes Pin
Ray Hayes4-Jun-08 2:22
Ray Hayes4-Jun-08 2:22 
GeneralRe: Scaling woes Pin
TJoe4-Jun-08 2:25
TJoe4-Jun-08 2:25 
GeneralRe: Scaling woes Pin
Ray Hayes4-Jun-08 2:32
Ray Hayes4-Jun-08 2:32 
GeneralRe: Scaling woes Pin
TJoe4-Jun-08 2:37
TJoe4-Jun-08 2:37 

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.