Click here to Skip to main content
15,911,711 members
Home / Discussions / C#
   

C#

 
Questionencryption in asp.net Pin
V.thakur4-May-06 21:59
V.thakur4-May-06 21:59 
AnswerRe: encryption in asp.net Pin
Guffa4-May-06 22:27
Guffa4-May-06 22:27 
Questionwhat are the methods,classes are use for login page for security purpose Pin
chaitanyapissay4-May-06 21:25
chaitanyapissay4-May-06 21:25 
QuestionCurrentRowIndex Pin
Rmokkenstorm4-May-06 21:04
Rmokkenstorm4-May-06 21:04 
AnswerRe: CurrentRowIndex Pin
jeyapandian4-May-06 22:22
jeyapandian4-May-06 22:22 
GeneralRe: CurrentRowIndex Pin
Rmokkenstorm4-May-06 22:34
Rmokkenstorm4-May-06 22:34 
GeneralRe: CurrentRowIndex Pin
jeyapandian4-May-06 22:46
jeyapandian4-May-06 22:46 
GeneralRe: CurrentRowIndex Pin
Rmokkenstorm4-May-06 22:55
Rmokkenstorm4-May-06 22:55 
GeneralRe: CurrentRowIndex Pin
jeyapandian4-May-06 23:00
jeyapandian4-May-06 23:00 
GeneralRe: CurrentRowIndex Pin
Rmokkenstorm4-May-06 23:36
Rmokkenstorm4-May-06 23:36 
AnswerRe: CurrentRowIndex Pin
m.rastgar5-May-06 1:12
m.rastgar5-May-06 1:12 
QuestionRaising Event from one application to another Pin
Shajeel4-May-06 20:56
Shajeel4-May-06 20:56 
AnswerRe: Raising Event from one application to another Pin
alexey N4-May-06 22:25
alexey N4-May-06 22:25 
QuestionRe: Raising Event from one application to another Pin
Shajeel5-May-06 1:33
Shajeel5-May-06 1:33 
AnswerRe: Raising Event from one application to another Pin
S. Senthil Kumar5-May-06 3:22
S. Senthil Kumar5-May-06 3:22 
QuestionHow to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:34
sharma sanjeev4-May-06 20:34 
AnswerRe: How to write its equivalent in c# Pin
Guffa4-May-06 20:36
Guffa4-May-06 20:36 
GeneralRe: How to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:39
sharma sanjeev4-May-06 20:39 
AnswerRe: How to write its equivalent in c# Pin
Guffa4-May-06 22:39
Guffa4-May-06 22:39 
GeneralRe: How to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:41
sharma sanjeev4-May-06 20:41 
AnswerRe: How to write its equivalent in c# Pin
JoeSharp4-May-06 20:39
JoeSharp4-May-06 20:39 
GeneralRe: How to write its equivalent in c# Pin
sharma sanjeev4-May-06 20:42
sharma sanjeev4-May-06 20:42 
the whole code that i want to convert is as:
If you could convert plz .

Public MustInherit Class ShopList
Inherits Entities.Modules.PortalModuleBase
Implements Entities.Modules.IActionable
Implements Entities.Modules.IPortable
Implements Entities.Modules.ISearchable

Private Sub Page_Load(ByVal sender As System.Object, _
ByVal e As System.EventArgs) Handles MyBase.Load
'Put user code to initialize the page here
End Sub



Public ReadOnly Property ModuleActions() As _
DotNetNuke.Entities.Modules.Actions.ModuleActionCollection _
Implements DotNetNuke.Entities.Modules.IActionable.ModuleActions

Get
Dim Actions As New _
Entities.Modules.Actions.ModuleActionCollection
Actions.Add(GetNextActionID, _
Localization.GetString( _
Entities.Modules.Actions.ModuleActionType.AddContent, _
LocalResourceFile), _
Entities.Modules.Actions.ModuleActionType.AddContent, _
"", _
"", _
EditUrl(), _
False, _
Security.SecurityAccessLevel.Edit, _
True, _
False)
Return Actions
End Get
End Property

Public Function ExportModule(ByVal ModuleID As Integer) _
As String Implements _
DotNetNuke.Entities.Modules.IPortable.ExportModule
' included as a stub only so that the core
'knows this module Implements Entities.Modules.IPortable
End Function

Public Sub ImportModule(ByVal ModuleID As Integer, _
ByVal Content As String, _


ByVal Version As String, _
ByVal UserID As Integer) _
Implements DotNetNuke.Entities.Modules.IPortable.ImportModule
' included as a stub only so that the core
'knows this module Implements Entities.Modules.IPortable
End Sub

Public Function GetSearchItems( _
ByVal ModInfo As DotNetNuke.Entities.Modules.ModuleInfo) _
As DotNetNuke.Services.Search.SearchItemInfoCollection _
Implements DotNetNuke.Entities.Modules.ISearchable.GetSearchItems
' included as a stub only so that the core
'knows this module Implements Entities.Modules.IPortable
End Function

End Class

Questionusing the ActiveX control in C# Pin
Maddie from Dartford4-May-06 20:32
Maddie from Dartford4-May-06 20:32 
Questionhow can we get all the public methods in a class Pin
dayakar_dn4-May-06 19:48
dayakar_dn4-May-06 19:48 
AnswerRe: how can we get all the public methods in a class Pin
alexey N4-May-06 20:05
alexey N4-May-06 20:05 

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.