No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
9 Posted Topics
Re: "Excel.ApplicationClass excel = new Excel.ApplicationClass();" getting error in the above mentioned line.. "Microsoft.Office.Interop.Excel" has no constructors defined..this is the error message Can any one help me out.. | |
Re: It depends on the usage.Regarding graphics support AMD is the best.If you need to work for more number of hours, the performance of AMD will be comparitively slow. | |
Re: You can refer any form within the project in .net windows application but it is not possible in Web applications.I think the only solution is to use master page.. | |
Hi, I have bound the data in the grid view using the following code [CODE] gvHolidaysLst.DataSource = dsHoliday; gvHolidaysLst.DataBind(); [/CODE] But I wanted to add a new column with check box control in the grid view.An error occurs while filling the grid view because the data source contains only 3 … | |
Re: Try any one of the two steps: 1.Please remove ur RAM and re-insert it. 2.Clear the BIOS by removing the CMOS battery and restarting the system. | |
Hi friends, I wanted to add a calendar as a pop up while pressing a button and the selected date should be loaded in the text box.The calendar should be an absolute control.My ultimate aim is to save the space by using a calendar that overlaps the other controls. Waiting … | |
Re: Hi Vishul, The connection string used may represent your database in the local system, So there would be an error. Better use the Datadictionary to represent the path of the Database Example: [CODE] <connectionStrings> <add name="systemLoginDB" connectionString="Provider=Microsoft.Jet.OLEDB.4.0;Data Source=|DataDirectory|loginDetails.mdb;Persist Security Info=True"/> </connectionStrings> [/CODE]. | |
Hi friends...can any one suggest me a solution for accessing the Excel work books using the Microsoft Excel API in VB.net?I have to parse through the excel work sheets and find the position of a particular column in the sheet... | |
Hi friends, I wanted to restrict my text box to have only 10 characters.I have used the following code [CODE]Private Sub txtSpouseWorkPhone_KeyDown(ByVal sender As System.Object, ByVal e As System.Windows.Forms.KeyEventArgs) Handles txtSpouseWorkPhone.KeyDown If txtSpouseWorkPhone.TextLength > 10 Then MsgBox("Only 10 characters are alowed", MsgBoxStyle.Critical, "Invalid PAN No") txtSpouseWorkPhone.Text = txtSpouseWorkPhone.Text.Substring(0, (txtSpouseWorkPhone.TextLength - … |
The End.