I want to read the Javascript method body how could I do this, could u refer me few links Thanks SaiNath
sainath437
Posts
-
How to read the body of methods in JavaScript -
Insert opertion doesn't workchange xy.customers.insertonsubmit(cust); to xy.insertonsubmit(cust)
-
Insert opertion doesn't worktry using this
xy.InsertOnSubmit(cust);
instead ofxy.Customers.InsertOnSubmit(cust);
hope this may work... -
how could we know that a method is executing a certain point of timehi i need a scenario where i need to show all methods in a list view and a the point of executing the program i need to show that in listview that method is executing with some tick mark after completion. considering method taking some time . thanks in adv..
-
three tier architecture in linq to entitieshai .. my doubt is that can we take directly .EDMX as data access layer i.e directly calling the methods from BAL layer with out creating any get set properties.. please if know jst post me the answer,.. Thanks in ADVANCE..
-
when ever i press spacebar a dot is generated.......Thanks Larry Niven...
-
when ever i press spacebar a dot is generated.......hai , iam experiencing a strange problem. some of the setting have been changed in visiualstudio and suddenly every space is filled by (DOT). for example the code looks as below shown. .....public.int.pdate.(string.empname,int.salary,int.dep) .........{ .SqlConnection.conn=new.SqlConnection(connstr); conn.Open(); ..try { string.st.=."update.INTO.Employee..( EmpName,Salary,Dep).".+"VALUES.(empname,salary,dep)"; every page it looks the same and even in javascript pages also.. any one who knows solution please message here.. thanks in advance