Tagged Questions

2
votes
1answer
148 views

tinymce with asp.net, ValidateRequest=false in page, is it dangerous?

I am using tinymce editor in asp.net page. It was configured fine but when I tried to write soem text in editor it raised error "A potentially dangerous Request.Form value was detected from the client ...
1
vote
1answer
513 views

determine which tab clicked in DevExpress Pagecontrol at clientside

Using the DevExpress ASPXTabControl, How do i determine which Tab has been clicked with Javascript on Client Side. I've got multiple tabs, each containing a callback panels which loads data. This is ...
0
votes
0answers
37 views

Client script library for ASP.net controls and how these works?

I have been working on .Net platform for 2 year and right now i am working on DevExpress controls for 6 months. All these control have client-side Events which are under some ClientScript nameSpace of ...
0
votes
2answers
78 views

My ASP.Net TextBox has an auto-generated name, which means I can't use it in client side scripts… how do you use both server and client side code? [closed]

Possible Duplicate: Need the clientId of a textbox inside a content control using javascript I have a script that needs to access a TextBox, but ASP.NET generates some crazy names: ...
0
votes
1answer
400 views

TreeView control - Is it possible to collapse w/o a postback?

Everything i found online so far is very confusing about TreeView. I know it has a built-in callback, that developer can populate nodes from server on demand, etc etc. I understand the populate node ...