Thank you, It is solved.
kaasir_2
Posts
-
SQL2000, XML -
SQL2000, XMLI am using windows 7, while i try to register the msxml2.dll. It can not register the msxml2.dll rather is throws an error: (The module "c:\windows\System32\msxml2.dll" failed to load Make sure the binary is stored at the specified path or debug it to check for problems with the binary or dependent .dll files A dynamic link library (dll) initialization routine failed.)
-
SQL2000, XMLI have installed the msxml2.dll, but the problem is still there. I have downloaded the file msxml2.dll. Where should i store that file on computer, and how do we register that dll.
-
SQL2000, XMLHello everyone, I have used sql2000 but sql2005 is also installed. I have created a select query that select the data opening a xml. while executing this query it generates an error: Procedure sp_xml_preparedocument, Failed to load Msxml2.dll. please help me. thank you in advance.
-
Merge two Header ColumnHi, I am beginner to c#.net. I am engaged in a project (part of HR Management), and i am stucked in a small problem. The problem is, Leave is provided to employee. I have to display the leave statics of the employee in a manner show below ------------------- | LEAVE | => this is dataGridView Header ------------------- | USED | REMAINING | => this and remaining are dataGridVeiw cells. ------------------- | | | ------------------- | | | ------------------- | | | ------------------- | | | ------------------- Thank you.
-
assing a serial number to rdlc reporthi guys n grls, let me describe the issue. I have created the rdlc report, it has got one table and in that table there is one group and one detail. now what i want to do is add the serial number to the detail row. I tried to use RowNumber(), it displays the number but not serially, I want a serial number listed serially.
-
custom validatorhello everybody. I have a little problem. I have a page, inside a page I have used gridview.Gridview contains , textbox and two level. I have used custom validator for the textbox and a label to display the message if the textbox contain no string. at the same page i used check box but it is not inside the grid. I have grouped the validation to checkbox. at the top of the page there is a dropdownbox. On selectedIndexChanged event the gridview content is changed. The problem is, I works fine ie it will display the error message if the textbox is blank for the first index of the dropdownbox, but it doesnot work for other index of the dropdownbox.
-
Add event to DataGridViewTextBoxColumnhello everybody . I have a little problem. I have a little problem. I have added the TextboxColumn to the datagridview. I want to add event keyUP to that TextBoxColumn. How can I do this? please provide some some solution.
-
using the crystal reportyes i use the pull method for the crystal report. can u provide me sample code to print the detail information for the selected people.
-
using the crystal reportHello everybody. This is crucial need for me and please help me. I need to generate the crystal report. What I like to do is. I have a detail information of peoples. I have listed the name of the people in the listbox. I want to generate the report and print the detail information for selected people listed in the listbox at a single click to button.