Hi, Can you please give me sample code for this. Thanks, sunil
sunil kumar verma
Posts
-
GridView -
GridViewHello, I have a grid view with one column and populated that with the following code, GridView1.DataSource = PropList; GridView1.DataBind(); Where PropList is a List of string . Now I have added another column in the GridView1 by the following code BoundField b; b = new BoundField(); b.HeaderText = "new1"; GridView1.Columns.Add(b); Now my problem is that if I have another list of string, How i Add that list to the new column. Please help me in this regards. Thanks sunil
-
TreeViewHi Shoaib, Thanks for quick reply.I have solved that problem,but i have another problem.I am using a COM dll in my ASP.NET 2.0 application.I have added it through Add Reference. I am developilng a Web Service, when I am using that from web application I am getting the following error Creating an instance of the COM component with CLSID {1FF3BBCC-CE35-47DD-BA47-EFD2B93AF2EC} from the IClassFactory failed due to the following error: 80010105. Can you help me in this regards? Thanks sunil
Sunil kumar verma Software Engineer
-
TreeViewHi, I am using a TreeView control in the ASP.NET 2.0 my problem is that I am passing a TreeNode value from one function to the other and I have to add some child node to that node whose value i have passed. I am not getting how I add child nodes to the parent node whose only value is known. Please help me in this regards, Thanks
-
TreeView In ASP.NET 2.0Hi, I am using a TreeView control in the ASP.NET 2.0 my problem is that I am passing a TreeNode value from one function to the other and I have to add some child node to that node whose value i have passed. I am not getting how I add child nodes to the parent node whose only value is known. Please help me in this regards, Thanks
Sunil kumar verma Software Engineer
-
problem with resource fileHi to all, I have written an SDI application and it is working properly but my problem is that the "RC"(resource) file become long in size. It is approximatly 50 MB.I am not able to resolve this problem.so please give me the proper solution thanks and regards sunil kumar verma
Sunil kumar verma Software Engineer