Thanks so much for your reply. Can you tell me how can I convert it in system library ? or can you suggest any source or converter where I can convert my C Code into C# ? max dev
Why r u using asp calender use javascript for the same.Anyways u can use this code: private void calDate_SelectionChanged(object sender, System.EventArgs e) { control.Value = calDate.SelectedDate.ToShortDateString(); Response.Write("window.returnValue='" + calDate.SelectedDate.ToString("dd/MM/yyyy") + "';window.close();"); }
first try to rename web.config on server then upload. otherwise upload zip file the extract it on server.
Anshuman Singh [anshumas@rediffmail.com](mailto:Anshuman Singhanshumas@rediffmail.com)
anything in .NET is a solution! a solution contains one or more projects such as web project,win project, class library project etc. if you lose .sln file you can easily make a blank solution and add your existing projects to it ! ;)
u can use Hashtable to store array of datasets e.g HashTable ds_array = new HashTable(); ds_array.Add(1,dataset1); ds_array.Add(2,dataset2); ds_array.Add(3,dataset3); ds_array.Add(4,dataset4); . . . . . so on
rahul
Can you post the original VB code that you feel isn't being converted correctly? I'll convert it for you.
David Anton www.tangiblesoftwaresolutions.com Instant C#: VB to C# converter Instant VB: C# to VB converter Instant C++: C# to C++ converter, VB to C++ converter Instant Python: VB to Python converter
i think v cant able to change the datatype of an datatable(if there is any data rows in it), so u just create a new datatable and write a code to create the table and move the records to that new DataTable Raja :rose: