hai,
In my windows form one datagridview with sno,itemcode,itemname,unit,qty,price,value.
When we enter the firstletter of the itemcode i want to display the corresponding Itemcode values from the databse displayed and also display the itemname of the itemcode which itemcode we selected.
also when we enter the first letter of the itemname ,to display the cooresponding names from the databse and display the corresponding itemcode which itemname we select.
how we do this ? plz help?
Answers (1)
0
Hi, as for the text-align:center
I replaced it with <center>...</center>
and it worked, thanks.
0
Hi,
so for the float I replaced it with :
.inline
{
display:inline-block;
display:-moz-inline-box;
vertical-align:top;
}
and it worked on all the browsers but what about the text-align:center how should I fix it?