Search Results

Showing results 1 to 40 of 105
Search took 0.01 seconds.
Search: Posts Made By: Piya27
Forum: VB.NET Sep 15th, 2009
Replies: 10
Views: 331
Posted By Piya27
Hello Sir,

I am not saying that there's any problem with Label's Text with value
I wrote this because Alphard is using Query Builder which I don't think takes values from Label or TextBox.(I may...
Forum: VB.NET Sep 15th, 2009
Replies: 10
Views: 331
Posted By Piya27
no it is not possible there you have to specify the exact string or text instead of Label1.Text.
Forum: VB.NET Sep 14th, 2009
Replies: 10
Views: 331
Posted By Piya27
then please post the exact error. so that we can find out where the problem lies.
Forum: VB.NET Sep 14th, 2009
Replies: 10
Views: 331
Posted By Piya27
Hi Alphard,

may be becuase of last comma issue...
SELECT * FROM tblHeader WHERE Requestor='" & label1.text & "'"
Forum: Posting Games Sep 11th, 2009
Replies: 638
Views: 54,877
Posted By Piya27
Forum: Posting Games Sep 10th, 2009
Replies: 638
Views: 54,877
Posted By Piya27
ring
grin
garnish
rain
grain
hair


My word: Stress
Forum: C++ Sep 9th, 2009
Replies: 16
Views: 780
Posted By Piya27
I admit my mistake at 9*2... :(
I really apologise for giving wrong suggestion.. Dunno how I went wrong..
yes it will be sqauring every tym num decreases by 1 :(
Forum: C++ Sep 8th, 2009
Replies: 16
Views: 780
Posted By Piya27
What you have done is :
num *= num;
num--;

which will do the following :
1. if suppose you entered 3.
num *= num will giv num = 3*3 = 9
then num-- i.e, 2
then it will proceed like:
9*2
Forum: C++ Sep 8th, 2009
Replies: 16
Views: 780
Posted By Piya27
Ok that's fine..
Its factorial of the number.
Use Kiryoku's example.
That might help.
Forum: C++ Sep 8th, 2009
Replies: 16
Views: 780
Posted By Piya27
Hi Demonisya,

The problem I guess is here in while loop.
What exactly do you want your program to do? to find the factors of the entered number or the Factorial of the number??
Forum: VB.NET Sep 8th, 2009
Replies: 9
Views: 662
Posted By Piya27
Thanks for the help...
That colon issue was causing the problem. using [] has solved the problem. Now I am able to update.

Thanks alot.
:)
Forum: VB.NET Sep 7th, 2009
Replies: 9
Views: 662
Posted By Piya27
Ohhh!!!
Actually I just did that because of space between the column names. May be I should try using []. Actually I am saving my column names as 'Serial No', 'Compnay Name', 'Branch' etc.
And my...
Forum: VB.NET Sep 4th, 2009
Replies: 9
Views: 662
Posted By Piya27
I have saved the column name as 'Serial No' with quotes also in the name,only beacause of the space issue. I have tried using sheet name as [AssetsLiabilities$] but that still cant update.

I am...
Forum: VB.NET Sep 3rd, 2009
Replies: 9
Views: 662
Posted By Piya27
AssetsLiabilities is the Sheet name.
Forum: VB.NET Sep 3rd, 2009
Replies: 9
Views: 662
Posted By Piya27
Dim DbConnString As String = "Provider=Microsoft.Jet.OLEDB.4.0;" & _
"Data Source=" & fpath & ";" & _
"Extended Properties=""Excel...
Forum: VB.NET Sep 3rd, 2009
Replies: 5
Views: 745
Posted By Piya27
how have you placed checkboxes in GridView? using template feilds?
Forum: VB.NET Sep 2nd, 2009
Replies: 5
Views: 745
Posted By Piya27
for Each gvrow As GridViewRow in GridView1.Rows)
Dim cb As CheckBox = (CheckBox)gvrow.FindControl("CheckBox1")
Dim chkstate As Boolean = cb.Checked
'perform ur...
Forum: ASP.NET Sep 2nd, 2009
Replies: 2
Views: 355
Posted By 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...
Forum: VB.NET Aug 31st, 2009
Replies: 9
Views: 662
Posted By 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...
Forum: VB.NET Aug 31st, 2009
Replies: 3
Views: 269
Posted By Piya27
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
Forum: VB.NET Aug 19th, 2009
Replies: 3
Views: 404
Posted By Piya27
Do you want to connect to MSAccess or create an MSAccess form?
Forum: C++ Aug 19th, 2009
Replies: 9
Views: 352
Posted By Piya27
Hi plongx211,
show some of your effort first. :)
Forum: VB.NET Aug 19th, 2009
Replies: 2
Views: 232
Posted By Piya27
maxrow = ds.Tables("summary").Rows.Count
'counts the number of rows in the Table 'Summary'.

If maxrow > 0 Then
'CHECKS whether there is atleast one row in the table.(ie., >0)

Basically checks...
Forum: VB.NET Aug 17th, 2009
Replies: 1
Views: 242
Posted By 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...
Forum: VB.NET Aug 12th, 2009
Replies: 0
Views: 238
Posted By 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?
Forum: VB.NET Aug 11th, 2009
Replies: 3
Views: 212
Posted By Piya27
what is simple coding??
Forum: VB.NET Aug 11th, 2009
Replies: 8
Views: 780
Posted By Piya27
I was able to export the data from database to excel using gridview but now the problem is how to append new values in the same existing excel sheet that i created earlier while exporting the data...
Forum: VB.NET Aug 8th, 2009
Replies: 4
Views: 402
Posted By Piya27
Hi Ana D.,
Please show your code first.
Forum: VB.NET Aug 6th, 2009
Replies: 8
Views: 780
Posted By Piya27
Forum: VB.NET Aug 6th, 2009
Replies: 8
Views: 780
Posted By Piya27
Protected Sub Button15_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button15.Click

Dim con As New SqlConnection(connection_string)
'Dim cmd As New...
Forum: VB.NET Aug 4th, 2009
Replies: 8
Views: 780
Posted By Piya27
Dim con As New SqlConnection(connection_string)
Dim sqlquery As String = ""
con.Open()


Dim dataExport As String = ""

...
Forum: VB.NET Aug 2nd, 2009
Replies: 8
Views: 780
Posted By Piya27
Forum: Geeks' Lounge Aug 2nd, 2009
Replies: 411
Views: 43,371
Posted By Piya27
Corn oil is made from corn, Olive oil is made from olives, so what does baby oil come from?

(Source : iGoogle)
Forum: VB.NET Aug 2nd, 2009
Replies: 8
Views: 780
Posted By 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.
Forum: Computer Science Jul 31st, 2009
Replies: 1
Views: 324
Posted By Piya27
Try Referencing this book....
B. Brey, Microprocessor Programming and Interfacing...
Forum: Posting Games Jul 30th, 2009
Replies: 325
Views: 36,299
Posted By Piya27
Forum: Posting Games Jul 30th, 2009
Replies: 638
Views: 54,877
Posted By Piya27
son
pal
nose
rose
sole
plan
parse
alone
:
:
Forum: Posting Games Jul 30th, 2009
Replies: 325
Views: 36,299
Posted By Piya27
clap :D
Forum: Posting Games Jul 30th, 2009
Replies: 3,076
Views: 213,008
Posted By Piya27
Dictionary..ah yes!..Describes Many Words... but I can't find out the description of my name in the Dictionary :P
Forum: Posting Games Jul 30th, 2009
Replies: 164
Views: 15,876
Posted By Piya27
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:
Yes or No? :)
Showing results 1 to 40 of 105

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC