Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
Ranked #4K

9 Posted Topics

Member Avatar for darkocean

"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..

Member Avatar for deepanbecse
0
2K
Member Avatar for VB 2012

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.

Member Avatar for JorgeM
0
226
Member Avatar for fawadkhalil

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..

Member Avatar for fawadkhalil
0
91
Member Avatar for deepanbecse

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 …

Member Avatar for cocoll
0
126
Member Avatar for dhruva sharma

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.

Member Avatar for caperjack
0
129
Member Avatar for deepanbecse

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 …

Member Avatar for sufyan2011
0
82
Member Avatar for Vishul

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].

Member Avatar for deepanbecse
0
111
Member Avatar for deepanbecse

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...

Member Avatar for Reverend Jim
0
1K
Member Avatar for deepanbecse

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 - …

Member Avatar for deepanbecse
0
116

The End.