- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
developer
- Interests
- programming and travelling
28 Posted Topics
Re: go to connectionstrings.com,will solve all ur problems related to connection.tell me if you got your problem solved | |
Re: 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 | |
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... | |
Re: 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 … | |
Re: 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 | |
Re: [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, … | |
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 … | |
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 … | |
Do you think programmers can change the world if given code.(agree or not).don't think just paste wats in your mind. | |
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 … | |
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' => … | |
Re: just go through [url]www.connectionstrings.com[/url] for all your db queries | |
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. | |
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 … | |
can anybody tell me how to get the values from querystring. thanx in advance to all.. | |
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. | |
Re: 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. | |
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 | |
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 … | |
can anybody tell me how to define multi demensional array in ruby on rails. thanx buddies for previous replies and for this in advance. | |
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 | |
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, | |
Re: 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 … | |
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 | |
Re: 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+"'"%' | |
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). | |
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) |
The End.