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
Member Avatar for darkocean

I need to export DataTable to Excel file. Is tehre anyone help me? I dont want to listview to excel... Regards.

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

Okay i have a Amd athlon X2 64 5200 Im thinking about Upgrading Amd or Intel Which is better Ive already done Research and Most people suggest Amd above Intel Amd is cheap but good ive got myne now for 4 or 5 years if im right Its Kinda Wonderfull …

Member Avatar for JorgeM
0
222
Member Avatar for fawadkhalil

Hi In my application i have used master page. I created a web form that DID NOT USE master page. Is it possible that from this form i can access master page controls. If yes then how can i access it?

Member Avatar for fawadkhalil
0
86
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
120
Member Avatar for dhruva sharma

my pc restarts its self before it gets start .no warning signal appers in my monitor and before i can acsses my acount it restarts automatically.i have bought a new ram of 2 gb but it doesnot work the problem remains the same

Member Avatar for caperjack
0
126
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
81
Member Avatar for Vishul

i have created a vs 2008 solution that contain 3 projects i.e. 1. BLL 2. DAL 3. GUI (Website) Language used C# I have add references & connect it through vs 2008 inbuilt sql server & it is working fine on localhost but when i upload it on internet it …

Member Avatar for deepanbecse
0
110
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
112