Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
61% Quality Score
Upvotes Received
3
Posts with Upvotes
3
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
2
2 Commented Posts
0 Endorsements
Ranked #1K
~48.2K People Reached
About Me

I am a Microsoft Certified Professional (MCP,MCSD, MCAD.Net,MCSD.Net, MCP-.Net2.0) with 8 years experience of conducting training for Microsoft Certification Courses, and SW Development experience with VB6, SQL 7, 2000, .Net 1.0/1.1/2.0.

Interests
Reading, Movies, Books, acquiring and imparting knowledge
Favorite Tags
Member Avatar for geetajlo

Hi every1 i have a form with a textboxid, buttonAdd, ButtonSave on it , when i click on the btnAdd it must show the id and when i click update it must really Save . I want to auto generate the id through codes ... can any1 help... I don't …

Member Avatar for Ravi_79
-1
9K
Member Avatar for edcaryl

Hi, Does anyone have some good examples of ADO.NET code that demonstrates a coded connection to SQL Server such that bound controls bind to retrieve and update data. Thanks

Member Avatar for vinod_10
0
7K
Member Avatar for suresh.andey

How to put ppowerpoint presentations in website using asp.net(2.0) with c#? can u please tell me anyone.

Member Avatar for du_1
-3
2K
Member Avatar for remyajames

Hai, I am doing a project in VB.Net and SQL Server 2000. When I try to execute my queries in the crystal report it gives a query engine error and in other cases it shows the report with each row repeated. The SQL Query works perfectly in the query analyser. …

Member Avatar for Armand_1
0
339
Member Avatar for jaasaria

hi guyzz i wanted to remove item in the lisview using the for each i want to delete multiple item with similar field in the listview. any help.. for this problem.. it could be possible ? i have here code but it delete only selected item in the listview. (ListView1.ListItems.Remove …

Member Avatar for bluemarine90
0
3K
Member Avatar for mansi sharma

There are two dropDownLists on my form. In one DropDownList items are- 1)BE 2)Drawing 3)PG I want if a user selects BE in dropdownlist3 then in dropDownlist4 items are IT, CSE, MECH I want if a user selects Drawing in dropdownlist3 then in dropDownlist4 items are Drawing1, Drawing2 I want …

Member Avatar for anilMAN
0
118
Member Avatar for chrisdent1986

Hi I'm a final year university student and i'm running into a bit of trouble with my final year project (It's very important) My task is to create a DBA (Database Administration) tool in visual basic to allow me to add/edit/delete users from an existing oracle(sql) database. I really don't …

Member Avatar for 201061198
0
189
Member Avatar for sreein1986

I have a doubt in asp.net i created one form in ASP.NET using VB in that how to show message box after clicking a button

Member Avatar for PKOLB
0
928
Member Avatar for cVz

Hi , I have 2 columns named 1. Tel_H 2. Tel_H_Code How can i merge these two columns to make them one ?? I am clueless here...The best i can do is to view them as one [code] SELECT Tel_H_Code + Tel_H AS 'Tel_H' FROM Detailed_List [/code]

Member Avatar for Todster
0
206
Member Avatar for shashikanth

I am new to VB.net. I want to start with small project on VB.net. User will we working on client system. Please help me how to start.

Member Avatar for formulav8
0
261
Member Avatar for gabanxx

ai guys need a little help here..i create an interface where user can store their information like name, hobbies, DOB and phone number...the info is stored in sql server..now i want to call back all data that have being stored in sql to excel..when i say all i mean all …

Member Avatar for NanaYee
0
518
Member Avatar for sancti

hi all, I am developing a web application. I have written one function in .aspx file. Now i want to call that function from the .aspx.cs file. How can I do this? Can anybody help me regarding this? thanks in advance

Member Avatar for guptanitesh1988
0
2K
Member Avatar for dhirananda

can someone help me how to connect database from ms access to vb.net?????? please help me.. :(

Member Avatar for deshmukh dinesh
0
807
Member Avatar for nouvaki

My windows Application has a menu which opens an OpenFileDialog. When the button OK is pressed, I want to place the main form background and show a new Form (with two radiobuttons, one button). From the New Form I must take information (which radiobutton was checked) and pass this information …

Member Avatar for TomW
0
94
Member Avatar for saleemwazir

i m final year student of computer engineering and there is problem for me in my final year project. i want to attach databases to sql server dbms from one of the form of my vb.net application. the idea is that a want to have a button name "Browse" when …

Member Avatar for gbpnkpm
0
681
Member Avatar for shxrainz

hi.. I got an error said that ""Unable to find the requested .Net Framework Data Provider. It may not be installed." Currently i follow the book of beginning Asp.net in c# E-commerce .NET 2.0 and i using visual studio 2005 with SqlExpress 2005 Can anyone help me.. Thanks

Member Avatar for singharchana06
0
420
Member Avatar for jahanna

Hey guys, i need to read form(s) on VB.Net from the simple html based web sites, like on VB6 webbrowser object; [code] WebBrowser.Document.All("form").All("field")[/code] But i shouldn't to use a WebBrowser object. How can i do this on VB.net?

Member Avatar for simulanics
0
615
Member Avatar for shashank.kuls

Hellow frnz i wanted to select row in gridview using checkbox, using c#.net pleae help me

Member Avatar for jkvsos
0
144
Member Avatar for divyasrinivasan

hi i want to have the code for editing,updating n deleting data in gridvoiew i tried a lot searching in google..i trid also but could not get the output....i want how to insert textboxes using the edit colums ....i want in detail pls help... 2.next is how to add rows …

Member Avatar for mail2saion
1
165
Member Avatar for madelein

I need urgent help please!!!! This is my problem: I want to connect to a Access database with VB.Net. Here is my imports: [code] Imports System.IO Imports System Imports System.Data Imports System.Data.OleDb Imports System.Collections Imports System.ComponentModel [/code] Here is my connection string: [code] Public pDB As New OleDbConnection("Jet OLEDB:Global Partial …

Member Avatar for Abhay Joshi
0
563
Member Avatar for markx_018

Hi..by the way i'm mark...a newbie in visual basic and my question is this... How or what is the codes used to connect from visual basic to "SQLyog"...just like visual basic to ms access?...

Member Avatar for debasisdas
0
192
Member Avatar for stek74

I have to implement session management in an asp.net application and with mode as sql server. Any inputs on how to implement and test this? I was trying for instructions on the following web site, but i am lost [url]http://idunno.org/articles/277.aspx[/url]

Member Avatar for sierrainfo
0
111
Member Avatar for yrpchoudary

Hi, I have 1 xml file and 1 xsl file. I need to generate new html pages dynamically based on some values by passing the parameters to xsl file from console application using vb.net. Can any one suggest me how to create html pages dynamically using vb.net or C#?

Member Avatar for sierrainfo
0
139
Member Avatar for Datsun90

Dear all, I have created an SQL Server 2005 Express database using the database explorer of VB.Net 2005, and selected to copy the database to the application folder. I can successfully connect and update the tables using Visual Basic ready tools (such as datagrid). But when I try to connect …

Member Avatar for sierrainfo
0
140
Member Avatar for Mashimar

I have a big table contain a mobile numbers, I need to count each mobile number, how many time it was entered to my table?

Member Avatar for dyadarling
0
171
Member Avatar for ryan311
Re: help

how can i call a 1 command button in another form? for example i have form1 in the form 1 i have listbox, in my listbox i have item Customer, Product and etc if i double click my Customer i want to click my command 1 button in form 2 …

Member Avatar for ryan311
0
108
Member Avatar for Ninad16
Member Avatar for kritiohri

I have a combobx on the form and i enter the value in the combobox and then click save button and the values get stored in the sql table.but i want to display all the values in the drop down of the combobox what ever i enter during the run …

Member Avatar for sierrainfo
0
138
Member Avatar for arunasingh
Member Avatar for arunkish

Hi All, Hope I'm now at the right place. Well.... I have a numeric field and I want to format the field as follows in the select statement. How should I do it?? For eg. 9000 - 9,000 10000 - 10,000 120200 - 1,20,200 etc.... Simply an indian format. How …

Member Avatar for sierrainfo
0
132