Click here to Skip to main content
15,918,243 members
Home / Discussions / ASP.NET
   

ASP.NET

 
AnswerRe: Error Use of unassigned local variable 'ClientScript' Pin
Manas Bhardwaj10-Sep-09 3:52
professionalManas Bhardwaj10-Sep-09 3:52 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 4:14
professionalMd. Marufuzzaman10-Sep-09 4:14 
AnswerRe: Error Use of unassigned local variable 'ClientScript' Pin
Zoki Manas10-Sep-09 3:54
Zoki Manas10-Sep-09 3:54 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Manas Bhardwaj10-Sep-09 4:01
professionalManas Bhardwaj10-Sep-09 4:01 
JokeRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhijit Jana10-Sep-09 5:14
professionalAbhijit Jana10-Sep-09 5:14 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
J4amieC10-Sep-09 6:05
J4amieC10-Sep-09 6:05 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
N a v a n e e t h10-Sep-09 6:10
N a v a n e e t h10-Sep-09 6:10 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhishek Sur10-Sep-09 11:21
professionalAbhishek Sur10-Sep-09 11:21 
Hey manas, as everybody else suggested... Referring to a variable to the same object doesnt actually create a variable. Rather it just places the pointer to the same variable if the reference is derived from Object.

If its Value Types this would be different. Thus

ClientScriptManager ClientScript = Page.ClientScript
ClientScript.RegisterClientScriptBlock is same as
Page.ClientScript.RegisterScriptBlock



Manas Bhardwaj wrote:
In Hindi, it means some one who is very close to heart. What does it mean in your language?


Big Grin | :-D In my language it means "Worship to God" Big Grin | :-D Big Grin | :-D .

Cheers. Rose | [Rose]

Abhishek Sur

My Latest Articles
Create CLR objects in SQL Server 2005
C# Uncommon Keywords
Read/Write Excel using OleDB

Don't forget to click "Good Answer" if you like to.

AnswerRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhishek Sur10-Sep-09 5:10
professionalAbhishek Sur10-Sep-09 5:10 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 5:27
professionalMd. Marufuzzaman10-Sep-09 5:27 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhijit Jana10-Sep-09 5:33
professionalAbhijit Jana10-Sep-09 5:33 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 5:55
professionalMd. Marufuzzaman10-Sep-09 5:55 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhishek Sur10-Sep-09 9:04
professionalAbhishek Sur10-Sep-09 9:04 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Md. Marufuzzaman10-Sep-09 19:58
professionalMd. Marufuzzaman10-Sep-09 19:58 
GeneralRe: Error Use of unassigned local variable 'ClientScript' Pin
Abhishek Sur10-Sep-09 22:14
professionalAbhishek Sur10-Sep-09 22:14 
QuestionInput values are lost in postback Pin
smraj150310-Sep-09 1:51
smraj150310-Sep-09 1:51 
AnswerRe: Input values are lost in postback Pin
sashidhar10-Sep-09 1:53
sashidhar10-Sep-09 1:53 
GeneralRe: Input values are lost in postback Pin
smraj150310-Sep-09 1:59
smraj150310-Sep-09 1:59 
GeneralRe: Input values are lost in postback Pin
sashidhar10-Sep-09 2:04
sashidhar10-Sep-09 2:04 
GeneralRe: Input values are lost in postback Pin
smraj150310-Sep-09 2:11
smraj150310-Sep-09 2:11 
AnswerRe: Input values are lost in postback Pin
Abhijit Jana10-Sep-09 2:36
professionalAbhijit Jana10-Sep-09 2:36 
General[Message Deleted] Pin
smraj150310-Sep-09 3:04
smraj150310-Sep-09 3:04 
GeneralRe: Input values are lost in postback Pin
Manas Bhardwaj10-Sep-09 3:25
professionalManas Bhardwaj10-Sep-09 3:25 
GeneralRe: [Message Deleted] Pin
Abhijit Jana10-Sep-09 5:34
professionalAbhijit Jana10-Sep-09 5:34 
AnswerRe: Input values are lost in postback Pin
Abhishek Sur10-Sep-09 5:19
professionalAbhishek Sur10-Sep-09 5:19 

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.