From where I can Start to Learn .Net 3.0?
Yuwraj
Posts
-
From where I can Start to Learn .Net 3.0? -
DataBinding: 'System.Data.DataRowView' does not contain a property with the nameHi, I got the following error when i am trying to bind data to grid dynamicaly. DataBinding: 'System.Data.DataRowView' does not contain a property with the name
-
Problem in Dyanamicaly Creating DataGridHi, I have dynamicaly created a template Column at runtime. It works fine but during postback it vanishes. I have to retain the dyanamicaly added column during postback so what to do.....? Thanks in Advance............. Yuva
-
How to build RPC BASED WEB SERVICE IN ASP.NET 2.0Hi, Last but not list..................................... How to call RPC WebService through J2EE client through SOAP Request.
-
How to build RPC BASED WEB SERVICE IN ASP.NET 2.0Hi Jim, I have created one RPC Style WebService by including [SoapRpcService()]. Now after launching how to open that webService to particular port,so that it can able to listen the request from client. Actualy i have one code snippet [SoapRpcMethod()] public string GetData(string request) { data.XmlRequest = request; string response = data.GetData(); return response; } This take string as input which is in xml format.After parsing and performing calulation returns a string response which is in same format. so, my question is how this method listen the request from client? i.e J2EE Client. Or is there nessesary to open a partucular port for listening client request? What things I should do extra for converting it to RPC Based? Once again... Thanks in advance.
-
How to build RPC BASED WEB SERVICE IN ASP.NET 2.0Thanks a lot............
-
How to build RPC BASED WEB SERVICE IN ASP.NET 2.0Hi All, I am developing webservice in asp.net 2.0 which must be RPC Style based which takes input as a xml file.I am just developing default webservice in Visual Studio 2005 which has webMethod.Is this is RPC STYLE OR Document style webservice? if No then how build RPC style one.........? Also How client then made request to this service which must be open on some port. Send me some example for RPC STyle Web Service if possible. Thanks in Advance.
-
I have one problem about using Web Services.But for importing namespaces I have to add reference of web application to this web service.
-
I have one problem about using Web Services.How to create a web service which uses functionality of one web appilication.
-
How Maintain scroll position of datagrid during postbackHi, I want to Retain the scroll position of dataGrid during the postback............ Thanks in advance
-
I want info about Editable DatagridI want brief info about editable datagrid
-
Number of hits on the siteSir, I got it by incrementing the counter in global.asax. But how to pass it to homepage or webpage.
-
How to pass parameter to different pageThanks a lot...................
-
How to pass parameter to different pagehi, I am working on asp.net appluication and i want pass value frm one page to anotheter. pl's help for the same;)
-
Number of hits on the siteThanks a lottttttttttttttttt;)
-
Number of hits on the siteI am developing a web application in ASp.net, for that I want the number of hits on the site. pl'z help me :^)
-
IsPostback..............Hi guies, I am new to Asp.Net. I want something about ispostback method in detail. Thanks in advance:(
-
I want to count number of hits on my sitee:laugh: Hi friends, I am developing a web application and in that i want count for number of hits on the site. pl's help me. Thanks in advanceeeeee Yuvaa
-
How to call Url from c# codeHi Guies, I am working on one application which require a url get executed through c# code. How to do it? Thanks in Advance:) yuvaaaaaaa
-
I need some help about COM..I am new to COM technology. I am tryimg to write my first componant but it gives error. i.e error in loadimg library file Pl'z go through the code........ I gave proper address of unknwn file ,still it gives error. #import "unknwn.idl" [ object, uuid(C21D0200-2FB6-11d2-8952-444553540000), helpstring(“Car driving”) ] interface ICar : IUnknown { HRESULT SetSpeed( [in] long nSpeed ); }; [ object, uuid(C21D0200-2FB6-11d2-8952-444553540000), helpstring(“Engine control”) ] interface IEngine : IUnknown { HRESULT Start(); HRESULT Stop(); }; [ uuid(310C97F4-3ABE-11d2-915E-52544C004D83), version(1.0), helpstring(“Car library 1.0”) Distributed Computing Topics PART V 816 ] library YourLib { importlib “stdole2.tlb” importlib “stdole32.tlb” [ uuid(310C97D0-3ABE-11d2-915E-52544C004D83}, helpstring(“Car class”) ] coclass Car { [default] interface ICar; interface IEngine; }; }; Yuwraj