Re: [DotNetDevelopment] Create BHO

2011-03-04 Thread Jamie Fraser
http://lmgtfy.com/?q=bho+create&l=1 On Fri, Mar 4, 2011 at 1:47 PM, Musthaan wrote: > How Create a BHO ? > How to add it IE. > > i want a simple tutorial. > like just List open and close site addresses . > you know any links ?/ > > please help me . > > -- > You received this message because you

Re: [DotNetDevelopment] Language attribute added automatically

2011-03-04 Thread kumar s
fist read the content of XML file to dataset and bind it to combox Dataset dt=new Dataset(); string filepath=Server.Mapath("pathof xmlfile); dt.ReadXml(filepath); comobox1.datasource=dt; combox1.ValueField="value"; combox1.TextField="textvalue"; combox1.DataBind(); On Fri, Mar 4, 2011 at 10:51 P

[DotNetDevelopment] Create BHO

2011-03-04 Thread Musthaan
How Create a BHO ? How to add it IE. i want a simple tutorial. like just List open and close site addresses . you know any links ?/ please help me . -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web S

RE: [DotNetDevelopment] Language attribute added automatically

2011-03-04 Thread bhargav.it...@gmail.com
Use datatable.loadxml method and asign this table to combo Sent from my Nokia phone -Original Message- From: Gunawan Hadikusumo Sent: 05/03/2011 7:36:37 am Subject: Re: [DotNetDevelopment] Language attribute added automatically lazy finger. type something on google On Sat, Mar 5, 2

[DotNetDevelopment] Is IIS 6.0 with ASP.NET unable to do a HTTP compression?

2011-03-04 Thread Petr Nachtmann
I asked our supplier to implement a HTTP compression (gzip or deflate) for the web pages generated using ASP.NET running on IIS (the serverver reply says: "Server: Microsoft-IIS/6.0 X-Powered-By: ASP.NET X-AspNet-Version: 2.0.50727"). The supplier insists it is not possible with ASP.NET. Is there a

Re: [DotNetDevelopment] how to create calender picker control with drop down list

2011-03-04 Thread kumar s
hi dear, find the following code snippet to create calender control picker. You can also create by AJAX calender contral <%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %> http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd";>

[DotNetDevelopment] how get second maxima in sql queries

2011-03-04 Thread praveen singh
how get second maxima in sql queries? -- You received this message because you are subscribed to the Google Groups "DotNetDevelopment, VB.NET, C# .NET, ADO.NET, ASP.NET, XML, XML Web Services,.NET Remoting" group. To post to this group, send email to dotnetdevelopment@googlegroups.com To unsubscr

[DotNetDevelopment] [ANN]VTD-XML 2.10

2011-03-04 Thread dontcare
VTD-XML 2.10 is now released in Java, C#, C and C++. It can be downloaded at https://sourceforge.net/projects/vtd-xml/files/vtd-xml/ximpleware_2.10/. This release includes a number of new features and enhancement. * The core API of VTD-XML has been expanded. Users can now perform cut/paste/insert

[DotNetDevelopment] Re: Binding Generic Dictionary to ReorderList

2011-03-04 Thread Vikash
You can change type of Dictionary Then it Will Possible either make you class Constructor Which return to you a String then it will work as On Mar 4, 12:34 pm, arun wrote: > I have the following class definition > public class MyClass > { >     public MyClass(String myMember) >     { >  

Re: [DotNetDevelopment] Language attribute added automatically

2011-03-04 Thread Gunawan Hadikusumo
lazy finger. type something on google On Sat, Mar 5, 2011 at 7:15 AM, Jamie Fraser wrote: > How far have you got? Post your code. > > > Sent from my BlackBerry® wireless device > > -Original Message- > From: "Arun Kumar" > Sender: dotnetdevelopment@googlegroups.com > Date: Fri, 4 Ma

Re: [DotNetDevelopment] Language attribute added automatically

2011-03-04 Thread Jamie Fraser
How far have you got? Post your code. Sent from my BlackBerry® wireless device -Original Message- From: "Arun Kumar" Sender: dotnetdevelopment@googlegroups.com Date: Fri, 4 Mar 2011 22:51:19 To: Reply-To: dotnetdevelopment@googlegroups.com Subject: RE: [DotNetDevelopment] Language at

Re: [DotNetDevelopment] Language attribute added automatically

2011-03-04 Thread Processor Devil
Ok, then make a new thread... 2011/3/4 Arun Kumar > Hi All, > > I need help. > > I have to fill combo box from XML file in vb.net. > > Regards, > Arun Kumar > > > > > -Original Message- > From: dotnetdevelopment@googlegroups.com > [mailto:dotnetdevelopment@googlegroups.com] On Behalf Of

RE: [DotNetDevelopment] Language attribute added automatically

2011-03-04 Thread Arun Kumar
Hi All, I need help. I have to fill combo box from XML file in vb.net. Regards, Arun Kumar -Original Message- From: dotnetdevelopment@googlegroups.com [mailto:dotnetdevelopment@googlegroups.com] On Behalf Of Ronak Sent: Thursday, March 03, 2011 6:46 PM To: DotNetDevelopment, VB.NET,

[DotNetDevelopment] Binding Generic Dictionary to ReorderList

2011-03-04 Thread arun
I have the following class definition public class MyClass { public MyClass(String myMember) { this.MyMember = myMember; } public String MyMember { get; set; } } And in code behind I am creating a dictionary to a radio button. Dictionary