Click here to Skip to main content
15,915,867 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Image loading problem.... Pin
rjv2dlv4-Jun-09 21:57
rjv2dlv4-Jun-09 21:57 
GeneralRe: Image loading problem.... Pin
Christian Graus4-Jun-09 22:25
protectorChristian Graus4-Jun-09 22:25 
AnswerRe: Image loading problem.... Pin
A k ch4-Jun-09 22:18
A k ch4-Jun-09 22:18 
GeneralRe: Image loading problem.... Pin
rjv2dlv4-Jun-09 23:44
rjv2dlv4-Jun-09 23:44 
GeneralRe: Image loading problem.... Pin
Jain Vijay5-Jun-09 2:18
Jain Vijay5-Jun-09 2:18 
Questioncan't fire click event of dynamically generated link button Pin
pujafaldu4-Jun-09 20:33
pujafaldu4-Jun-09 20:33 
AnswerRe: can't fire click event of dynamically generated link button Pin
Christian Graus4-Jun-09 21:43
protectorChristian Graus4-Jun-09 21:43 
GeneralRe: can't fire click event of dynamically generated link button Pin
pujafaldu5-Jun-09 3:09
pujafaldu5-Jun-09 3:09 
AnswerRe: can't fire click event of dynamically generated link button Pin
Jain Vijay5-Jun-09 2:13
Jain Vijay5-Jun-09 2:13 
QuestionASP session expire issue Pin
George_George4-Jun-09 20:18
George_George4-Jun-09 20:18 
AnswerRe: ASP session expire issue Pin
Abhijit Jana4-Jun-09 20:37
professionalAbhijit Jana4-Jun-09 20:37 
GeneralRe: ASP session expire issue Pin
George_George4-Jun-09 21:40
George_George4-Jun-09 21:40 
GeneralRe: ASP session expire issue Pin
Christian Graus4-Jun-09 21:44
protectorChristian Graus4-Jun-09 21:44 
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 

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.