Click here to Skip to main content
16,019,618 members

Comments by tejasvee (Top 5 by date)

tejasvee 16-Sep-10 8:40am View    
hi actually code you gave is working but now if i select waiting in first drop down in second drop down it gives waiting value but replaces to assigned
tejasvee 16-Sep-10 8:38am View    
Reason for my vote of 5
Automatic vote of 5 for accepting answer.
tejasvee 30-Jun-10 3:16am View    
then it is giving error cant implicitly convert type string to mClkWeb.websnapme.TransmissionMessageData
tejasvee 4-May-10 7:25am View    
basically i want to access id value on server side..
Accommodation is just one value..there are 100s of such ids..so i want that ids to access not manually
tejasvee 4-May-10 7:21am View    
actually i dont want manually to check b.innertext.because i have to check then 100 of different types...so want that b value to be accessed on server side and compare that value with some string array say str[].
then
for(i=0;i<100;i++)
{
if(str[i]==b)
b.visible=true
}
now b will change every time