Click here to Skip to main content
15,917,177 members

Comments by mohammadrijwan (Top 6 by date)

mohammadrijwan 7-Jan-11 5:07am View    
u can use getElementById();
mohammadrijwan 4-Jan-11 2:14am View    
dear bro can u give me some exaple for this so can easliy get it plzz bro thanx..
mohammadrijwan 31-Dec-10 7:46am View    
brother describe ur Qtn..

here i think, means that u want that there a lot of data in album_name column with image name..
means that image name is this then disaply all album that belong to this image thats right..
if this then
u can

select album_name where image_name='this'


ok bro..
mohammadrijwan 31-Dec-10 3:48am View    
ya sure dear frnd..
first u need to use
using System.Data.SqlClient if u r using SqlServer..ok
and then on the form load event u can create connection
as i above write..
in the connection string u need to give the

Data Source=myServerAddress;Initial Catalog=myDataBase;User Id=myUsername;Password=myPassword;

write complete code from the above..ok
and use dr
mohammadrijwan 30-Dec-10 6:43am View    
yes dear u r right but i m using both they work fine...
there is no any problem..