Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
0% Quality Score
Upvotes Received
0
Posts with Upvotes
0
Upvoting Members
0
Downvotes Received
1
Posts with Downvotes
1
Downvoting Members
1
1 Commented Post
0 Endorsements
~6K People Reached
About Me

developer

Interests
programming and travelling
Favorite Tags

28 Posted Topics

Member Avatar for Village Idiot

go to connectionstrings.com,will solve all ur problems related to connection.tell me if you got your problem solved

Member Avatar for cristine.y07
0
226
Member Avatar for melissa_83

come to india u'll will have lots of option to chose from or apply directly to it giants in india and all types of software companies u'll deinately get job here, bye tc

Member Avatar for MyMISDegree
0
331
Member Avatar for amithasija

hello members how r u another query for u people, can any body help me in sending sms through code.any kind of help will be highly appreciated...

Member Avatar for tiger86
-1
677
Member Avatar for Emmaliu

use datagridview ,which will definately solve ur problem string sqlSelect = "select * from usertest"; SqlCommand cmd = new SqlCommand(sqlSelect, conn); SqlDataAdapter adp = new SqlDataAdapter(cmd); DataTable dt = new DataTable(); adp.Fill(dt); dgView.DataSource = dt; dgView.DataBind(); here is the code which will help u to bind the database values to …

Member Avatar for kanchanraaj
0
1K
Member Avatar for Dark_Omen

yes i want to learn ruby,and i am able to create some from also,but i dont know the database connectivity with MySql can anyone help me to connect my apllication to dtabase...plzz

Member Avatar for pkc
0
425
Member Avatar for slogeshwaran

[code]<%= check_box("contactID", contact.id, {:checked => strChecked, :onclick => "doUncheck()"}, "yes", "no") %> from="#{emailFrom}" from_alias='the sender' to="#{customer.ContactEmail}" to_alias='the recipient' smtp_host="#{path}" port="#{port}" # default port is 25 user="#{username}" password="#{password}" myMessage = <<END_OF_MESSAGE From: <#{from}> To: <#{to}> Subject: #{subOfMail} #{tempContent} END_OF_MESSAGE begin Net::SMTP.start(smtp_host, port, from, user, password, :login) do |smtp| smtp.send_message myMessage, from, …

Member Avatar for amithasija
0
284
Member Avatar for amithasija

hi everybody, i want to access the images stored in /public/images folder through url, means if my application is running on port-3000,than i want to access the images folder using localhost with this port in url.so that i can see any image in that folder just by changing name in …

Member Avatar for jrichter
0
115
Member Avatar for amithasija

hi all, i just want to know whether it is useful to alter the 50% threshold scheme that mysql uses by default ,is it beneficial in any way regarding serach(either by increasing or decreasing its value)or is it good to use default value of 50% only. which is better (altering …

Member Avatar for Dani
0
75
Member Avatar for amithasija

Do you think programmers can change the world if given code.(agree or not).don't think just paste wats in your mind.

Member Avatar for Estella
0
116
Member Avatar for amithasija

hi all, as we all know javascript is doing great these days,and compatible with all langauges is best feature.we can see the effects using javascript libraries are really good like scriptalous,jquery and prototype.if you have some resources u can share it with all community members to make world go around …

Member Avatar for amithasija
0
103
Member Avatar for amithasija

hi all, i have one default module and one more module module_1 ,i have one parameter extra in url for langauge like site.com/module/languageparameter/controller/action i defiend it in index.php(bootstarp file) like this $router = new Zend_Controller_Router_Rewrite(); $router->addRoute('new_route', new Zend_Controller_Router_Route( ':module/:lang/:controller/:action/*', array('module' => 'default', 'lang' => '', 'controller' => 'index', 'action' => …

0
70
Member Avatar for karan_21584

just go through [url]www.connectionstrings.com[/url] for all your db queries

Member Avatar for s_muenchaisit
0
138
Member Avatar for amithasija

can anybody help me in uploading mpeg files.i did image uploading using rmagik and it works quite well but now i want to upload video files,so can i get some clue or may be full code if possible.... thanx guys.

Member Avatar for VINEET KUMAR
0
105
Member Avatar for amithasija

i have been using instant rails to run my application with apache server ,now i want to install plugins but i m not getting the right way to do it ; i gave install plugin from console but every time error comes.so can any body tell me how to install …

Member Avatar for amithasija
0
108
Member Avatar for amithasija

can anybody tell me how to get the values from querystring. thanx in advance to all..

Member Avatar for aoooddy
0
222
Member Avatar for amithasija

can we use collection_select with :selected option if yes ,plz let me know.if not than plz tell me how to use select instead of collection_select and where to write query in select if i dont want to find all records. thnx in advance.

Member Avatar for pty
0
420
Member Avatar for atulsweet82

u can also use form.elements.length in your script to get the total no of elements on ur page provided all elements must be in same form.

Member Avatar for amithasija
0
108
Member Avatar for amithasija
Member Avatar for amithasija

can any body help me out in my situation ,i want to retrieve some results from database , when i choose a value from the selection box. thanx in advnce tc

Member Avatar for pty
0
135
Member Avatar for amithasija

require 'action_mailer' ActionMailer::Base.delivery_method = :smtp ActionMailer::Base.server_settings = { :address => "address", :port => 25, :domain => "domain.com", :user_name => "myid@domain.com", :password => "password", :authentication => :login } ActionMailer::Base.perform_deliveries = true ActionMailer::Base.raise_delivery_errors = true ActionMailer::Base.default_charset = "utf-8" i have used the above code to send a mail in /config/enviourment.rb and its …

0
117
Member Avatar for amithasija

can anybody tell me how to define multi demensional array in ruby on rails. thanx buddies for previous replies and for this in advance.

Member Avatar for pty
0
165
Member Avatar for amithasija

i want to make a chekbox column in my datagrid,and wants to do some action on checked and unchecked,i am using c# in window application,can anybody help me regarding this......that how to apply these checkbox.?? thanx in advance,, amit hasija

Member Avatar for kapil.goyal
0
93
Member Avatar for amithasija

hhey any body knows how to upload a file or image in database and retrieve it,i know i have to use file column and rmagcik but dont know how to apply them,can anybody tell me step by step implementation. thanx in advance,

Member Avatar for pty
0
129
Member Avatar for neha gupta

neha u if u want to be in programming ,than make sure ur c++ concepts are really strong and one database it might be sql server or oracle.than its not difficult for u to be a part of it industry,but if u want to learn and earn more ,so by …

Member Avatar for amithasija
0
43
Member Avatar for amithasija

i know this is not a question u'll enjoy,but i am new to asp.net but i need a connectio string to start my project ,so can anybody plz tell me how to get connection string while using sql server 2005.plzz

Member Avatar for Paladine
0
124
Member Avatar for nissa2424

you have to trap ontext change event by double clickiking on textbox in design form, and run sql like(select (columnname) frm(database)where (columnname) like =' "'"+textboxname.text+"'"%'

Member Avatar for amithasija
0
113
Member Avatar for amithasija

i have two questions? i made my window application in c# using standalone firebird database ,now i want to make my exsisting application database as emmbedded firebird database???? how can i,and also want to implement import feature in my application,which imports the database backup file(export is working fine).

0
54
Member Avatar for amithasija

i am using the combobox on panel and it got fill when panel loads ,it has 7 enteries and i want whenevr the panel opens or the combo fills i'll see "money "as my default selected value out of those 7(whose position is not fixed).plz help me to do this(urgent)

Member Avatar for amithasija
0
212

The End.