Click here to Skip to main content
15,899,475 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: asp:listbox move item by javascript Pin
Mahesh.Vaghela7-Nov-06 23:07
Mahesh.Vaghela7-Nov-06 23:07 
GeneralRe: asp:listbox move item by javascript Pin
karanba7-Nov-06 23:42
karanba7-Nov-06 23:42 
QuestionHow to define event for a page? [modified] Pin
immori7-Nov-06 20:34
immori7-Nov-06 20:34 
AnswerRe: How to define event for a page? Pin
_mubashir7-Nov-06 21:28
_mubashir7-Nov-06 21:28 
QuestionHow to increament date value Pin
Sam.M7-Nov-06 20:15
Sam.M7-Nov-06 20:15 
AnswerRe: How to increament date value Pin
johnny19807-Nov-06 20:34
johnny19807-Nov-06 20:34 
AnswerRe: How to increament date value Pin
_mubashir7-Nov-06 20:35
_mubashir7-Nov-06 20:35 
QuestionLiteral control retain text even with viewstate disabled Pin
Nitin19817-Nov-06 19:52
Nitin19817-Nov-06 19:52 
Hi I'm using ChangePassword control(asp2.0) in which I've a literal control with viewstate disabled but literal control retains its text during postback. Even tried to use following code to clear text but with no result.

Protected Sub ChngPassword_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles ChngPassword.Load

           Dim ltr As Literal
           ltr = CType(Me.ChngPassword.FindControl("FailureText"), Literal)
           If Not ltr Is Nothing Then
               ltr.Text = ""
           End If
       End Sub



Any idea what eles could be done.
Thanks



Don't Quit

QuestionUse multiple web.config in one application Pin
Sushant Duggal7-Nov-06 19:35
Sushant Duggal7-Nov-06 19:35 
AnswerRe: Use multiple web.config in one application Pin
_AK_7-Nov-06 19:37
_AK_7-Nov-06 19:37 
AnswerRe: Use multiple web.config in one application Pin
Sandeep Akhare7-Nov-06 19:45
Sandeep Akhare7-Nov-06 19:45 
GeneralRe: Use multiple web.config in one application Pin
Sushant Duggal7-Nov-06 19:48
Sushant Duggal7-Nov-06 19:48 
GeneralRe: Use multiple web.config in one application Pin
PavanPareta10-Nov-06 1:23
PavanPareta10-Nov-06 1:23 
GeneralRe: Use multiple web.config in one application Pin
Sushant Duggal7-Nov-06 19:52
Sushant Duggal7-Nov-06 19:52 
AnswerRe: Use multiple web.config in one application Pin
Ravi Shankar437-Nov-06 20:12
Ravi Shankar437-Nov-06 20:12 
GeneralRe: Use multiple web.config in one application Pin
Sushant Duggal7-Nov-06 23:26
Sushant Duggal7-Nov-06 23:26 
GeneralRe: Use multiple web.config in one application Pin
Sushant Duggal7-Nov-06 23:26
Sushant Duggal7-Nov-06 23:26 
QuestionProblem in dropdownlist? [modified] Pin
nabeelkhan7-Nov-06 19:28
nabeelkhan7-Nov-06 19:28 
AnswerRe: Problem in dropdownlist? Pin
_AK_7-Nov-06 19:33
_AK_7-Nov-06 19:33 
GeneralRe: Problem in dropdownlist? Pin
nabeelkhan7-Nov-06 20:12
nabeelkhan7-Nov-06 20:12 
GeneralRe: Problem in dropdownlist? Pin
_AK_7-Nov-06 20:15
_AK_7-Nov-06 20:15 
GeneralRe: Problem in dropdownlist? Pin
nabeelkhan7-Nov-06 20:22
nabeelkhan7-Nov-06 20:22 
GeneralRe: Problem in dropdownlist? Pin
_AK_7-Nov-06 20:42
_AK_7-Nov-06 20:42 
AnswerRe: Problem in dropdownlist? Pin
Khan.Bangash7-Nov-06 19:35
Khan.Bangash7-Nov-06 19:35 
GeneralRe: Problem in dropdownlist? Pin
nabeelkhan7-Nov-06 20:16
nabeelkhan7-Nov-06 20:16 

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.