Click here to Skip to main content
15,914,642 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: Can i add the database item to drop down list Pin
Imran Khan Pathan3-Aug-08 23:50
Imran Khan Pathan3-Aug-08 23:50 
AnswerRe: Can i add the database item to drop down list Pin
Anand Desai3-Aug-08 23:57
Anand Desai3-Aug-08 23:57 
AnswerRe: Can i add the database item to drop down list Pin
Sandeep Akhare4-Aug-08 0:35
Sandeep Akhare4-Aug-08 0:35 
GeneralRe: Can i add the database item to drop down list Pin
Anand Desai4-Aug-08 0:47
Anand Desai4-Aug-08 0:47 
AnswerRe: Can i add the database item to drop down list Pin
chandralekha4-Aug-08 1:53
chandralekha4-Aug-08 1:53 
Question(i m in big prob and need help) How to Assign Some text in a text box in Detail view Pin
Member 46590013-Aug-08 21:47
Member 46590013-Aug-08 21:47 
AnswerRe: (i m in big prob and need help) How to Assign Some text in a text box in Detail view Pin
Imran Khan Pathan3-Aug-08 23:17
Imran Khan Pathan3-Aug-08 23:17 
QuestionProblem with UpdatePanel And ListBox as Select ListBox Pin
Bardia Shahini3-Aug-08 21:37
Bardia Shahini3-Aug-08 21:37 
AnswerRe: Problem with UpdatePanel And ListBox as Select ListBox Pin
eyeseetee3-Aug-08 21:42
eyeseetee3-Aug-08 21:42 
AnswerRe: Problem with UpdatePanel And ListBox as Select ListBox Pin
Abhijit Jana3-Aug-08 21:48
professionalAbhijit Jana3-Aug-08 21:48 
QuestionRe: Problem with UpdatePanel And ListBox as Select ListBox Pin
Bardia Shahini4-Aug-08 20:24
Bardia Shahini4-Aug-08 20:24 
QuestionServer site problem Pin
krishnaveer3-Aug-08 21:28
krishnaveer3-Aug-08 21:28 
QuestionRe: Server site problem Pin
Abhijit Jana3-Aug-08 21:32
professionalAbhijit Jana3-Aug-08 21:32 
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 

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.