Click here to Skip to main content
15,886,362 members
Home / Discussions / ASP.NET
   

ASP.NET

 
GeneralRe: JavaScript registering at PageLoad for User Control Pin
Pranay Rana28-Jan-10 22:32
professionalPranay Rana28-Jan-10 22:32 
GeneralRe: JavaScript registering at PageLoad for User Control Pin
mark_me29-Jan-10 4:20
mark_me29-Jan-10 4:20 
GeneralRe: JavaScript registering at PageLoad for User Control Pin
Brij29-Jan-10 9:51
mentorBrij29-Jan-10 9:51 
QuestionDiffrence between RDL and RDLC Pin
Prosanta Kundu online28-Jan-10 19:06
Prosanta Kundu online28-Jan-10 19:06 
AnswerRe: Diffrence between RDL and RDLC Pin
sashidhar28-Jan-10 20:14
sashidhar28-Jan-10 20:14 
GeneralRe: Diffrence between RDL and RDLC Pin
Archana,India29-Jan-10 0:31
Archana,India29-Jan-10 0:31 
GeneralRe: Diffrence between RDL and RDLC Pin
sashidhar29-Jan-10 0:40
sashidhar29-Jan-10 0:40 
Questionopen window not work properly Pin
lrsalunkhe28-Jan-10 18:54
lrsalunkhe28-Jan-10 18:54 
Respected,
Below is my code :
If Session("DataTableForPrint") IsNot Nothing Then
Dim st As String = "<script language='javascript'>" & _
"window.open(Report_fees_Collection.aspx)" & _
"</script>"
Page.ClientScript.RegisterStartupScript(Me.GetType(), "MyScript", st, True)

It not work please help me .

thanks
AnswerRe: open window not work properly Pin
sashidhar28-Jan-10 22:56
sashidhar28-Jan-10 22:56 
GeneralRe: open window not work properly Pin
lrsalunkhe30-Jan-10 0:26
lrsalunkhe30-Jan-10 0:26 
AnswerRe: open window not work properly Pin
shankul28-Jan-10 22:58
shankul28-Jan-10 22:58 
QuestionOOPs application Pin
yrishi28-Jan-10 18:42
yrishi28-Jan-10 18:42 
AnswerRe: OOPs application Pin
sashidhar28-Jan-10 22:47
sashidhar28-Jan-10 22:47 
GeneralRe: OOPs application Pin
yrishi29-Jan-10 0:04
yrishi29-Jan-10 0:04 
GeneralRe: OOPs application Pin
yrishi29-Jan-10 1:14
yrishi29-Jan-10 1:14 
QuestionAdding HTML tags inside database Pin
Karan_TN28-Jan-10 17:44
Karan_TN28-Jan-10 17:44 
AnswerRe: Adding HTML tags inside database Pin
sashidhar28-Jan-10 22:43
sashidhar28-Jan-10 22:43 
Questionsql express backup and restore Pin
umeshdaiya28-Jan-10 17:19
umeshdaiya28-Jan-10 17:19 
AnswerRe: sql express backup and restore Pin
Unforgiv3n1-Feb-10 0:37
Unforgiv3n1-Feb-10 0:37 
QuestionHow to get cookies from CookieContainer via ASP.NET? Pin
hello_amigo28-Jan-10 10:57
hello_amigo28-Jan-10 10:57 
AnswerRepost x 3 Pin
Not Active28-Jan-10 13:36
mentorNot Active28-Jan-10 13:36 
Questionhow can I do 64 bit and 128 bit encryption Pin
Member 426027028-Jan-10 4:50
Member 426027028-Jan-10 4:50 
AnswerRe: how can I do 64 bit and 128 bit encryption Pin
Not Active28-Jan-10 5:24
mentorNot Active28-Jan-10 5:24 
GeneralRe: how can I do 64 bit and 128 bit encryption Pin
Member 426027028-Jan-10 15:13
Member 426027028-Jan-10 15:13 
QuestionJunk characters are displayed while reading from text file in ASP.Net Pin
rashmi_s28-Jan-10 0:34
rashmi_s28-Jan-10 0:34 

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.