Varun,
it is not that which one is more on demand, it is what you are comfortable with. if you have vb 6.0 back ground then go for vb.net and if you have java and c++ background go for c#. If you are start of you carrer then go for C#
Kshoot
that trick still doesnot work, but good thing is i stop getting the message(alert box) atleast that was good.
one thing i dunno you have noticed or not in my first post, it works first time and then on it stops working in testing box the same works perfectly on the local boxes though. I cannot...
Billy,
let me explain the question properly.
i have a page1, where i am writing the above(first post) code, i dont have any control of the page iam opening page2, i only know that that page has got the frames and what my code should do is drop the appropriate aspx pages into it.
now how can i...
function InsertText () {
var text=document.Form1.elements['Button'].value ;
if(TextArea_HasFocus==false)
TextArea_Editor.focus();
var editor = window.document.getElementById('TextArea');
sel = editor.document.selection.createRange();
if (text!=''){
sel.pasteHTML("@@")...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.