Click here to Skip to main content
15,892,746 members
Home / Discussions / C#
   

C#

 
AnswerRe: Draw rtf on user control Pin
0x3c028-Apr-09 5:41
0x3c028-Apr-09 5:41 
GeneralRe: Draw rtf on user control Pin
Luc Pattyn28-Apr-09 6:46
sitebuilderLuc Pattyn28-Apr-09 6:46 
GeneralRe: Draw rtf on user control Pin
0x3c028-Apr-09 7:06
0x3c028-Apr-09 7:06 
GeneralRe: Draw rtf on user control Pin
Luc Pattyn28-Apr-09 7:22
sitebuilderLuc Pattyn28-Apr-09 7:22 
GeneralRe: Draw rtf on user control Pin
ZGelic28-Apr-09 9:30
ZGelic28-Apr-09 9:30 
GeneralRe: Draw rtf on user control Pin
Jim Crafton28-Apr-09 9:39
Jim Crafton28-Apr-09 9:39 
GeneralRe: Draw rtf on user control Pin
ZGelic28-Apr-09 10:39
ZGelic28-Apr-09 10:39 
QuestionHow to access internal methods Pin
Andre Vianna28-Apr-09 4:38
Andre Vianna28-Apr-09 4:38 
I'm trying to build a custom control and I'd like to access some funcionalities of ClientScriptManager defined as internal on System.Web.UI

Here is a sample code:

namespace MyWebControls {
	public class MyGridView : System.Web.UI.WebControl.GridView {
...
		protected internal virtual MyMethod(object pLiteral) {
...
			var vLiteralName = ClientScriptManager.GetScriptLiteral(pLiteral);
...
		}
...
	}
}


I've tryied also:
var vLiteralName = this.Page.ClientScript.GetScriptLiteral(pLiteral);



The functionality exists but is defined as internal. How can I access it?
Maybe some property on the Assembly. Change the namespace. I've tryied several things.
Please give me some light.
Thanks.
AnswerRe: How to access internal methods Pin
Heywood28-Apr-09 4:52
Heywood28-Apr-09 4:52 
AnswerRe: How to access internal methods Pin
S. Senthil Kumar30-Apr-09 9:56
S. Senthil Kumar30-Apr-09 9:56 
Questionassigning ownership of files and folders??? Pin
lane0p228-Apr-09 4:22
lane0p228-Apr-09 4:22 
Questionc# or c++ image processing? Pin
Jon Hulatt28-Apr-09 3:58
Jon Hulatt28-Apr-09 3:58 
QuestionRe: c# or c++ image processing? Pin
led mike28-Apr-09 9:05
led mike28-Apr-09 9:05 
AnswerRe: c# or c++ image processing? Pin
Jon Hulatt28-Apr-09 21:35
Jon Hulatt28-Apr-09 21:35 
QuestionRe: c# or c++ image processing? Pin
led mike29-Apr-09 5:36
led mike29-Apr-09 5:36 
Questiondll security flaw Pin
ferroariel28-Apr-09 3:30
ferroariel28-Apr-09 3:30 
Question[Message Deleted] Pin
bhargava240928-Apr-09 3:01
bhargava240928-Apr-09 3:01 
AnswerRe: 3D Auto Cadd viewer Pin
musefan28-Apr-09 3:05
musefan28-Apr-09 3:05 
AnswerRe: 3D Auto Cadd viewer Pin
Simon P Stevens28-Apr-09 3:49
Simon P Stevens28-Apr-09 3:49 
General[Message Deleted] Pin
bhargava240930-Apr-09 2:02
bhargava240930-Apr-09 2:02 
GeneralRe: 3D Auto Cadd viewer Pin
Simon P Stevens30-Apr-09 2:50
Simon P Stevens30-Apr-09 2:50 
QuestionSolid Works Image To My C# Project Pin
bhargava240928-Apr-09 2:58
bhargava240928-Apr-09 2:58 
AnswerRe: Solid Works Image To My C# Project Pin
musefan28-Apr-09 3:03
musefan28-Apr-09 3:03 
GeneralRe: Solid Works Image To My C# Project Pin
bhargava240930-Apr-09 2:24
bhargava240930-Apr-09 2:24 
GeneralRe: Solid Works Image To My C# Project Pin
bunyaminasd24-Nov-09 21:25
bunyaminasd24-Nov-09 21:25 

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.