Hai all I have a class library and have a class called Basepage.vb in the same project.when i try to call the basepage.vb in my class library it says ambiuous namespace .. not only a single file,but almost 7 files are in this status.. Please help me.. Thanks in advace George Mathew
George Mathew
Posts
-
ambiuous namespace -
count of select statements in an stored procedurehave 500 sps and some of them have select statements in it... i want to take the count of this select statements excluding the commented ones.. is there any query for that?.. or hoe can i get the count of the select statements in sps in my database is there any regular expression to do this.. i am using mssql 2005 and 2000. thanks in advance
-
TREEVIEW EXPANDSI have a treeview in my page and I am using AJAX.. the problem is that when i expands one node, all the nodes are expanded.. works well without ajax
-
Treeview Expands Automatically When using with AJAXI am using ASP.NET 2.0
-
Treeview Expands Automatically When using with AJAXi have a treeview control and i am using AJAX in my page.... the problem is that when ever i expand any one of the node, the entire treeview is expanded. its working properly without AJAX.. what could be the reason George
-
features of .netwhat are all the features of .net
-
what a namespace is?what a namespace and can we use the namesoaces we create in other projects
-
difference b/w abstract method and interfaceswhat is the difference b/w abstract method and interfaces
-
diff b/w sql2000 and sql 2005i am a biggner in .net and database.. i have herard that sql 2005 is better than 2000 i would like to know what are the additional features in 2005 that are not in sql 2000
-
Zipping entire folder using c#i have a folder in my d: drive with 7 filles in it. can i Zip the entire folder using C#?
-
to read from a notepad file line by line and insert each line into one tablei have a txt file with 1000 names and a table with two fields, id and NAME. i want to read the contents from the txt file line by line and insert each line to the name field of the table.. how can i implements this using c#.. George Mathew