Click here to Skip to main content
15,913,610 members

Comments by TanzeelAhmed (Top 5 by date)

TanzeelAhmed 18-Nov-11 2:48am View    
WebReference.amiws s=new WindowsApplication2.WebReference.amiws();
string ab=s.UPSObjectAvailability("<amirequest><loginname>shipper1<Password>shipper</Password>");
TanzeelAhmed 25-Feb-11 7:04am View    
Deleted
Guyz i cant use this keyword since it is dynamic control not working with out this keyword
TanzeelAhmed 25-Feb-11 6:48am View    
yes i want to assign it to label
TanzeelAhmed 14-Feb-11 1:11am View    
i have appended it at database side select
top(@Rows) RowNumber,RandomNum,Show_ID,Show_Image,
case when len(ltrim(rtrim(Show_Name))) > 17 then substring(ltrim(rtrim(Show_Name)),0,17)+'...' else ltrim(rtrim(Show_Name)) end Show_Name
from
PopularShows order by RandomNum
TanzeelAhmed 20-Jan-11 4:50am View    
i m using stream writer to read from datatable and write on txt file