Posts
 
Reputation
Joined
Last Seen
Ranked #3K
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
70% Quality Score
Upvotes Received
4
Posts with Upvotes
4
Upvoting Members
3
Downvotes Received
2
Posts with Downvotes
2
Downvoting Members
1
2 Commented Posts
~59.6K People Reached
About Me

Sometimes life makes us hopeless...but the only thing is that "I BELIEVE..."

I believe in positive thinking...simple living..

Keep Smiling Always :)

Interests
Playing basketball, chess cycling Reading books (I just love books) Writing poems .. to name a few!
Favorite Tags

71 Posted Topics

Member Avatar for The Dude

Dictionary..ah yes!..Describes Many Words... but I can't find out the description of my name in the [b] Dictionary[/b] :P

Member Avatar for Dani
3
11K
Member Avatar for mikeandike22
Member Avatar for The Old Man
1
476
Member Avatar for The Dude

Corn oil is made from corn, Olive oil is made from olives, so what does baby oil come from? (Source : iGoogle)

Member Avatar for Ene Uran
9
4K
Member Avatar for cee_karthi
Member Avatar for Jx_Man
Member Avatar for Scuppery

[QUOTE=ditz;933818]i do not fond myself in that situation Do you sleep?[/QUOTE] Why, don't you sleep?? Everyone Sleeps..Sleep is a natural and periodic state of rest during which consciousness of the world is suspended... My Question: [b] Yes or No? [/b] :)

Member Avatar for azareth
0
1K
Member Avatar for Piya27

Hi All, I am quite stuck in an operation where I have to calculate a sum using circular reference. Though in Excel , it's quite easy (or already managed by excel itself) to use circular reference but I am not sure how to implement this thing in C#. The problem …

Member Avatar for nidhikhetarpal
0
188
Member Avatar for adkool
Member Avatar for kasthurirangan

[QUOTE=kasthurirangan;919510]Friends i suppose to develop a s/w.. which automatically generates a timetable for the entire college.. on all possible classes..so plz help me in developing the coding in vb.net...[/QUOTE] first start extracting information about all the class schedules,intervals and faculty available. retrieve all this from the database query. and then …

Member Avatar for nellairahul
0
235
Member Avatar for Piya27

Hi All, I am developing an Excel Add-in using Visual Studio Tools for Office using C#. However, the problem is that i want to use the SOLVER add-in that is available in Excel in my code. I cannot find any way or documentation anywhere for doing the same. However i …

0
262
Member Avatar for happygeek

Hi All, Piya this side... n I am.. [code] /* 1. Computer Geek 2. Dancing Geek 3. Cycling geek 4. reading geek */ [/code] :)

Member Avatar for Chatterbox721
0
757
Member Avatar for bettybarnes

how are you showing your database records on your form? you may use a timer tick option for refreshing page after a specified amount of time and fill your form again from the database. show some of your code so that someone can help you better.

Member Avatar for bettybarnes
0
196
Member Avatar for phil7771

[QUOTE]Here is error message...Msg 102, Level 15, State 1, Line 2 Incorrect syntax near 'Last_Name'. [/QUOTE] the error is beacuse your field(or column ) name is like 1.Last_Name. you may use [1.Last_Name] instead.

Member Avatar for Piya27
0
124
Member Avatar for ancrawford

you can use DateTime and some conditions. Tell your problem exactly. Show some of your effort at least for us to help you.

Member Avatar for ancrawford
0
133
Member Avatar for madoverclocker
Member Avatar for sweetsasthi

[QUOTE=sweetsasthi;915482]i belong to computer branch,am interestd in o/s nd networkin[/QUOTE] Some of the networking prjects are: 1.Internet Routing : XORP: eXtensible Open-source Router Platform 2.ATM Router Design and Implementation 3.Network Protocol Snooper 4.Ethernet, Token Ring, X.25, SNA Protocol Modules 5.High speed Multi-Port Serial Driver 6.Multi-Platform Voice/Telecom Cards Diagnostic Package

Member Avatar for alfea
0
416
Member Avatar for The Dude
Member Avatar for Piya27

Hi All, Can anyone please suggest some good tutorial for SilverLight Business Application (in C#) ASP.NET???

Member Avatar for Piya27
1
119
Member Avatar for Alphard

[QUOTE=Alphard;985321]Here's my SQL Statement: SELECT * FROM tblHeader WHERE Requestor='"&label1.text&"' Why doesn't it work?[/QUOTE] Hi Alphard, may be becuase of last comma issue... SELECT * FROM tblHeader WHERE Requestor='" & label1.text & "'[B]"[/B]

Member Avatar for Alphard
0
132
Member Avatar for Demonisya

[QUOTE=Demonisya;980523] [CODE] while (num>=1) { num*=num; num--; } }[/CODE][/QUOTE] Hi Demonisya, The problem I guess is here in while loop. What exactly do you want your program to do? to find the [B]factors of the entered number[/B] or the [B]Factorial[/B] of the number??

Member Avatar for minigweek
0
2K
Member Avatar for kerek2

[code=vb.net] for Each gvrow As GridViewRow in GridView1.Rows) Dim cb As CheckBox = (CheckBox)gvrow.FindControl("CheckBox1") Dim chkstate As Boolean = cb.Checked 'perform ur action(updation) if (chkstate = true) 'updation break end If Next [/code]

Member Avatar for kerek2
0
255
Member Avatar for Piya27

Hi All, My update query refuses to update the data in the Excel sheet via OLEDB connection. I am able to insert and retireve the records but could not update. Though my syntax is correct and when I execute the query using ExecuteNonQuery, it shows no error no exceptions but …

Member Avatar for samir_ibrahim
0
252
Member Avatar for Piya27

Hi All, I just don't know whether how correct my quetion is. But the problem i am encounterign while deveoping a website in ASP.NEt is that, when I run my website in IE it shows me the correct design as it has been set in the Forms, but when I …

Member Avatar for sknake
0
63
Member Avatar for chandiusjp

Add a template field in the datagrid edit columns field. Then in edit template fields add the check box and assign the problem as needed

Member Avatar for kvprajapati
0
75
Member Avatar for plongx211
Member Avatar for tux4life
0
104
Member Avatar for manutd4life
Member Avatar for Piya27
0
87
Member Avatar for chanlichin

[B]maxrow = ds.Tables("summary").Rows.Count[/B] 'counts the number of rows in the Table 'Summary'. If [B]maxrow > 0 [/B]Then 'CHECKS whether there is atleast one row in the table.(ie., >0) Basically checks whether Summary table is emplty or not.

Member Avatar for Piya27
0
115
Member Avatar for Piya27

Hi All, I want to update a row in existing excel sheet using vb.net where the row identification is according to the textbox text and the first column entry of that row in the excel. I just can't find a starting hint. Any Help?

Member Avatar for kvprajapati
0
100
Member Avatar for Piya27

Hi All, I need to change the style of the first row in an excel sheet(that is created dynamically) in VS 2008. I tried using Excel.Style in vb.net but cudn't seem it working. any help?

0
70
Member Avatar for ggl0rd
Member Avatar for Piya27

Hi all, I just need an idea (not code) how to export data from my databse to excel sheet..that too row wise.. I only need a starting idea... m using Visual studio 2008.

Member Avatar for Piya27
0
169
Member Avatar for Ana D.
Member Avatar for caramel91

[QUOTE=caramel91;933491]Hey,just wanna consult any expert,currently i'm studying visual basic.NET myself by using this book "Sybex Mastering Visual Basic 2008",all i wanted to know is i can't find any task or homework to evaluate how well my understanding to it,of course,i'm not like some other people who just read over the …

Member Avatar for calsey
0
109
Member Avatar for masterjiraya
Member Avatar for Piya27
0
56
Member Avatar for ggl0rd

[QUOTE=ggl0rd;933670]i got some vb.net application.. when i try to run, got error out Font "Arial" does not sapport style "Regular" can anyone tell me why be like this?[/QUOTE] [url]http://books.google.co.in/books?id=wPtzGIHOwvAC&pg=RA1-PA663&lpg=RA1-PA663&dq=why+errors+in+vb.net+arial+does+not+support+Regular&source=bl&ots=6P0rdaA1BC&sig=R2H8BG05rLNX2F7jgdU8O7lyWMw&hl=en&ei=LDpxSpzYG8aQkQWB1smjDA&sa=X&oi=book_result&ct=result&resnum=10[/url]

Member Avatar for Nada_ward
0
97
Member Avatar for khuks

[QUOTE=khuks;916096]I would like to get assistance on how to retrieve data from MS SQL database to view it on a listbox.In my db i have two columns.[/QUOTE] Hi khuks, You may use ExecuteReader to retrieve the data from the database..

Member Avatar for kvprajapati
0
111
Member Avatar for tedhead2

I am using MSSQL 2005 and VISUAL STUDIO 2005 hope you may get some help.... [code=vb.net] Dim con As SqlConnection Dim sql As String Dim cmd As SqlCommand con = New SqlConnection("Server=urserver;" & "DataBase=;" & "Integrated Security=ur security;") sql = "CREATE DATABASE ABC ON PRIMARY" + "(Name=abc_data, filename = 'C:\MSSQL7\data\abc.mdf', …

Member Avatar for tedhead2
0
127
Member Avatar for czrnll
Member Avatar for Stals
Member Avatar for Piya27

Hi All, I have recently installed Visual Studio 2005 after system recovery... and now when I start debugging any program, it shows me the following error : [b]"Error while trying to run project : Unable to start debugging. The Binding handle is invalid."[/b] Please Help.

Member Avatar for Piya27
0
51
Member Avatar for sana.khatib20

Hi Sana.khatib20, you first change the topic of your thread... so it could be easy for others who search for the similar problem or for those who view the forum or ur thread for the first tym cud get an idea of your problem...

Member Avatar for iCreator
0
286
Member Avatar for iamnoangel26

Use any one VB.NET or Vb 6.0 or C++ is also a good option if you are comfortable with it. :)

Member Avatar for iamnoangel26
0
215
Member Avatar for bryan69

[QUOTE=bryan69;920178]ok! ya. i manage to figure it out. did some looping to the clear ting. anywayyy! rite now..i wld like to edit my VIEW TRANSACTION form. after FORM 1 submits its details... it'll b placed out on FORM 2 as follow:- DATE NAME AC NO AMOUNT lbl1 lbl2 lbl3 lbl4 …

Member Avatar for Piya27
0
106
Member Avatar for Piya27

Hi All, I have recently installed Visual Studio 2005 after system recovery... and now when I start debugging any program, it shows me the following error : [b]"Error while trying to run project : Unable to start debugging. The Binding handle is invalid."[/b] Please Help.

Member Avatar for vb5prgrmr
0
39
Member Avatar for xVent

[code=vb.net] Imports System Imports System.Data Imports MySql.Data.MySqlClient Public Class Form2 Dim con As New MySqlConnection() Dim cmd As New MySqlCommand Dim adptr As New MySqlDataAdapter Dim table As New DataTable Private Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click con.ConnectionString = "Database=" & Form1.TextBox1.Text & ";Data Source=" …

Member Avatar for xVent
0
540
Member Avatar for sandli28

you have written the code to insert the values into the database.. then u are asking how to insert into database... well If I am guessing right, you want to save into database after hiding the groupbox?? or may be there's some other problem??

Member Avatar for Piya27
0
1K
Member Avatar for lovelyVinnie

yes it is LOVELY and HELPFULL!!! and the most active site as you will see!!! ;)

Member Avatar for Piya27
0
27
Member Avatar for nature_love

[QUOTE=nature_love;915994]please suggest a book for following courses( am taking in 3rd semester): Data Structures and Algorithms, Analog and Digital Electronics. any advice to study the above courses will be welcome. thanks[/QUOTE] Tannenbaum for Data Structures and Algorithms

Member Avatar for Piya27
0
123
Member Avatar for sdmahapatra

How a block of bytes can be deallocated in c++. int main() { int *ptr=new int(100); cout<<"ptr add is ::"<http://www.daniweb.com/forums/thread204516.html what's the purpose of asking this here, when you have already posted the query in the forum??

Member Avatar for sdmahapatra
0
134
Member Avatar for pepemiso

[QUOTE=pepemiso;920066]i have a problem.. please help me..I have only one combo box and i want my combo box to have its value and i want to get it's value from my database??? how can i get that?? please help me to do this. thanks. here is my code please help …

Member Avatar for babbu
0
121

The End.