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

ASP.NET

 
QuestionTriggering a server-side event from a client-side Pin
dan!sh 10-Jun-09 7:49
professional dan!sh 10-Jun-09 7:49 
AnswerRe: Triggering a server-side event from a client-side Pin
Christian Graus10-Jun-09 8:42
protectorChristian Graus10-Jun-09 8:42 
GeneralRe: Triggering a server-side event from a client-side Pin
Leonscape10-Jun-09 12:12
Leonscape10-Jun-09 12:12 
GeneralRe: Triggering a server-side event from a client-side Pin
dan!sh 10-Jun-09 16:39
professional dan!sh 10-Jun-09 16:39 
Questiontagprefix in asp.netwithC# Pin
mahichandu10-Jun-09 4:03
mahichandu10-Jun-09 4:03 
AnswerRe: tagprefix in asp.netwithC# Pin
Leonscape10-Jun-09 12:02
Leonscape10-Jun-09 12:02 
AnswerRe: tagprefix in asp.netwithC# Pin
mahichandu11-Jun-09 3:17
mahichandu11-Jun-09 3:17 
Questiontheme is not an member of profile common Pin
anbusenthil10-Jun-09 3:44
anbusenthil10-Jun-09 3:44 
i am gettin an error in global asx file
tat theme is not an member of profile common







Protected Sub Application_PreRequestHandlerExecute(ByVal sender As Object, ByVal e As EventArgs)

Dim p As Page = TryCast(HttpContext.Current.Handler, Page)

If p IsNot Nothing Then
Dim pb As ProfileCommon = DirectCast(HttpContext.Current.Profile, ProfileCommon)
If pb IsNot Nothing Then
p.Theme = pb.Theme
End If
End If

End Sub
QuestionUser Control in a page Pin
soso_online10-Jun-09 3:44
soso_online10-Jun-09 3:44 
AnswerRe: User Control in a page Pin
Manas Bhardwaj10-Jun-09 3:50
professionalManas Bhardwaj10-Jun-09 3:50 
GeneralRe: User Control in a page Pin
soso_online10-Jun-09 4:05
soso_online10-Jun-09 4:05 
Questiontab container Pin
omerqq10-Jun-09 3:35
omerqq10-Jun-09 3:35 
AnswerRe: tab container Pin
saanj10-Jun-09 3:37
saanj10-Jun-09 3:37 
QuestionRe: tab container Pin
omerqq10-Jun-09 3:51
omerqq10-Jun-09 3:51 
AnswerRe: tab container Pin
Abhijit Jana10-Jun-09 3:53
professionalAbhijit Jana10-Jun-09 3:53 
QuestionRe: tab container Pin
omerqq10-Jun-09 4:03
omerqq10-Jun-09 4:03 
AnswerRe: tab container Pin
Abhijit Jana10-Jun-09 3:40
professionalAbhijit Jana10-Jun-09 3:40 
QuestionThe asp.net page is not get updated Pin
JS 200810-Jun-09 3:30
JS 200810-Jun-09 3:30 
QuestionSession expired when move a directory Pin
Arindam(Kunal)10-Jun-09 2:40
Arindam(Kunal)10-Jun-09 2:40 
Questionhow to send mail Pin
salahuddincse10-Jun-09 2:08
salahuddincse10-Jun-09 2:08 
AnswerRe: how to send mail Pin
Baran M10-Jun-09 2:11
Baran M10-Jun-09 2:11 
AnswerRe: how to send mail Pin
Manas Bhardwaj10-Jun-09 2:16
professionalManas Bhardwaj10-Jun-09 2:16 
AnswerRe: how to send mail Pin
Abhijit Jana10-Jun-09 2:22
professionalAbhijit Jana10-Jun-09 2:22 
QuestionAccess gridView cells properties via server code Pin
benams10-Jun-09 2:08
benams10-Jun-09 2:08 
AnswerRe: Access gridView cells properties via server code Pin
ais0710-Jun-09 2:12
ais0710-Jun-09 2:12 

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.