Click here to Skip to main content
15,893,266 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: getting value of dynamic textbox after post back Pin
himanshu256115-Jun-09 2:59
himanshu256115-Jun-09 2:59 
AnswerRe: getting value of dynamic textbox after post back Pin
Abhijit Jana15-Jun-09 3:01
professionalAbhijit Jana15-Jun-09 3:01 
AnswerRe: getting value of dynamic textbox after post back Pin
Kapil Thakur15-Jun-09 23:45
Kapil Thakur15-Jun-09 23:45 
AnswerRe: getting value of dynamic textbox after post back Pin
Matt Cavanagh15-Jun-09 23:59
Matt Cavanagh15-Jun-09 23:59 
Questionstruct with the problem of updation of carrer profile in my company website Pin
svenki15-Jun-09 2:37
svenki15-Jun-09 2:37 
JokeRe: struct with the problem of updation of carrer profile in my company website Pin
Manas Bhardwaj15-Jun-09 2:43
professionalManas Bhardwaj15-Jun-09 2:43 
AnswerRe: struct with the problem of updation of carrer profile in my company website Pin
Abhishek Sur15-Jun-09 2:46
professionalAbhishek Sur15-Jun-09 2:46 
Questiontype 'System.StackOverflowException' error while writing class file which i am inheriting Pin
anbusenthil15-Jun-09 2:31
anbusenthil15-Jun-09 2:31 
Public Class languagesetting
      Inherits System.Web.UI.Page
      Private rm As ResourceManager
      Public Sub Page_Load(ByVal sender As Object, ByVal e As System.EventArgs) Handles Me.Load
            MyBase.OnLoad(e)------------>An unhandled exception of type 'System.StackOverflowException' occurred in System.Web.dll

            Dim ci As CultureInfo
            ci = Session("lang")
            rm = New ResourceManager("Resources.Strings", System.Reflection.Assembly.Load("App_GlobalResources"))
            Thread.CurrentThread.CurrentCulture = ci
            LoadStrings(ci)

      End Sub
AnswerRe: type 'System.StackOverflowException' error while writing class file which i am inheriting Pin
Manas Bhardwaj15-Jun-09 2:41
professionalManas Bhardwaj15-Jun-09 2:41 
GeneralRe: type 'System.StackOverflowException' error while writing class file which i am inheriting Pin
anbusenthil15-Jun-09 2:52
anbusenthil15-Jun-09 2:52 
QuestionGetting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:11
Milind R Chavan15-Jun-09 2:11 
AnswerRe: Getting HTML string of Panel in codebehind Pin
himanshu256115-Jun-09 2:19
himanshu256115-Jun-09 2:19 
GeneralRe: Getting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:25
Milind R Chavan15-Jun-09 2:25 
AnswerRe: Getting HTML string of Panel in codebehind [modified] Pin
N a v a n e e t h15-Jun-09 2:29
N a v a n e e t h15-Jun-09 2:29 
GeneralRe: Getting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:35
Milind R Chavan15-Jun-09 2:35 
GeneralRe: Getting HTML string of Panel in codebehind Pin
Milind R Chavan15-Jun-09 2:44
Milind R Chavan15-Jun-09 2:44 
GeneralRe: Getting HTML string of Panel in codebehind Pin
Baran M15-Jun-09 2:56
Baran M15-Jun-09 2:56 
Questionhow to paste an image in a text area Pin
gogal198315-Jun-09 1:32
gogal198315-Jun-09 1:32 
AnswerRe: how to paste an image in a text area Pin
Manas Bhardwaj15-Jun-09 2:11
professionalManas Bhardwaj15-Jun-09 2:11 
AnswerRe: how to paste an image in a text area Pin
N a v a n e e t h15-Jun-09 2:20
N a v a n e e t h15-Jun-09 2:20 
AnswerRe: how to paste an image in a text area Pin
saanj15-Jun-09 3:01
saanj15-Jun-09 3:01 
QuestionTo inherit a class file Pin
anbusenthil15-Jun-09 1:29
anbusenthil15-Jun-09 1:29 
AnswerRe: To inherit a class file Pin
himanshu256115-Jun-09 1:41
himanshu256115-Jun-09 1:41 
AnswerRe: To inherit a class file Pin
Baran M15-Jun-09 1:42
Baran M15-Jun-09 1:42 
AnswerRe: To inherit a class file Pin
Manas Bhardwaj15-Jun-09 2:15
professionalManas Bhardwaj15-Jun-09 2: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.