Regarding NameSpace
-
could u please tell me is there any shortest way to create and place a new namespace into the coding? and let me know about the namespaces fully because i don't know how to create a namespace and tell me some ways to create a web service in VB.NET. thanks. with regards.:) K.Vijaya
-
could u please tell me is there any shortest way to create and place a new namespace into the coding? and let me know about the namespaces fully because i don't know how to create a namespace and tell me some ways to create a web service in VB.NET. thanks. with regards.:) K.Vijaya
if u want to use a namespace into code, justt use import statement. eg. imports [namespacename] so as to use web service, open a web service project, and while defining your function define them using web method tag. function defination Manish -- modified at 8:14 Monday 17th April, 2006
-
if u want to use a namespace into code, justt use import statement. eg. imports [namespacename] so as to use web service, open a web service project, and while defining your function define them using web method tag. function defination Manish -- modified at 8:14 Monday 17th April, 2006
ya thanks but i knew those already.... i have asked about how to create a new namesapce in VB.NET?... Is there any possibilities to create?.. If so can u plz explain some of the cocepts to create a namespace..? Anyhow thanks for ur valuable information. with regards... K.Vijaya
-
ya thanks but i knew those already.... i have asked about how to create a new namesapce in VB.NET?... Is there any possibilities to create?.. If so can u plz explain some of the cocepts to create a namespace..? Anyhow thanks for ur valuable information. with regards... K.Vijaya
this shd make you clear http://www.c-sharpcorner.com/Articles/NSInCSandVBNETSSK.asp
-
ya thanks but i knew those already.... i have asked about how to create a new namesapce in VB.NET?... Is there any possibilities to create?.. If so can u plz explain some of the cocepts to create a namespace..? Anyhow thanks for ur valuable information. with regards... K.Vijaya
-
K.Vijaya, All you need to know about how to create a NameSpace in VB.NET. http://www.vbdotnetheaven.com/Code/Apr2003/011.asp Hope this helps, ~Brad:->
ya itsvery useful..... thank u with regards, K.Vijaya