Click here to Skip to main content
16,010,022 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionproblem with printing in data from text box Pin
_tasleem2-Jun-08 19:16
_tasleem2-Jun-08 19:16 
QuestionSys.WebForms.PageRequestManagerServerErrorException:Specified argument was out of the range of valid values. Pin
kishorekumar.malla@live.com2-Jun-08 19:01
kishorekumar.malla@live.com2-Jun-08 19:01 
AnswerRe: Sys.WebForms.PageRequestManagerServerErrorException:Specified argument was out of the range of valid values. Pin
eyeseetee2-Jun-08 21:48
eyeseetee2-Jun-08 21:48 
Questiononline payment by PayPal Pin
trilokharry2-Jun-08 18:58
trilokharry2-Jun-08 18:58 
AnswerRe: online payment by PayPal Pin
Mogaambo2-Jun-08 20:03
Mogaambo2-Jun-08 20:03 
AnswerRe: online payment by PayPal Pin
eyeseetee2-Jun-08 21:47
eyeseetee2-Jun-08 21:47 
GeneralRe: online payment by PayPal Pin
Baran M3-Jun-08 1:12
Baran M3-Jun-08 1:12 
QuestionCreating Custom Button control using Asp.Net Pin
VijaySofist2-Jun-08 18:38
VijaySofist2-Jun-08 18:38 
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
<{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
N a v a n e e t h2-Jun-08 20:40
N a v a n e e t h2-Jun-08 20:40 
QuestionAccessing a javascript function from within an ascx Pin
Christiaan Laubscher2-Jun-08 17:38
Christiaan Laubscher2-Jun-08 17:38 
AnswerRe: Accessing a javascript function from within an ascx Pin
Christian Graus2-Jun-08 17:55
protectorChristian Graus2-Jun-08 17:55 
QuestionIIS 6.0, ASP.NET 2.0 Web Application, and Custom Errors. Pin
Zerox MXI2-Jun-08 15:34
Zerox MXI2-Jun-08 15:34 
QuestionWhat could be executing after PreRender?? Pin
geekfromindia2-Jun-08 12:54
geekfromindia2-Jun-08 12:54 
AnswerRe: What could be executing after PreRender?? Pin
Christian Graus2-Jun-08 17:31
protectorChristian Graus2-Jun-08 17:31 
QuestionHow to adjust the height of the dropdownlist in asp.net 1.1 dynamically Pin
Manu11142-Jun-08 9:47
Manu11142-Jun-08 9:47 
AnswerRe: How to adjust the height of the dropdownlist in asp.net 1.1 dynamically Pin
Sankar Komma 2-Jun-08 12:23
Sankar Komma 2-Jun-08 12:23 
Questionis including and external vb file not allowed? Pin
excaliber2-Jun-08 9:23
excaliber2-Jun-08 9:23 
AnswerRe: is including and external vb file not allowed? Pin
Christian Graus2-Jun-08 17:33
protectorChristian Graus2-Jun-08 17:33 
GeneralRe: is including and external vb file not allowed? Pin
excaliber3-Jun-08 9:25
excaliber3-Jun-08 9:25 
QuestionUninstall Virtual Directory Pin
PMAC2-Jun-08 8:16
PMAC2-Jun-08 8:16 
QuestionHow can I show label inside Radiobutton list ? Pin
mdpavel2-Jun-08 6:31
mdpavel2-Jun-08 6:31 
AnswerRe: How can I show label inside Radiobutton list ? Pin
Christian Graus2-Jun-08 6:32
protectorChristian Graus2-Jun-08 6:32 
GeneralRe: How can I show label inside Radiobutton list ? Pin
mdpavel2-Jun-08 7:04
mdpavel2-Jun-08 7:04 
GeneralRe: How can I show label inside Radiobutton list ? Pin
Christian Graus2-Jun-08 8:22
protectorChristian Graus2-Jun-08 8:22 
QuestionUser controls -vs- WebParts Pin
Member 39190492-Jun-08 6:06
Member 39190492-Jun-08 6:06 

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.