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
~1K People Reached
Favorite Tags
Member Avatar for Lakshith

Im my form to send emails I have a button called "Save".When I click the button I want to send the email as well as insert data into my database(values of sender,receiver).I can send th email but i dont know how to insert the data into the database at the …

Member Avatar for kireol
0
100
Member Avatar for Lakshith

I want to populate a dropdownlist from a database using PHP.My table name is msg_people_contact and column to be inserted into is primary_email.I have a code and it connects to the database but the data is not shown in the dropdownlist.Can anyone help me with this code?[CODE] <td><label> <select> <?php …

Member Avatar for iraberyl
0
105
Member Avatar for Lakshith

I have 2 pages called email.php and sendmail.php.email (email.php directs to sendmail.php).I want to print the URL of email.php in sendmail.php How can i do it?

Member Avatar for SKANK!!!!!
0
77
Member Avatar for Lakshith

In my database I have a field date and eventname.I want to retieive eventnames after the current date.How can I do it?

Member Avatar for sknake
0
216
Member Avatar for Lakshith

Hi, I have a question about viewing the crystal report. My DataBase is in the folder which contains the Executable file.How can I give the database path when i create the crystal report? Thanx in Advance

Member Avatar for hemaljoes
0
81
Member Avatar for samir1973

dear all am getting insert error, confirming my connectionstring is working properly and am working on vs2005 <appSettings> <add key="ConnectionString" value="Provider=Microsoft.Jet.OLEDB.4.0; Data Source=|DataDirectory|\data.mdb"/> </appSettings> =============== [code=csharp] using System; using System.Data; using System.Data.OleDb; using System.Configuration; using System.Collections; using System.Web; using System.Web.Security; using System.Web.UI; using System.Web.UI.WebControls; using System.Web.UI.WebControls.WebParts; using System.Web.UI.HtmlControls; public partial …

Member Avatar for samir1973
0
184
Member Avatar for Lakshith

Hi I want to show a crystal report in my windows application.In my Access DataBase I have a column called Payment type and its type is number.(ie data in that column is stored as 0 or 1).If payment type is 0 I want to show it as a string called …

Member Avatar for kvprajapati
0
241
Member Avatar for Lakshith

Hi How can I check whether a listview has text in a particular row?Is there a method like if(istviewname.Items[row no].Text ==" ") {code} else if(istviewname.Items[row no].Text !=" ") { code} Can anyone help me? Thanx

Member Avatar for kvprajapati
0
101