Hi, When i was creating the proxy at command prompt i got the error like "wsdl is not recognized as an internal or external command" Why this error come,and also why we prefer proxy to expose webservice methods,cant we directly expose?. Plz calrify my doubts, otherwise suggest good link Advanced Thanks Srilakshmi
srilu nagalla
Posts
-
About Webservices -
About WebservicesHi, Iam New to Webservices,Plz refer good material to learn webservices quickly iam awaiting for reply Thanks & Regards Srilakshmi
-
cache????Can anybody tell me "cache" is browser memory,or server memory or both? I have idea about server side cache, what about browser cache? Thanks&Regards Srilakshmi
-
Doubts?_mubashir wrote:
Where are you calling the Javascript to create dynamic textboxes?
When i enter in page it contains table heading and one row with textboxes,after i fill boxes and then press "Enter" button then next row will add
_mubashir wrote:
I still cudnt figure out why are you creating textboxes with Javascript.
For execution faster i want to add rows dynamically,to remove burden on the server. Is their any wrong in my view? which is the best one,server side rows creation,client side creation Which is the faster one? and eaiser one?
-
Doubts?Hi, In my app i generated a tablerows dynamically through javascript,after the postback the dynamic rows are vanished. what i have to do maintain dynamic rows(contain texboxes in each cell)? After filling the textboxes(html textboxe,i want to pass all the values to the database, How can i pass these textbox values to server? Plz give me some idea regarding that? Advanced Thanks Srilakshmi.
-
problem with view statei set enableviewStateMac="false" in web.config
-
problem with view stateAfter i set this in web.config i also get the error like "The View State is invalid for this page and might be corrupted" Any idea to eleminate the error? AdvancedThanks Srilakshmi
-
Which one is the best?Hi,In web app i have to generate a table dynamically,and the cell values are store in the database. I want to use javascript instead of codebehind to generate tablerows. Then when i click the button all the tablecell values are store in the database. How can i send values to server to store them in datbase? Or which is the best one?Generate table through javascript or codebehind? Advanced Thanks, Srilakshmi
-
How to capture keyboard "Enter" button PressHi, In my web app,I have a table,when i am on the last column and press the keyboard enter button a new row is dynamically added to the table,How it possible?how we capture keyboard events,Give some idea regarding this Advanced Thanks Regards Srilakshmi
-
Open FileWindowHello,I have a button,when i click on that button it opens the OpenFile window like a window after click on the browse button Plzz Give me some idea regarding this Advanced Thanks Srilakshmi
-
Urgent?Hello,Sir I Created a one html page in asp.net web app,in that window.location working fine,but when i copied that page into the directory of asp project it does not redirect,and also in status bar iam getting error at window.location Why its happening Advanced Thanks Srilakshmi
-
Doubt?Could u plz explain me what purpose we are creating the virtual directory,even without having virtual directory we can run asp.net web application in local system
-
Doubt?Hi, Iam new to the web applications,Can u Plz tell me whats the need of creating virtual directory for the web application Advanced Thanks Srilakshmi
-
Which one is the best?In a ASP.net Web App to persist a value of variable between different server rounds ,Which varible is best? public shared or anything else? Give me guidence Advanced Thanks Srilakshmi
-
How to shift My Sql data to Sql ServerHi,I have a small problem,first we used MySql as a database,The database contain realworld data,suddenly we have need to shift database to Sql Server Is their any way to avoid refill data manually in SqlServer. Plz,Help me in Solving the problem Advanced Thanks, Srilakshmi
-
history deletion in vb.netHello,open this link to understand the code i send to u http://www.codeproject.com/useritems/NoCaching.asp
-
history deletion in vb.netHi Friend ,This code may helpful to u Response.Buffer = True Response.ExpiresAbsolute = DateTime.Now.AddDays(-1D) Response.Expires = -1500 Response.CacheControl = "no-cache"
-
How to check Com Component existshow can we check perticular COM Component exist in a System through asp.net web application Plz AnyBody Give me some Idea Thanks&Regards Srilakshmi
-
javascript errorHi,plz check this winobj=new object(); function winopen1() { winobj=window.open("setcustmailbody.aspx"); return; } function winclose1() { winobj.close(); return; } When i call the winclose1() the window is not closed,whats wrong in this
-
How to temporarly suspend the server executionI have a button in one page,when i clicked on that button,a pop window will open,in that popup i have a text area,ok,cancel buttons,i want to give the input to the textarea and click ok button,the popup willclose automatically,and comes to the first page click button function Meanwhile the firstpage server execution stops when the popup is called How to stops the firstpage server execution and starts automatically when the popups ok button clicked Thanks&Regards Srilakshmi