Click here to Skip to main content
15,892,298 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Server site problem Pin
krishnaveer3-Aug-08 21:45
krishnaveer3-Aug-08 21:45 
AnswerRe: Server site problem Pin
Abhijit Jana3-Aug-08 22:50
professionalAbhijit Jana3-Aug-08 22:50 
GeneralRe: Server site problem Pin
krishnaveer4-Aug-08 2:33
krishnaveer4-Aug-08 2:33 
AnswerRe: Server site problem Pin
eyeseetee3-Aug-08 21:40
eyeseetee3-Aug-08 21:40 
GeneralRe: Server site problem Pin
krishnaveer3-Aug-08 21:48
krishnaveer3-Aug-08 21:48 
Questionhow to apply security Pin
gaurav mangal3-Aug-08 20:59
gaurav mangal3-Aug-08 20:59 
AnswerRe: how to apply security Pin
Abhijit Jana3-Aug-08 21:18
professionalAbhijit Jana3-Aug-08 21:18 
Questionbutton control and resource file [modified] Pin
farabba3-Aug-08 20:37
farabba3-Aug-08 20:37 
hi. iam create this controls and add my webform. its work.
but when Page IsPostBack then its run again.. read resource file...
i want just one time read resource file...
can you help me?


'control class
Imports System
Imports System.Collections.Generic
Imports System.ComponentModel
Imports System.Text
Imports System.Web
Imports System.Web.UI
Imports System.Web.UI.WebControls
Public Class MyButton
Inherits WebControls.Button
Private _translateLanguage As Boolean = True
Public Property TranstaleLanguage() As Boolean
Get
Return _translateLanguage
End Get
Set(ByVal value As Boolean)
_translateLanguage = value
End Set
End Property
Protected Overloads Overrides Sub OnInit(ByVal e As EventArgs)
If TranstaleLanguage = True Then
Me.Text = Language.ResourceFile.GetString(Me.ID & "_Text")
End If

End Sub
End Class

modified on Monday, August 11, 2008 2:07 AM

AnswerRe: button control and resource file Pin
eyeseetee3-Aug-08 21:44
eyeseetee3-Aug-08 21:44 
GeneralRe: button control and resource file Pin
farabba3-Aug-08 22:20
farabba3-Aug-08 22:20 
QuestionViewStateMac Problem Pin
Matt Cavanagh3-Aug-08 20:29
Matt Cavanagh3-Aug-08 20:29 
Questionhighlight certain keywords :( Pin
Anudeep Jaiswal3-Aug-08 20:24
Anudeep Jaiswal3-Aug-08 20:24 
AnswerRe: highlight certain keywords :( Pin
Imran Khan Pathan3-Aug-08 20:42
Imran Khan Pathan3-Aug-08 20:42 
AnswerRe: highlight certain keywords :( Pin
Sandeep Akhare3-Aug-08 21:34
Sandeep Akhare3-Aug-08 21:34 
QuestionHow to get orginal HTML source in axWebBrowser Pin
Barış Eskikaya3-Aug-08 20:20
Barış Eskikaya3-Aug-08 20:20 
QuestionHow to display one by one record in page load Pin
Satish - Developer3-Aug-08 20:06
Satish - Developer3-Aug-08 20:06 
AnswerRe: How to display one by one record in page load Pin
Gayani Devapriya3-Aug-08 22:41
Gayani Devapriya3-Aug-08 22:41 
QuestionClient Side Validations using .js file Pin
kvsreedhar3-Aug-08 19:47
kvsreedhar3-Aug-08 19:47 
AnswerRe: Client Side Validations using .js file Pin
Imran Khan Pathan3-Aug-08 20:16
Imran Khan Pathan3-Aug-08 20:16 
GeneralRe: Client Side Validations using .js file Pin
kvsreedhar3-Aug-08 20:47
kvsreedhar3-Aug-08 20:47 
GeneralRe: Client Side Validations using .js file [modified] Pin
Imran Khan Pathan3-Aug-08 20:58
Imran Khan Pathan3-Aug-08 20:58 
GeneralRe: Client Side Validations using .js file Pin
kvsreedhar3-Aug-08 21:13
kvsreedhar3-Aug-08 21:13 
GeneralRe: Client Side Validations using .js file Pin
Imran Khan Pathan3-Aug-08 21:32
Imran Khan Pathan3-Aug-08 21:32 
AnswerRe: Client Side Validations using .js file Pin
Ajeet mittal3-Aug-08 22:24
Ajeet mittal3-Aug-08 22:24 
GeneralRe: Client Side Validations using .js file Pin
kvsreedhar3-Aug-08 22:48
kvsreedhar3-Aug-08 22:48 

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.