Click here to Skip to main content
15,894,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: ASP session expire issue Pin
George_George4-Jun-09 22:15
George_George4-Jun-09 22:15 
General[modified] [modified] [modified] Pin
A k ch4-Jun-09 22:26
A k ch4-Jun-09 22:26 
GeneralRe: ASP session expire issue Pin
Christian Graus4-Jun-09 23:04
protectorChristian Graus4-Jun-09 23:04 
GeneralRe: ASP session expire issue Pin
George_George4-Jun-09 23:09
George_George4-Jun-09 23:09 
Questionproblem with the database query Pin
Mathew P V4-Jun-09 20:10
Mathew P V4-Jun-09 20:10 
AnswerRe: problem with the database query Pin
Abhijit Jana4-Jun-09 20:28
professionalAbhijit Jana4-Jun-09 20:28 
QuestionValidators with the Modal Popup Extender Pin
anada88864-Jun-09 19:39
anada88864-Jun-09 19:39 
QuestionRE:Im tring to reference an object in a class Pin
Lee Mwangi4-Jun-09 19:16
Lee Mwangi4-Jun-09 19:16 
Hi Guys,

Im having trouble referencing a public namespace from a different form in asp.net.This below is the namespace.

Imports Microsoft.VisualBasic
Imports System.Data.SqlClient
Imports System.Web.Configuration
Imports System.IO
Imports System.Text
Imports System.Security.Cryptography

Namespace MySMS
Public Interface ICrypto
Function BlockSize() As Integer
Function KeySize() As Integer

Function Encrypt(ByVal data As String) As String
Function Decrypt(ByVal data As String) As String
End Interface
Public Class CryptoFactory
Public Function MakeCryptographer(ByVal type As String) As ICrypto
Select Case type.ToLower
Case "des"
'Return New DES()
Case "tripledes"
'Return New TripleDES()
Case "rijndael"
Return New Rijndael()
Case Else
'Return New TripleDES()
End Select
End Function
End Class
End Namespace

ive tried:

imports MySMS in the form im using but its not referencing anything..Any one got an idea on why its not working?

Thanks in advance.
AnswerRe: RE:Im tring to reference an object in a class Pin
Lee Mwangi4-Jun-09 21:07
Lee Mwangi4-Jun-09 21:07 
QuestionExecute win process through the site Pin
CodingLover4-Jun-09 18:52
CodingLover4-Jun-09 18:52 
AnswerRe: Execute win process through the site Pin
Abhijit Jana4-Jun-09 20:04
professionalAbhijit Jana4-Jun-09 20:04 
QuestionRe: Execute win process through the site Pin
CodingLover4-Jun-09 23:15
CodingLover4-Jun-09 23:15 
QuestionPanel control in asp.net Pin
Member 42602704-Jun-09 17:59
Member 42602704-Jun-09 17:59 
AnswerRe: Panel control in asp.net Pin
Christian Graus4-Jun-09 18:05
protectorChristian Graus4-Jun-09 18:05 
QuestionWhat is the best way to implement advertisement in the site? Pin
Member 23983124-Jun-09 17:39
Member 23983124-Jun-09 17:39 
AnswerRe: What is the best way to implement advertisement in the site? Pin
Christian Graus4-Jun-09 17:42
protectorChristian Graus4-Jun-09 17:42 
QuestionSending Email Pin
Mehdi Shafiee4-Jun-09 12:25
Mehdi Shafiee4-Jun-09 12:25 
AnswerRe: Sending Email PinPopular
Christian Graus4-Jun-09 13:19
protectorChristian Graus4-Jun-09 13:19 
AnswerRe: Sending Email Pin
Abhijit Jana4-Jun-09 20:39
professionalAbhijit Jana4-Jun-09 20:39 
AnswerRe: Sending Email Pin
Vasudevan Deepak Kumar4-Jun-09 21:31
Vasudevan Deepak Kumar4-Jun-09 21:31 
QuestionCopying or Converting datacolumn into array Pin
ashutosh_karna4-Jun-09 8:40
ashutosh_karna4-Jun-09 8:40 
AnswerRe: Copying or Converting datacolumn into array Pin
ToddHileHoffer4-Jun-09 10:38
ToddHileHoffer4-Jun-09 10:38 
GeneralRe: Copying or Converting datacolumn into array Pin
ashutosh_karna4-Jun-09 11:07
ashutosh_karna4-Jun-09 11:07 
GeneralRe: Copying or Converting datacolumn into array Pin
ToddHileHoffer4-Jun-09 15:41
ToddHileHoffer4-Jun-09 15:41 
Questionconverting from binary to string Pin
liamderice4-Jun-09 6:50
liamderice4-Jun-09 6:50 

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.