Posts
 
Reputation
Joined
Last Seen
Strength to Increase Rep
+0
Strength to Decrease Rep
-0
18% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
4
Posts with Downvotes
4
Downvoting Members
3
2 Commented Posts
0 Endorsements
Ranked #25.0K
~10.5K People Reached
Favorite Tags

24 Posted Topics

Member Avatar for kgenn

CHECK THIS LINK REALLY ITS GOOD TO LEARN ABOUT ADD,AND DELETE IN GRIDVIEW LEARN GRIDVIEW

Member Avatar for creiglee
0
559
Member Avatar for sandeepparekh9
Member Avatar for yehtunaung

hi..try this link... http://vbdotnetaddict.blogspot.com/2011/06/how-to-retrieve-uploaded-images-from.html http://vbdotnetaddict.blogspot.com/2011/02/upload-image-or-file-into-database-in.html

Member Avatar for ErnestSeeker
0
381
Member Avatar for roXy101208

Refer this link to delete image path in database also image in the folder... To Delete uploaded image

Member Avatar for crishlay
0
122
Member Avatar for denmarkstan
Member Avatar for gogs85

hi...if you store the image in bytes before display the image you have to convert into Binary... http://vbdotnetaddict.blogspot.com/2011/06/how-to-retrieve-uploaded-images-from.html if you store the image url try this link.. http://vbdotnetaddict.blogspot.com/2011/06/how-to-store-imageurl-in-database-and.html

Member Avatar for gogs85
0
102
Member Avatar for Nitin Daphale

Hi you have to include datakeyname="your primary value in the gridview" then only you can find correct index of the row to update..For more Check out this link [removed]

Member Avatar for Nitin Daphale
0
140
Member Avatar for deva.v
Member Avatar for kvprajapati
0
91
Member Avatar for deva.v

hi..try this connection string... [CODE] Dim MyCommand As System.Data.OleDb.OleDbDataAdapter MyConnection = New System.Data.OleDb.OleDbConnection("provider=Microsoft.Jet.OLEDB.4.0; Data Source='" & filepath & "';Extended Properties=Excel 8.0;") MyCommand = New System.Data.OleDb.OleDbDataAdapter("select * from [Sheet1$]", MyConnection)[/CODE] Try this below .to how to import excel file to database [snipped blog promo]

Member Avatar for deva.v
0
770
Member Avatar for deva.v

hi..try this method.......... [CODE]Dim filelocation as string =source & "file.txt" Dim fs As New FileStream(filelocation, FileMode.Create, FileAccess.Write) Dim writer As New StreamWriter(fs) writer.writeline("mention login time") 'Here mention store variable login time writer.writeline("mentionlogouttime") writer.close() end sub [/CODE] Even if you had any doubt ..try this link... [blog link snipped]

Member Avatar for sandeepparekh9
0
910
Member Avatar for rino_abraham
Member Avatar for rino_abraham
0
287
Member Avatar for tranand3

hi..try this below link to XML file http://vbdotnetaddict.blogspot.com/2011/02/how-to-insert-xml-data-into-sql.html

0
45
Member Avatar for Parth tank

hi.. if you want to connect to database you can use web.config file ..also your question is confusing plz ask clearly..

Member Avatar for vforvijay
0
56
Member Avatar for SJai

HI TRY THIS LINK FOR FILE UPLOAD INTO DATABASE,BY USING THIS CODE YOU CAN UPLOAD IMAGE OR FILE INTO DATABASE http://vbdotnetaddict.blogspot.com/2011/02/upload-image-or-file-into-database-in.html

0
54
Member Avatar for NewASPNETDev

hi... app config-->This app settings is used for windows based application,suppose if you are creating windows based application in vb.net you have to set the database setting in app settings web.config-->This web settings is used for web based application,suppose if you are creating web based application in asp.net you have …

Member Avatar for Fortinbra
0
303
Member Avatar for rt.garg1991

hi...try this link it gives the details about sending mail using gmail account [snipped blog spam link]

Member Avatar for rt.garg1991
0
152
Member Avatar for shmy789

hi...IN client side you have to use bound field you have write the query in gridview events..try this link it helpful to you http://vbdotnetaddict.blogspot.com/2011/02/groid-view-load-and-update-sql-data.html

Member Avatar for croker10
0
71
Member Avatar for splitter66

hi try this link to get clear idea about the for each loop.. [blog spam removed]

Member Avatar for lolafuertes
0
317
Member Avatar for Josef01

hi try this link to give complete details about data grid update ,delete the data http://vbdotnetaddict.blogspot.com/2011/02/groid-view-load-and-update-sql-data.html

Member Avatar for Josef01
0
4K
Member Avatar for EddieN1

hi..try this link http://vbdotnetaddict.blogspot.com/2011/02/groid-view-load-and-update-sql-data.html

Member Avatar for EddieN1
0
1K
Member Avatar for Commando123

hi..First you get the data from the database table..and you have to bind the datagrid... http://vbdotnetaddict.blogspot.com/2011/02/groid-view-load-and-update-sql-data.html

Member Avatar for eiallen
0
68
Member Avatar for himanshu_roy81
Member Avatar for shwetank11
Member Avatar for sohil.shivani

HI..IN THAT MAIL STTINGS PLZ CHECK THE SMTP CREDENTIAL ITS NOT PRESENT IN YOUR COODE ALSO YOUR ARE USING YAHOO...YOU CAN TRY THIS LINK THEY FOLLOW GMAIL ITS WORK FOR ME..YOU MIGHT TRY THE LINK http://vbdotnetaddict.blogspot.com/2011/01/send-email-by-using-vbnet-coding.html

0
488

The End.